Be a Supporter!

API problem

  • 152 Views
  • 2 Replies
New Topic Respond to this Topic
fluttersaur
fluttersaur
  • Member since: Nov. 9, 2012
  • Offline.
Forum Stats
Member
Level 09
Animator
API problem 2013-01-13 18:54:03 Reply

Hello, i need some help with my animation, This is my first animation and its just me getting used to the tools, all i need to do is put sounds in and it will be finished, However there is one problem i can't seem to fix, The API had been added to the first frame of the timeline and works, both codes have been put in and there is no errors seen in the output. The problem is that when i click Play, it moves onto the next frame on the timeline, but will not automatically play unless i click play from right clicking on it
my friend tested this too and had the same problem.

dylan
dylan
  • Member since: Jul. 14, 2012
  • Offline.
Forum Stats
Supporter
Level 13
Blank Slate
Response to API problem 2013-01-13 19:27:28 Reply

Try putting some actionscript into the second frame to play the movie. I think it's something like

play();

That's for AS3.0, I'm not sure about 2.0.

fluttersaur
fluttersaur
  • Member since: Nov. 9, 2012
  • Offline.
Forum Stats
Member
Level 09
Animator
Response to API problem 2013-01-13 20:15:28 Reply

At 1/13/13 07:27 PM, SafePlagiarism wrote: Try putting some actionscript into the second frame to play the movie. I think it's something like

play();

That's for AS3.0, I'm not sure about 2.0.

Yes, play(); worked, It now plays all the way through, i just need to clean up the sounds, and it will be finished
Thank you very much for the help! :)