A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Store and Recall frame numbers?

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    7

    Store and Recall frame numbers?

    Is there a way to store the number of the frame currently playing in actionscript, and then recall that frame number later?

    Any help is appreciated.

  2. #2
    Junior Member
    Join Date
    Jul 2009
    Posts
    15
    PHP Code:
    var theframe:Number;
    theframe _currentframe 
    and then when you need to know what frame was saved, just use:
    PHP Code:
    trace(theframe
    later on.
    let me know if that's what you were looking for

Tags for this Thread

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