View Full Version : movie clips
Jules
08-01-2002, 10:43 AM
Anybody out there who can help me? I have to movie clips, one is a button and the other one is a square with a motion tween and a drag and drop function.
Now on mouseclick on the button the square should show up. How am I supposed to do that? I already tried so many things, but nothing works. The square doesnt show up. PLEEASSSEEE anybody knows what to do? I'm thinking about this for days now. Thanks.
Ricod
08-01-2002, 11:11 AM
wrong forum Jules ! I'd move it, but don't have moderator rights here ...
Jesse
08-02-2002, 07:41 AM
This is like the third time I've seen this question and I'm sure I've answerred it already...
shortbuss
08-07-2002, 08:18 PM
on (release) {
with (name of square movie clip) {
gotoAndPlay(frame of square MC to play);
}
}
On the first frame of square movie clip tell it to stop. Then in the above coding where it says 'frame of square MC to play' tell it to play 2 which should then skip the first frame and begin playing your movie clip.
I hope this works for you, because it works great for me. Plus I'm sick of trying to learn on these forums and having jerks just blow me off because I'm a newbie. It's not easy when you first start out with this **** and I really wish people were more willing to help. I'm very much still new to this whole thing, but It took me just as long to write this as it probably did for Jesse to write his smart remark.
Just my Opinion for you guys in the know,
Eric
Jules
08-08-2002, 09:18 AM
Thanks shortbuss :)
Jules
08-08-2002, 09:30 AM
Thanks shortbuss :)
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.