Be a Supporter!

Scene Selection Help

  • 248 Views
  • 2 Replies
New Topic Respond to this Topic
Hero101
Hero101
  • Member since: Dec. 13, 2005
  • Offline.
Forum Stats
Supporter
Level 22
Game Developer
Scene Selection Help 2007-08-28 16:34:12 Reply

I'm going to put a Scene Selectoin menu in my movie. When making my movie do I have to put different parts of my movie into different scenes or I can I just use action script to move to a certain frame in the movie when selecting a scene? Which way is better? Thank you!


BBS Signature
CtG
CtG
  • Member since: Jun. 16, 2007
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to Scene Selection Help 2007-08-28 16:37:49 Reply

Neither have many pros or cons apart from organisation for you

The action script to Go to a frame and play is gotoAndPlay(framenumber)


BBS Signature
jakk22
jakk22
  • Member since: Jul. 12, 2006
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Scene Selection Help 2007-08-28 16:41:33 Reply

you could do frames, but they stink...
it would be best if you used AS to go where you want
on (press) {
// or release
_root.gotoAndPlay("where you want to go, keep the parinthses if you are using a frame lable")
}