The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsIm makin a dress up game but its gonna be more complex with random abuse and 7+ characters. One problem is seeing as there are voices rather than it being the usualy 1 frame drag and drop it harder. I want it so taht when i click on ( in this case Ganondorf) it switches to ganondorf's Dress up in a new scene I made the ganondorf button and used this AS
nextScene();
Plz keep in mind that im a n00b and dont reply unless u know this is a desperate plee =)
Thx .
For the button itself you'll have to select it, then use this AS
on (release) {
nextscene();
}
That basically tells flash that once a person clicks and releases on that button, then it should go to the next scene.