Skip to main content
Known Participant
December 10, 2009
Answered

Question about AS3

  • December 10, 2009
  • 1 reply
  • 252 views

Okay so if I wanted to do something, say make a tile-base thing. Does it matter if I put it into an actual AS3 file or just use the flash document and type it into there on the frame.

This would be for a virtual game using tile based.

This topic has been closed for replies.
Correct answer

It doesn't really matter no. However - if you use an AS editor such as FlashDevelop you will find it is much easier and faster to create an external class file. Reasons: you get the full screen editor, you get intellisense, auto complete, auto imports, etc. etc. etc... and you get better code reusability.

1 reply

Correct answer
December 10, 2009

It doesn't really matter no. However - if you use an AS editor such as FlashDevelop you will find it is much easier and faster to create an external class file. Reasons: you get the full screen editor, you get intellisense, auto complete, auto imports, etc. etc. etc... and you get better code reusability.