AS3 help!

Out of context: Reply #1

  • Started
  • Last post
  • 12 Responses
  • Ancillary0

    Am I correct in saying you are trying to set the x position of an object in an array called "movie" to 100?
    I don't think there are any problems there. Where are you setting the objects in the array? Sometimes this error occurs when you define objects in the array in the class declaration, ie before the constructor function, ie before the class has been added to the stage, therefore not allowing for a correct reference to the display objects.

    • Yes so in the example above movie5 would have been set to 100WhiteFace

View thread