I'm about to make the jump to Flash CS5, and trying out my WCK project. I get the following totally nonsensical compile error...
Quote:
1061: Call to a possibly undefined method addEventListener through a reference with static type World.
...in response to this line of code:
Code:
world.addEventListener(StepEvent.STEP, sync, false, 0, true);
Eh??? So what it's telling me is that the World class, a descendant of MovieClip and thus EventDispatcher, does not define
addEventListener() ...which of course is total rubbish. I've got nothing else to go on here, and wondered if anybody else has seen this.