ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

organize classes #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
we have 2 types of AS3 classes

- dependant on C/C++ native function
- full AS3 implementation

the later shoudl be defined in the /AS3 directory

Original issue reported on code.google.com by zwetan on 25 Nov 2008 at 9:37

GoogleCodeExporter commented 9 years ago
moved all the flash.* package
from
toplevel.as
to
flashplatform.as

Original comment by zwetan on 2 Dec 2008 at 1:57

GoogleCodeExporter commented 9 years ago
moved all flash platform API
to src/extensions/flash_ui.as
to src/extensions/flash_display.as
etc.

Original comment by zwetan on 13 Jan 2009 at 1:02