!! flash problem

Out of context: Reply #2

  • Started
  • Last post
  • 9 Responses
  • emecks0

    1. DON'T USE SCENES!!!!!!!!!!

    (sorry for shouting but seriously don't use them, ask anyone.)

    2. The reason the whole thing loads before your preloader plays is that you are "preloading" your preloader...
    This means that you have library items that have their linkage set to "export in first frame" this will cause you all manner of knobache with preloading.

    What to do is, say your main animation starts on frame 10 and you preloader is on frames 1 to 8, drop an instance of each library item you attach in your script outwith the stage area (that way they'll never be seen).

View thread