Be a Supporter!

whats the recipe?

  • 229 Views
  • 5 Replies
New Topic Respond to this Topic
HeavyUrb
HeavyUrb
  • Member since: Apr. 20, 2009
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
whats the recipe? 2010-11-21 16:27:54 Reply

for 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?

Thebunniebrothers
Thebunniebrothers
  • Member since: Jan. 14, 2006
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Response to whats the recipe? 2010-11-24 03:11:34 Reply

WHAT THE HELL ARE YOU BABBLING ABOUT?!


A quite sexay sig
Created by RiotDemon

BBS Signature
HatGuy
HatGuy
  • Member since: Aug. 22, 2010
  • Offline.
Forum Stats
Member
Level 07
Animator
Response to whats the recipe? 2010-11-25 01:53:26 Reply

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?

HeavyUrb
HeavyUrb
  • Member since: Apr. 20, 2009
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to whats the recipe? 2010-11-25 10:22:11 Reply

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

HatGuy
HatGuy
  • Member since: Aug. 22, 2010
  • Offline.
Forum Stats
Member
Level 07
Animator
Response to whats the recipe? 2010-11-26 01:22:48 Reply

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.

HeavyUrb
HeavyUrb
  • Member since: Apr. 20, 2009
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to whats the recipe? 2010-11-26 11:33:46 Reply

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?