** actionscript HELP **
** actionscript HELP **
Out of context: Reply #7
- Started
- Last post
- 10 Responses
- ********0
if you have frame labels such as
intro, intro2, intro3 etc
make and array
frameLabels = ["intro","intro2","intro3"];
frNum = Math.round(Math.random()*(frameL...
gotoAndPlay(frameLabels[frNum];