[swfmill] use mtasc with swfmill
Philippe Destrumel
phildes2 at wanadoo.fr
Sat Aug 6 17:01:27 PDT 2005
Thank you very much for this itemized explanation.
Mark Winterhalder wrote:
>var clip:MovieClip = _global.clips[ clipID ];
>var frameActions:Array = _global.actions[ clipID ];
>var frameNumber:Number = _global.frameNumbers[ clipID ];
>var action:Function = frameActions[ frameNumber ];
>action.call( clip );
>
>where _global.clips is a table holding your clips, _global.actions is
>a table holding the frame actions for each clip (an array), and
>_global.frameNumbers keeps track of which frames the individual clips
>are in. so, _global.actions[ clipID ] would be an array with a
>function for every frame of the clip.
>you can read about Function.call() here:
>http://livedocs.macromedia.com/flash/mx2004/main_7_2/00001356.html
>(there's also Function.apply().)
>
>
OK, I will try it.
>maybe somebody else has another idea?
>
>
I wait ;-)
>>In fact, I want add actionscript in my animtion editor program. For more
>>information : http://www.phildes.com (clic on english version)
>>It is under GNU license.
>>
>>
>cool!
>
>however, i can't find the sources -- GNU GPL means that they are
>available. you can find an explanation here:
>
>http://creativecommons.org/licenses/GPL/2.0/
>
>
Yes. My program is in french. Sorry I don't speak englis,. I need help
to translate it in english. I wait the end of hollydays.
The english version you have downloaded, is an old version. You find all
informations about 'GNU license' and 'sources' in the french version.
I suppose the langage is not a problem for GNU license because anybody
can translate the texts of the program and it continue to be in GPL GNU.
If you think it is urgent, I can translate it (in bad english) this week.
>also, i noticed you can only download it as a windows installer. if
>you would add a download link to a java .jar, then i could use it (i'm
>on linux), and the mac users, too.
>
>
In french version (http://www.phildes.com + 'télécharger') you find a
Linux version in zip file (2th
You can use it for Mac - run 'java' with 'eanim.class'
Warning 1 : E-Anim need Java 5
Warning 2 : please, be indulgent for the programmation. I am not a good
technician and I was not ready to make it in Gnu license. But some user
advise me to make it in GPL GNU. Sorry ;-)
I will try your explanations.
Phildes
More information about the swfmill
mailing list