A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] AS 2.0 [MovieClip forgets its previous State

  1. #1
    Member
    Join Date
    Dec 2007
    Posts
    46

    [CS3] AS 2.0 [MovieClip forgets its previous State

    Hello Guys
    Im facing a strange problem in my web.
    i have 2 pages, when I test the web, it works fine.
    But when i goes to 2nd page and then again comeback to first page
    first page has forgotten its state.

    let me explain the whole situation,
    In first page [which is a movie clip], there's a button, when i click on it, it takes me to the framenumber 5.[within firstpage's timeline]
    And when i click on page 2, and then comeback, i finds first page in framenumber 1[in its original state]

    how to make him remeber its state? :S

    Thanks

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    When you send mc1 (first page in your words) to some keyfame, you store the mc1 _currentframe number in a variable. Then when getting back tell mc1 to gotoAndStop(variable);

    gparis

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