Hey Jared- I’m really excited to use your MovieClip controller class.. Had no problems with your tweener class, however I absolutely suck at actionscript and can’t get this timeline control to work…
Error#1:
Location: Scene1, Layer ‘Layer 3′, Frame 1, Line 1
Description: 1067 Implicit coercion of a value of type Boolean to an unrelated type uint.
Source: cPlayer.fGoto(mcPink, 3, 5, true);
Error#2:
Location: Cplayer Line1
Description: 1180: Call to a possibly undefined method addFrameScript
Source: addframeScript (0,frame1;)
Error#3:
Location:Cplayer.as Line1
Description: 5000: must subclass ‘flash.display.movieclip’ since it is linked to a library symbol of that type.
What could I be doing wrong?
Thanks!
James on
December 29th, 2009 10:34 pm
Hey Jared, this is awesome, the only thing that’s troubling me at the moment is adding tracks to the xml list.
I want to add them to the TOP of the list but that means i need to change every track’s id when i add one, and i want to add one everyday which means i could potentially have to change 100s of ids everyday.
Is there a way to make the track with id “1″ the last one in the list instead of the 1st?
Nice but why would you want to play it backwards? Maybe unless you’re an animator.. but again.. I don’t know…?
well lets just say because sometimes you just want to know you can
Hey Jared- I’m really excited to use your MovieClip controller class.. Had no problems with your tweener class, however I absolutely suck at actionscript and can’t get this timeline control to work…
Error#1:
Location: Scene1, Layer ‘Layer 3′, Frame 1, Line 1
Description: 1067 Implicit coercion of a value of type Boolean to an unrelated type uint.
Source: cPlayer.fGoto(mcPink, 3, 5, true);
Error#2:
Location: Cplayer Line1
Description: 1180: Call to a possibly undefined method addFrameScript
Source: addframeScript (0,frame1;)
Error#3:
Location:Cplayer.as Line1
Description: 5000: must subclass ‘flash.display.movieclip’ since it is linked to a library symbol of that type.
What could I be doing wrong?
Thanks!
Hey Jared, this is awesome, the only thing that’s troubling me at the moment is adding tracks to the xml list.
I want to add them to the TOP of the list but that means i need to change every track’s id when i add one, and i want to add one everyday which means i could potentially have to change 100s of ids everyday.
Is there a way to make the track with id “1″ the last one in the list instead of the 1st?
Thanks
Hi,
this examples is great and looks like what i need to use, can you help me implement this? or how i go about setting it up as im very new to all this?
Cheers
This is a very nice class.