Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 Viewsi need to know the code for a button that jumps scenes. Im making a soundboard with multiple people's voices on it, all on a seperate scene for each 1. Say for example, i want to get from the into screne, to the "Doug" scene, how can I do that?
So if any1 can help it would be appreciated, thanks. If my question gets answered soon, u can expect to see it soon here.
Arthur_Swordswinger
on(press){
gotoAndStop("Doug", 1);
}
N.B. That'll only work if the Scene is called Doug. Just replace Doug with the name of your Scene.
wow, i refrashed the page and there was already a reply, lol wow fast. anyhow thanks man that helps a lot!
hrmm... didn't work, can some1 explain how to apply it please, im still somewhat new to flash, but im not a noob.
it was a button already, and i pasted that code into the actions panel, but when i tested the movie, the button did nothing
is any1 here able to let some suport/advice?
At 5/22/06 07:46 PM, Arthur_Swordswinger wrote: is any1 here able to let some suport/advice?
Hmm provided you put that in a button, and the Scene is called Doug (and not doug-flash is CaSe SeNsAtIvE) it should work fine.
Are you sure its on the button?
Is there any errors in the action panel.
Try this.
on(release){
this.gotoAndPlay("Doug");
}
no, its fine now i got it working. Turns out my coding wasn't in the same case as the tittles of my scenes.
All i need now is how to link a webpage now. any help?
At 5/22/06 08:16 PM, Arthur_Swordswinger wrote: All i need now is how to link a webpage now. any help?
on(press){
getURL("http://www.yousite.com", "_blank");
}