Flash Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignFlash Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 10th, 2012, 05:56 AM
iahamed iahamed is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2008
Posts: 3 iahamed User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 29 m 46 sec
Reputation Power: 0
ActionScript 2 - Please Help: Pausing One Movie Clip While the Other Mooves.

My Requirements Is simple: Within the Main Movie Clip,
I have:

Pluto_mc (Labeled as in the Below Code)
Mars_MC (Labeled as in the Below Code)
And a Action layer


In the Action Layer:

Code:
this.Mars_mc.onRollOver = function ()
{
	this.stop();
}

this.Mars_mc.onRollOut = function ()
{
	this.play();
}


this.Pluto_mc.onRollOver = function ()
{
	this.stop();
}

this.Pluto_mc.onRollOut = function ()
{
	this.play();
}


This Works, Both Vector Spheres are traveling to the Path within the MC.

But a Strange thing Happens, When Mouse Over the Pluto_MC (This Stops) but when the Mars_mc reaches the Pluto_Mc Path, which users a Guide, the Pluto_MC Move and the Mars_MC Stops.

Any Advice please help.

Whats the Best Way to Pause a MC while the Other MC Moves without any Problem.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignFlash Help > ActionScript 2 - Please Help: Pausing One Movie Clip While the Other Mooves.

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap