The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 Viewsfor an intro for a series sort of like the one in leo and satan 3 as where its an animation with a skip button b4 you get to the animation what all do you have to come up with and steps to making this possible and actionscripts?
A quite sexay sig
Created by RiotDemon
At 11/21/10 04:27 PM, HeavyUrb wrote: what all do you have to come up with and steps to making this possible and actionscripts?
I'm sorry but what?
ok lmao let me try again have you guys seen leo and satan where theres like an intro you see an animation with a skip button on it ... im trying to make one of those but dont know how
OK, make a Skip button (drawing your button, selecting it, then converting it to a symbol (make sure to check the option "button")). Then give it the following actionscript;
on(release){
gotoAndPlay("Put the frame number you want the button to lead to here");
}
For example putting this
on(release){
gotoAndPlay(50);
}
would lead you to frame 50 after pressing and releasing the button.
At 11/26/10 01:22 AM, HatGuy wrote: OK, make a Skip button (drawing your button, selecting it, then converting it to a symbol (make sure to check the option "button")). Then give it the following actionscript;
on(release){
gotoAndPlay("Put the frame number you want the button to lead to here");
}
For example putting this
on(release){
gotoAndPlay(50);
}
would lead you to frame 50 after pressing and releasing the button.
thank you so i just have the skip button in tho clip thats an intro right and it should work?