A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: frame position as condition in if/then

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    28

    Post frame position as condition in if/then

    ok. its an if then statement right.

    i want it that
    IF the it is on so and so frame (obviously stopped at it), then condition

    i dont know if you clearly understand, but i want to ask if the movie is on a specific frame, in order to give a condition. can this be done?

    labels will work too.

    thanks

  2. #2
    if (_currentFrame==45) {
    trace("The movie is now on 45");
    } else {
    trace("The movie is not on 45");
    }


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