Flash movie speed

Q&A about the latest versions
Post Reply
placidmanc
Posts: 1
Joined: Tue Oct 28, 2008 10:21 am

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
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

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.
MfG, Thomas
Post Reply