faire un zoom de brush

Discussion forum for the French Hollywood community
Post Reply
User avatar
stefff285
Posts: 230
Joined: Sat Mar 03, 2012 12:59 pm
Location: dijon / france
Contact:

faire un zoom de brush

Post by stefff285 »

bonjour a tous !

voila j'aimerais faire un zoom de brush
mais j'ai l'impression que je m'y prends mal :}}}

voila le script

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
tarzin ou artblink si vous pouviez m'aider ce serait super cool

merci d'avance

stephane
Post Reply