A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Preloader Problem

  1. #1
    Member
    Join Date
    May 2001
    Posts
    61
    Hi everybody,

    I've got a preloader that is working fine. Here my code:

    var loadAmount = _root.getBytesTotal();
    if (_root.getBytesLoaded() >= loadAmount) {
    gotoAndPlay ("beginMovie");
    }
    What I actually want is to begin the movie when frame 200 ist loaded. Referring to a certain frame in preloading is certaintly possible. But how?

    Thanx in advance @@@

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    with "ifFrameLoaded". look in 'basic actions'
    gparis

  3. #3
    Senior Member
    Join Date
    Nov 2001
    Posts
    111
    or since flash 5:
    _framesloaded (200); {
    }

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