@DISPLAY {Sizeable=FALSE,Width = 364, Height = 236, Title = " "}
TextOut(#center,#center,"PRESS LEFT MOUSE BUTTON\nTO SEE A SIMPLE EFFECT")
WaitLEftMOuse
a$ = " Simple scrolling window title text"
for cycle = 1 to 32
a$ = UnrightStr(a$,1)
Wait(3)
SetDisplayAttributes({Title = a$})
next
WaitLeftMouse
End
So, it works good for the first time! but when i execute it repeatedly with Hollywood4.7, there is something strange. The window title should be empty at start (see line 1 and the DISPLAy command where Title = " " ).. but when started repeatedly then there is a text in the window title at the start! this happens when executing a script and also when compiled and executed as standalone programme... so is it a bug ? pecaN