On Tue, Dec 8, 2009 at 5:07 PM, Karl DeSaulniers <k...@designdrumm.com>wrote:

> Well I know why this code was not working.
>
>
>     if (e.target.currentFrame == 40) TweenMax.to(mcHandInstance2, 2,
>> {x:200, startAt:{totalProgress:1}}).reverse();
>>  }
>>
>
> Because it should read.
>
>
>     if (e.target.currentFrame == 40) { TweenMax.to(mcHandInstance2, 2,
>> {x:200, startAt:{totalProgress:1}}).reverse();
>>  }
>>
>
> You missed the first "{"
> Don know if that fixes everything or just this line.
>

Just that line. It's commented out for now. But thank you very much!
beno
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to