This button was created by php script: <input type="button" onload="HYPE.documents[\'test\'].showSceneNamed(\'ChooseTable\')" onclick="HYPE.documents[\'test\'].functions().ChooseTable(0,0,'.$tid.')" value="Go">
This work.
function ChooseTable(hypeDocument, element, event) {
/// this work
alert(event);
/// this not work
hypeDocument.showSceneNamed('myscene', kSceneTransitionInstant, 1.1);
/// how to go "myscene" and save var event?
}