Hey everybody!
If the scrollx code is:
<when[ space ]key pressed>
<set y to( 0
<forever>
<set x to( (( <{ scrollx }> <+> (( 480 <*> 0 )) ))
What is the scrolly code? I don't need this whole bunch of things, i just need the number I have to use instead of 480 and any other stuff I have to do that is different rom scrollx. Can anyone please help?
Thanks, Purika
Offline
Purika wrote:
Hey everybody!
If the scrollx code is:
<when[ up ]key pressed>
<forever>
<set y to( (( <{ scrolly }> <+> (( 360 <*> 0 )) ))
What is the scrolly code? I don't need this whole bunch of things, i just need the number I have to use instead of 480 and any other stuff I have to do that is different rom scrollx. Can anyone please help?
Thanks, Purika
I fixed it for you. 480 is the width of the stage and 360 is the height.
Last edited by archmage (2011-02-15 11:31:28)
Offline
archmage wrote:
Purika wrote:
Hey everybody!
If the scrollx code is:
<when[ up ]key pressed>
<forever>
<set y to( (( <{ scrolly }> <+> (( 360 <*> 0 )) ))
What is the scrolly code? I don't need this whole bunch of things, i just need the number I have to use instead of 480 and any other stuff I have to do that is different rom scrollx. Can anyone please help?
Thanks, PurikaI fixed it for you. 480 is the width of the stage and 360 is the height.
Thanks very much!
Offline