Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
![]() |
Source code |
1 2 3 |
<plugin name="gyro" url="gyro.js" enabled="true" camroll="true" friction="0.5" velastic="0.2" devices="html5" keep="true" onloaded="delayedcall(1,if(available, set(plugin[gyro-button].visible,true);));" /> <plugin name="gyro-button" url="gyro.js" enabled="true" camroll="true" friction="0.5" velastic="0.2" devices="html5" keep="true" visible="false" /> <action name="activateGyro" devices="iphone|tablet|mobile|android"> moveto(0,0); delayedcall(1,set(plugin[gyro-button].enabled, true)); delayedcall(1,set(plugin[gyro].enabled, true)); set(plugin[btn_gyroOn].visible,true); set(plugin[btn_gyroOff].visible,false); </action> <action name="deActivateGyro" devices="iphone|tablet|mobile|android"> set(plugin[gyro-button].enabled, false); set(plugin[gyro].enabled, false); set(plugin[btn_gyroOn].visible,false); set(plugin[btn_gyroOff].visible,true); </action> |
This post has been edited 2 times, last edit by "Birdseye" (Mar 9th 2012, 5:19pm)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<plugin name="gyroscope" url="../skin/gyro.js" keep="true" enabled="true" camroll="false" friction="0.5" velastic="0" /> <plugin name="gyro" url="../skin/buttons/btn_gyro.png" visible="false" zorder="100" keep="true" scale="2" align="rightbottom" x="-10" y="240" ondown="switch(plugin[gyroscope].enabled);" /> |
This post has been edited 1 times, last edit by "Jarredja" (Mar 12th 2012, 12:06pm)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
This post has been edited 3 times, last edit by "Tuur" (Jun 11th 2012, 10:42am)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer