Pano2QTVR Flash options disabled?

Specific Q&A about the new Flash export
Locked
Micha
Posts: 80
Joined: Sat Nov 04, 2006 9:29 am
Location: Germany
Contact:

Hello,

is there a way to enable the disabled flash options? I hope the Steuerung->Empfindlichkeit (control sensitivity?) could help to get a faster responce for that object movie:
http://www.simulacrum.de/download/Diamond32_out.swf
ScreenShot444.png
ScreenShot444.png (24.37 KiB) Viewed 9722 times
Also I try to find a way that arrow buttons of the controller_fullscreen.fla are not so fast.
http://www.simulacrum.de/download/Bike_v3.swf
Maybe I could scale down the general speed per one of the disabled options (speed 10?). Or could it be done per modify the action of the arrow buttons? I tried it but dosn't got it working.

Code: Select all

on(press) {
	actionId="pan";
	actionValue=-1;
}
on(release) {
	actionId="";
	actionValue=0;
}
on(releaseOutside) {
	actionId="";
	actionValue=0;
} 
Regards,
Micha
www.simulacrum.de ... CAD and 3D visualization service for designers and architects
Micha
Posts: 80
Joined: Sat Nov 04, 2006 9:29 am
Location: Germany
Contact:

Hmm, after I switched to the english language and back all flash options are available, seems to be a UI bug. But the controls dosn't helped me to get my diamond movie more sensitive for the mouse grapper.
www.simulacrum.de ... CAD and 3D visualization service for designers and architects
Locked