Be a Supporter!

Pause Buttons Advanced

  • 265 Views
  • 5 Replies
New Topic Respond to this Topic
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Pause Buttons Advanced 2005-06-02 16:08:32 Reply

hi at the moment im using this code

on(release){
stop();}

But seeing as im using Movie clips when clicked it dosent stop it stops the frames but carry's on with the motion tween...¬_¬

Any ideas??


BBS Signature
T-H
T-H
  • Member since: Jan. 7, 2004
  • Offline.
Forum Stats
Member
Level 40
Blank Slate
Response to Pause Buttons Advanced 2005-06-02 16:10:45 Reply

on(release){
_root.stop();
mc1_mc.stop();
mc2_mc.stop();
}

BlackmarketKraig
BlackmarketKraig
  • Member since: Dec. 8, 2004
  • Offline.
Forum Stats
Member
Level 32
Artist
Response to Pause Buttons Advanced 2005-06-02 16:11:28 Reply

At 6/2/05 04:08 PM, Darkaxl wrote:
Any ideas??

I don't know how much of the movie you've already done but if you make everything inside of graphics instead of movie clips for your animated sequences they will stop on the proper frame (wnd will be easier to work with from the main timeline).


This sig is 100% effective protection from all hexes, curses, evil spirits and bad karma. Guaranteed.

BBS Signature
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Pause Buttons Advanced 2005-06-02 16:17:31 Reply

Sorry i dont thnk it was clear im using gifs and for power ups and so on ive made the first sprite A Movie Clip and done the power up inside that. So becuase its a movie clip and i classes as one frame the Movie clip carries on ¬_¬ any ideas now xP soz bout before


BBS Signature
BlackmarketKraig
BlackmarketKraig
  • Member since: Dec. 8, 2004
  • Offline.
Forum Stats
Member
Level 32
Artist
Response to Pause Buttons Advanced 2005-06-02 16:22:21 Reply

At 6/2/05 04:17 PM, Darkaxl wrote: Sorry i dont thnk it was clear im using gifs and for power ups and so on ive made the first sprite A Movie Clip and done the power up inside that. So becuase its a movie clip and i classes as one frame the Movie clip carries on ¬_¬ any ideas now xP soz bout before

Well you can have animation inside of graphics, it's easier to make movies that way (something that took me ages to figure out) just treat the graphics and movie clips the same.

Of course it won't work if you're doing scripting or a few other things you need a movie clip for but for straight animation using graphics instead of a movie clips is way easier.

Otherwise try the AS listed earlier.

:)


This sig is 100% effective protection from all hexes, curses, evil spirits and bad karma. Guaranteed.

BBS Signature
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Pause Buttons Advanced 2005-06-02 16:32:46 Reply

thx ;D it works now


BBS Signature