zoom wanted
Posted: Tue Jul 16, 2013 8:29 pm
hi all i am remaking some script and this is a long time
i didn't touch hollywood
i would like to simply zoom an image for the moment
but i canno't
here is the code
any help will be great
regards
steff
i didn't touch hollywood
i would like to simply zoom an image for the moment
but i canno't
here is the code
Code: Select all
@SCREEN {Mode = "FullScreen", Width = 320, Height = 256}
@brush 1, "logo01.png"
@brush 2, "logo02.png"
x = 1
y = 1
Function p_scale()
For x = 1 to 800
x = x + 2
y = y + 2
ScaleBrush(1, x, y )
DisplayBrush(1, 0, 0 )
Next
EndFunction
p_scale()
Repeat
WaitEvent
Forever
regards
steff