So, world is reserved?
I am doing a game project with Flash CS5 and there are errors with my World classes. Never thought that "World" is reserved. Or it it partially reserved:
if you try to write a world class, it is fine. But in my game project, I explored inside the swf with Flash Develop. I did found a built-in class, which I later found belongs to the forbidden physics engine.
The point I want to make is if Flash does not want to publish this function, they should include "World" "PhysObj" into reserved world list. Or how can coders know the source of problem of name collision with these stuffs. Or even if someone who uses a external library that use these words, the problem could be more confusing.
So, either it be made sure that those hidden stuff not compiled into swf, or put them into reserve list. Otherwise, things will not be logical.
I demand apologies for the lost time of whoever had debugged for nothing over this issue.
L.A.