all groups > flash actionscript > december 2005 >
You're in the

flash actionscript

group:

small problem


Re: small problem -->dan mode
12/16/2005 12:05:15 PM
flash actionscript:
myButton.onRelease=function(){
myMC1.play();
myMC2.play();

}


--

Dan Mode
2006 (Fiscal Year) Internet MVP Award Winner
*Must Read* http://www.smithmediafusion.com/blog

__
[quoted text, click to view]

Re: small problem -->dan mode
12/16/2005 1:37:01 PM
ahhhh OK.
then put some code at the end of the first movie that says.

_root.myMC2.play();

--

Dan Mode
2006 (Fiscal Year) Internet MVP Award Winner
*Must Read* http://www.smithmediafusion.com/blog

__
[quoted text, click to view]

small problem Kaay
12/16/2005 6:08:51 PM
please tell me the easiest way of attaching more than one task on one click. eg.
Re: small problem Kaay
12/16/2005 7:19:55 PM
myButton.onRelease=function(){
myMC1.play();
myMC2.play();

}

Re: small problem Kaay
12/16/2005 9:49:48 PM
no no ... this is not what i want. i think i couldnt explained right let me try
again in detail..

Lets say I have ten buttons for different purpose and one main_mc(10 frames
animation) and i want everytime when user click on any of these buttons first
main_mc should play all 10 frames animation and then do what ever task i
attached with the button. in a simple way Iam looking for "THEN" in flash, so i
can write my code like:

onRelease gotoPlay mc_1 THEN gotoPlay mc_2 THEN loadMovie dream.swf at the
level 10
//its my dream code, please make real. I am simply not good enough



Originally posted by: Newsgroup User
ahhhh OK.
then put some code at the end of the first movie that says.

_root.myMC2.play();

--

Dan Mode
2006 (Fiscal Year) Internet MVP Award Winner
*Must Read* http://www.smithmediafusion.com/blog

__
[quoted text, click to view]




Text
AddThis Social Bookmark Button