[mtasc] Events & methods useless?

Mark Winterhalder mark13 at gmail.com
Fri Sep 2 05:03:12 CEST 2005


hi Karlisson,

attachMovie and loadMovie aren't events, but methods of MovieClip. if
you meant onLoad, that's an event (handler), as is e.g. onEnterFrame
(by convention, eventhandlers in actionscript begin with "on").

as for the linkage id and multiple frames, you can use swfmill:
http://osflash.org/doku.php?id=swfmill
which, to answer your question from the other thread, is a bit of an
exception since it's c++ (and xslt), but it compiles just fine on
linux, even 64bit. the rest is mostly platform independent
(actionscript/swf, java..., even mtasc works also as ocaml bytecode if
you prefer that).

hth,
mark



On 9/2/05, Karlisson M. Bezerra <karlissonbezerra at yahoo.com.br> wrote:
> I'm programming on linux and I'd like to know when
> events like attachMovie ou Load will be
> useful...attachMovie requires a id that I don't know
> what can be if I'm not loading a swf from a library
> like Flash IDE. And about the methods  play and stop,
> etc, can I create a swf with various frames only by
> coding?
> 
> Grateful.
> 
> 
> 
> 
> 
> _______________________________________________________
> Yahoo! Messenger com voz: PROMOÇÃO VOCÊ PODE LEVAR UMA VIAGEM NA CONVERSA. Participe! www.yahoo.com.br/messenger/promocao
> --
> MTASC : no more coffee break while compiling
> 


-- 
http://snafoo.org/
jabber: mark13 at jabber.org.uk



More information about the mtasc mailing list