PDA

View Full Version : Playing .as?



Pattt
May 3rd, 2007, 05:53 PM
I downloaded this .rar: http://www.fisixengine.com/engine.asp
(Current Version: 0.5 (alpha) Download http://www.fisixengine.com/images/download.gif (http://www.fisixengine.com/downloads.asp))
---------
After that, I checked "examples", and discovered some .as-files; example1.as, example2.as and so on. In those .as-files, all the code was inside a "package{}". Now to my question... How do I watch theese examples? By "including" them to a .fla or what?
---------
Please help!

:toad:

B L U E
May 3rd, 2007, 08:50 PM
put em in the same directory with your .FLA and put "var e:Example1 = new Example1();" etc for each class

Pattt
May 4th, 2007, 06:14 AM
I tried, but nothing happens. :h:

Does it work for anyone else?