all groups > flash actionscript > may 2004 >
You're in the

flash actionscript

group:

Need help please


Need help please wian?
5/1/2004 7:34:24 PM
flash actionscript:
Hello,

I'm trying to get a bunch of scenes to play in a random order and can't get my head around what to do to make this work.

Any and all guidance is appreciated.

Thank you in advance.
Re: Need help please Shan-Dysigns
5/1/2004 11:58:38 PM
This is a stab in the dark without putting too much thought into it, but
depending on the number of scenes, try this. Note: using scenes as a navigation
method isn't too popular, so instead of navigating by scenes, use this and
navigate with frame labels.

for example: you have 5 scenes named Scene 0, Scene 1, etc...on the first
frame of each scene, give it a frame label such as scene 1, scene 2, etc...


PLACE ON FIRST SCENE (this does not count as your other scenes) this is a
frame action: scenevar="scene "+random(5) // this will randomize scene 0 -
scene 4 //
gotoAndStop (scenevar);

I attached my example because me trying to simply explain may be hard to
understand. Let me know if this works for you.
Re: Need help please wian?
5/2/2004 5:39:10 AM
Thanks for the tip! I'll have a shot at it and let you know how it goes.

best,
AddThis Social Bookmark Button