hello,
I’m struggling with a MainTimeLine…
I am programming a game, where all the graphics is loaded dynamically - all the graphics is placed in external swf files, the swf file consists of 1 scene where alll the graphics is. Sometimes, I need to speedup the timeline (using Tweenmax) but if I do so, all parent MovieClips (Graphics symbols are ok) in the scene suddenly stop.
Before, I used linkage to contain the graphics and everything worked ok. The reason why I’m not using linkage now is that apple (game will be ported to iPad) doesn’t permit any code in external assets and guess what - linkage counts as a “code”.
Anyone has any idea how to overcome this?