Skip to main content
Participant
July 13, 2009
Answered

Motion tween created not works after exporting,but works in TEST MOVIE(ctrl+enter)

  • July 13, 2009
  • 1 reply
  • 800 views

I am using adobe flash cs4 and actionscript3


my project consists several different layers using classic motion tween option available in flash cs4


my project works fine when I test the movie using Ctrl+Enter

but after exporting my animation remains stationary

If any one knows how to solve this please do reply me. It will be very helpful to me


Even it is a simple setting please do reply me .


It is very urgent.


thank u in advance

This topic has been closed for replies.
Correct answer Pigeon7081

Are you using any ActionScript at all or is it all just motion on the timeline?

If you're not using any AS then you can try to add a little to force it to play. Just add a new layer at the very top. Click on the first frame (which shoudl be a keyframe - if it's not make it one) and press F9. This will open your Actions window. In the window type "play();" (without the quotes). Not sure if that will work or not but it's worth a try!

If you are using AS make sure you don't have a stop(); action anywhere that's not being controlled.

Good luck!

1 reply

Pigeon7081Correct answer
Inspiring
July 13, 2009

Are you using any ActionScript at all or is it all just motion on the timeline?

If you're not using any AS then you can try to add a little to force it to play. Just add a new layer at the very top. Click on the first frame (which shoudl be a keyframe - if it's not make it one) and press F9. This will open your Actions window. In the window type "play();" (without the quotes). Not sure if that will work or not but it's worth a try!

If you are using AS make sure you don't have a stop(); action anywhere that's not being controlled.

Good luck!

Participant
July 14, 2009

Thank u very much I got it. I did as u told.

hhahahaha

thanxxxxxxx

Inspiring
July 14, 2009

I'm glad it worked!

Have a good day!!