Page 1 of 1

Flash movie speed

Posted: Tue Oct 28, 2008 10:36 am
by placidmanc
I am currently adding a Pano2VR section to a Flash website that was built in AS2 and has a frame rate of 24 FPS.
The controls were added by creating a new FLA from a template and changing the graphics.
(Find them in C:\Documents and Settings\{USER}\Application Data\GardenGnomeSoftware\Flash8Controller)

The buttons are working great but I would like to speed up the movement when they are clicked and there doesn't appear to be any way to do this. Would the movement be slow because my frame rate is much lower than the 50 FPS recommended?

It's too late to rebuild the website at 50 FPS as it's already live with a lot of frame based graphical content. If there is a quick way to speed up the motion from button clicks in the P2VR window I would really like to hear about it.

I would love to send you a URL but it's currently behind closed doors! :)

Thanks

Re: Flash movie speed

Posted: Wed Oct 29, 2008 1:01 pm
by thomas
The speed is defined by the "ActionValue" which is the degrees per step. You can just multiply it by a value of choice, for example 2, so the line would be

Code: Select all

playerControl(actionId,actionValue*2.0); 
in the example controller project.