ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Quick macromedia flash problem



Basically... got a menu with a button on it saying "enter".

On the action script ive got

stop();

so it stops at the menu instead of looping... but now when the user clicks enter I want it to goto a certain frame... ive tried adding

nextFrame();

but that means it doesnt stop at menu just loops to next frame... dont know if anyone has used Director but I just want to do some sort of "jump to frame command"

Cheers Daz
 
Its probably too late now (Quick macromedia flash problem) but i think this is what you need.

gotoAndPlay(FrameNumber)

or
if the frame you're jumping to is in a different scene

gotoAndPlay(SceneName,FrameNumber)

Hope this helps
 

Attachments

  • FlashHelp.jpg
    FlashHelp.jpg
    112.1 KB · Views: 24
Wa version of flash is that mate? Because I cant get what you have on the right side to appear... I just get code.
 
Yea I cant find disable expert mode.. cos im trying to get it to normal mode... im using Flash 8 pro btw

oh its working now btw as well :)

code was:

on (release) {
gotoAndPlay(31);
}
 
Last edited:
I'm using Flash Version 6.

To quickly switch modes on this version you use

CTRL + Shift + E for Expert Mode

CTRL + Shift + N for Normal Mode

this only seems to work when you're focus is on the Actions frame.
 


Top