Hi. I plan to make a short AMV that would loop. Kinda like Youtube videos looping. Can anyone help me out, please?
Offline
daniel_j wrote:
There is a simple script for that
forever
Thanks, but that's not I'm looking for. I mean, like when a project ends, it'll start all over again. All of the sprites will start over again.
Offline
ToxicQuillz wrote:
daniel_j wrote:
There is a simple script for that
foreverThanks, but that's not I'm looking for. I mean, like when a project ends, it'll start all over again. All of the sprites will start over again.
That's what you're looking for.
Just do this.
when gf clicked forever broadcast [play animation v] and wait broadcast [reset animation v] and waitAnd have all your animation things start on the broadcast "play animation". You will need to use "reset animation" to hide stuff, and prepare to replay.
Offline
Wes64 wrote:
ToxicQuillz wrote:
daniel_j wrote:
There is a simple script for that
foreverThanks, but that's not I'm looking for. I mean, like when a project ends, it'll start all over again. All of the sprites will start over again.
That's what you're looking for.
Just do this.when gf clicked forever broadcast [play animation v] and wait broadcast [reset animation v] and waitAnd have all your animation things start on the broadcast "play animation". You will need to use "reset animation" to hide stuff, and prepare to replay.
Thank you so much!
Offline
There's also a cool trick with scratch, instead of the above mentioned code, write everything as if it will play once, then once the animation is finished, write:
broadcast [scratch-startclicked v]This will trick scratch into a "fake" green flag press. Which will, obviously, restart your animation.
Last edited by fg123 (2012-06-27 01:19:41)
Offline
Closed by request.
Offline