-
Senior Member
movieClips on the stage
Can anyone point me toward a tute that shows me how to tell if 1 of 4 movieclips is on the stage on a button press????
-
I don't know of a tut,but you could try using the movie clip changing a variable. ie.
onClipEvent (enterFrame) {
clipchecker1 = "true";
}
The variable would be set to false when the button is pressed than the clip would set it to true becuase of it's enter frame loop.
See if this helps
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Click Here to Expand Forum to Full Width
|