Groups | Blog | Home
all groups > flash actionscript > april 2004 >

flash actionscript : MX-MX 2004


BlackJack22
4/4/2004 8:54:08 PM
Uritsukidoji
4/5/2004 2:20:36 PM
[quoted text, click to view]

Jeckyl
4/5/2004 10:31:03 PM
There are additions. Extra objects and methods and (if you use AS2), some
new language constructs.

Be careful though. .if you export to FP7, then your script becomes case
sensitive. eg cannot use mc.Stop() .. has to be mc.stop() or it will just
not work. Also if you use AS2, then you really need to use the new syntax
for classes instead of using prototypes etc.

But if you stick with AS1 (and you export for FP6 or you are sure you have
the upper/lower case correct everywhere) then you an use your old code
(pretty much).

[quoted text, click to view]

AddThis Social Bookmark Button