A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Senior Member carbonX's Avatar
    Join Date
    Jul 2001
    Location
    Virginia
    Posts
    261

    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????

  2. #2
    Senior Member
    Join Date
    Aug 2001
    Posts
    29
    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

  3. #3
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts




Click Here to Expand Forum to Full Width


HTML5 Development Center