A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: if statments

  1. #1
    Senior Member
    Join Date
    Aug 2000
    Posts
    169
    what I wish to do is the following
    create an if statment that looks like this

    if (_root.movieclip is at frame X){
    statment;
    }

    can I evaluate this?
    can anyone helpme out?

    thanx in advance

  2. #2
    always for rent
    Join Date
    Oct 2000
    Location
    Seattle
    Posts
    307
    if (_root.movieclip._currentframe == nNumber){
    statement;
    }

    where 'nNumber' is the desired frame.


    jeremy

  3. #3
    Senior Member
    Join Date
    Aug 2000
    Posts
    169
    thanx a lot man =)

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