ForumsProgramming ForumCS3 Flash GoTo Help

5 3017
Talo
offline
Talo
945 posts
Nomad

I have a few files that i want to link together as mini games with a menu. b/c of the code, I can't move the frames like I normally would. How do I make this work? I think I can do a goto sceen or something.

  • 5 Replies
PixelSmash
offline
PixelSmash
566 posts
Nomad

From what I gather, you have the minigames all as a seperate .swf? In that case, import it to stage and then use gotoandstop... should stop at the specific frame, but still allow the minigame to play

Talo
offline
Talo
945 posts
Nomad

please explain the Import it to stage part plz. I foccus on drawing and the programing side is confussing some times.

PixelSmash
offline
PixelSmash
566 posts
Nomad

It should be right under file > -something- > import to stage. Can't remember exactly what it was, but it should be just below the center of the file dropdown.

dank
offline
dank
983 posts
Peasant

You could either dynamically load them, or you can make a movievlip that contains each game and put them on separate frames of the stage and just perform simple goto and stops.

erikoui
offline
erikoui
1 posts
Nomad

add a button on every frame
then make another frame with your help
then add a gotoandstop action

simple huh?

Showing 1-5 of 5