OK I'm going to post some new cool Ideas and some solutions for scripting
(Note:I'm kinda young so i might not be as smart as all you master scripters)
(another note:All help with scripting is appreciated)
-
(Note:Its kind of hard to read my scripting
-
Solution for some wanted scripts
#1 Between and random
(Between {1} and {10})
That is pretty much
(random {1} to {10})
-
#2 Glide to a sprite
(Glide {1} secs to [Sprite1])
How to do it
(Glide {1} secs to X:{[x position] of [Sprite1]} Y:{y [position] of [Sprite1]}
-
#3 Repeat for {?} secs (note i still want the script cause it would be simpler)
there are 2 solutions
#1 Timer
(-reset timer)
-(Repeat until <([timer])> = ([10]))-
#2 Variable
Use a variable
(Set [example] to [0])
repeat 10-Change [example by 1][wait 1 secs]
-(Repeat until <([example])> = ([10]))-
-
I hope i can post more l8r :P
Last edited by J808 (2010-04-13 15:39:18)
Offline