Hi Tim,
I've downloaded the
sample zip file and added the followings in the tour.xml file:
<action name="keydown-bed">
trace('keycode=',keycode);
if (keycode == 49, loadscene(scene_galerie));
if (keycode == 50, loadscene(scene_werkstatt));
</action>
<events onxmlcomplete="set(plugin[loading].visible,true);"
onloadcomplete="set(plugin[loading].visible,false); fade_in_hotspots();"
onkeydown="action(keydown-bed);"
/>
however, there is nothing happen when I hit the 1 or 2 key. Did I made anything wrong

? thx
Regard,
Ric