PDA

View Full Version : urgent help needed,AS3



ash_at_risk
January 3rd, 2010, 12:55 AM
Hi all,
I stuck in a problem, when my project almost complete.
1) My game is playing differently when i am debugging it & when am i testing the movie(ctrl+Enter), the difference is that in testing movie the keyboard keys(i hv called the keyboard event key up & key down ) are not working first time, when player loses the game fiirst time,key start to work properly

2) It is working slowly, when i loaded its compiled swf with another swf but working fine when played individually, i hv specified the different stage.framerate for both swf in their corresponding class.

Plz help very urgent ,any idea/advice will be greatly appreciated

cbeech
January 3rd, 2010, 11:01 AM
1) it sounds as if you have not 'disabled' the keyboard shortcuts, when testing the movie under the control menu

2) both frame rates should be set the same, the 'loaded' movie will play at the frame rate of the 'loader' instance by default.