RE: [Flashcoders] WhITE SNOW and Seven Dwarf - MAth Problems!

2007-04-27 Thread Erich Erlangga
OK danny, your script work fine. sorry for not testing it first. here is the script in conjunction to my prior post. on frame 1: var tIndex = 1; //- // calculate the loop overhead var looptimestart = getTimer(); //-

RE: [Flashcoders] WhITE SNOW and Seven Dwarf - MAth Problems!

2007-04-25 Thread Erich Erlangga
await in front of i) i guess there must be a math/words for this sequence and to achieve the result in a smarter way Danny Kodicek [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erich Erlangga Sent

[Flashcoders] WhITE SNOW and Seven Dwarf - MAth Problems!

2007-04-24 Thread Erich Erlangga
_root.onEnterFrame ; } } Does anyone has a simpler function to achieve this pattern? also assuring that all nodes are read? thanks in advanced erich erlangga ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] positioning a movie clip called from loadMovieNum

2007-04-17 Thread Erich Erlangga
Gustavo, that's because you set the _x and _y without knowing whether POA.swf is already downloaded or not. Firstly, it's better using createEmptyMovieClip methods for referencing any clip on stage. the same situation also works well for attachMovieMethod. as for AC 2.0: