Pausing a movie clip

  • FusionDesigner
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 12, 2004
  • Posts: 282
  • Status: Offline

Post May 5th, 2004, 5:22 pm

Remind me the code for stopping a mc or pausing one?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 5th, 2004, 5:22 pm

  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post May 5th, 2004, 7:46 pm

Code: [ Select ]
my_movieclip.stop();

my_movieclip.play();
  1. my_movieclip.stop();
  2. my_movieclip.play();


This does the trick for me. ;)
- dM
  • FusionDesigner
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 12, 2004
  • Posts: 282
  • Status: Offline

Post May 6th, 2004, 9:12 am

Merci, I try it.
  • FusionDesigner
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 12, 2004
  • Posts: 282
  • Status: Offline

Post May 6th, 2004, 10:16 am

Am I not supposed to use the _root.whateveryitscalled.gotoAndStop

or something. In your example what is substituted if my movieclip is called arrow?

Thanks man.
  • FusionDesigner
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 12, 2004
  • Posts: 282
  • Status: Offline

Post May 6th, 2004, 10:34 am

Ive got it working now, so when the panel closes in the next frame i just put _root.arrow._alpha = 100; and in the frame where its open _root.arrow._alpha = 0; so it dissappears?

heh
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post May 6th, 2004, 4:13 pm

FusionDesigner wrote:
Ive got it working now, so when the panel closes in the next frame i just put _root.arrow._alpha = 100; and in the frame where its open _root.arrow._alpha = 0; so it dissappears?

heh


Now if you change,
Quote:
This,
_root.arrow._alpha = 0;
To,
_root.arrow.gotoAndStop(1);
Or,
_root.arrow.stop();


and,
Quote:
This,
_root.arrow._alpha = 100;
To,
_root.arrow.play();


Then I think you have what you were originally looking for :wink:
Strong with this one, the sudo is.
  • FusionDesigner
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 12, 2004
  • Posts: 282
  • Status: Offline

Post May 7th, 2004, 4:25 am

Great my memory is out the window.
  • FusionDesigner
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 12, 2004
  • Posts: 282
  • Status: Offline

Post May 7th, 2004, 4:37 am

Cup of green tea will fix that!
  • FusionDesigner
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 12, 2004
  • Posts: 282
  • Status: Offline

Post May 7th, 2004, 4:43 am

Anyway, thanks for the help.

Post Information

  • Total Posts in this topic: 9 posts
  • Users browsing this forum: No registered users and 53 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.