actionscript 3 - AS3 Avoider game tutorial document class -
Everyone! I am trying to find an answer to a problem with Michael James Williams's AS3 AVID Game Tutorial. More specifically, I'm stuck on the part where you have to set "Playcreek" in a different document class. I right-click the symbol in the library, select "Properties" and get a pop-up screen that sets class, base class, linking ... but nothing about "document class". It does not look like screenshots.
So what do I do, here ?? How do I get a document class?
It seems that you should declare AvoiderGame.as as your document class, origin As per the 'Making an Emmy' tutorial, in the first part of the tutorial is instructions. This instruction also tells you to how to declare a document class.
Now, in Section 3, you are instructed to create a new category which will become a document square instead of AvoiderGame. It just happens that you were asked in the name of this class 'DocumentClass.as' but you make it your document square (which, of course, the point of entry into the game) in the same way: Document class box in the Properties name panel In - Enter the name of the document class.
Comments
Post a Comment