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

flash (macromedia) : Query...


jimbo bagins
9/11/2004 8:58:04 PM
well u know im not as gould as u on flash we all know that but coundent you try
doin sumthing in the script like desroy object or could you make it in to a
second movie clip and have 2 frames 1 with it on and 1 with out i hope this can
help in any way
NSurveyor
9/11/2004 9:13:28 PM
on the frame with the click me movieclip, add:

loopcounter++
if (loopcounter == 2){
clickme._visible = false
}

Select your click me, movieclip, open the properties panel, and give it the
instance name clickme
Bug-Z
9/11/2004 9:36:14 PM
Hi all,
I'm working on a little piece of flash animation and have hit a stumbling
block.
I have created an object that when a page is loaded the item spins once...
this is placed as a movie clip.
I then have another movie clip which flashes 'click me'.
When the user clicks the object it spins again.

The problem I have, is that because I have the second movie clip sitting on
the last frame of the first...
when the object is clicked and it spins again, it plays the second
movieclip.

Is there any way of just getting the second clip to just play once?

So when the object spins again...the 'click me' doesn't appear again.

TIA

Bug-Z
9/11/2004 10:29:07 PM
Wow, thanks NSurveyor...
that worked a treat...
If I can ever repay the favour....

[quoted text, click to view]

AddThis Social Bookmark Button