Strangest thing here… I am attempting to dive head first into AS3 by what I’m hoping is just mildly tailoring an example:
and take advantage of AS3’s sprite (and maybe other things).
I had begun my descent down the rabbit hole by encountering a 1046 which led me to AS3 Publish Settings where I set my classpath. That was ok. Now, however, neither in my now-associated classpath’d .as nor in the “parent” .fla do any (like Any) changes to my .as code seem to be interpreted: I can break syntax like leave off quotes or curly braces, and I get no errors… CTRL-ENTER tests movie just fine (but without actions, of course).
Is there some caching mechanism? Some “if the user is breaking it like that, don’t even bother compiling” switch?
confused