Groups | Blog | Home
all groups > flash (macromedia) > june 2004 >

flash (macromedia) : Movie Clip from Buton


seb
6/19/2004 7:09:37 PM
say you have a button and want to show the movieClip of the text when
the button is pressed, right?

Double click on your text MC to see its timeline. Move the first
keyframe to frame 2 (so that you have an empty keyframe in frame 1).
Select that empty keyframe, open action script panel, and write:

stop();

Give an instance name to your text MovieClip, say "myText".

Select your button on the stage.
Open action script panel.
write:

on (release) {
_root.myText.gotoAndPlay(2);
}

This is assuming that your MC "myText" is in the main timeline.
That's it.


[quoted text, click to view]
Unreal|RC
6/19/2004 10:20:11 PM
HI!

My question is this...I'm doing a movie in Flash, but I've made a small text
movie (kind like from alpha 0 to alpha 100), and I justo want to show that text
after a buton is pressed!!! I've tried lots of things but it still don't
work!!! please help...I'm doing a college job and I need to have this
working!!!!!

thanks
Ricardo Corvo
r_corvo@unreal.com.pt

urami_
6/20/2004 7:00:27 AM

[quoted text, click to view]

Will be more than happy to help you but can't with what you provided so far.
Sample FLA zipped or details description of what and how you do it is required.
Can you zip the problematic file and upload somewhere to server than provide URL
so we can check it out ?


--


Regards


urami_*

<hol>
http://flashfugitive.com/
</hol>


By The way:
If you try to mail me , DO NOT *laugh*
AddThis Social Bookmark Button