|
-
please help me to solve this...thank you
i used the script below for softkeys...but it doesn't work...why?please help me...
stop();
_focusrect = false;
fscommand2("SetSoftKeys","back","quit");
fscommand2("Fullscreen", "true");
var myListener:Object = new Object ();
myListener.onKeyDown = function (){
if (Key.getCode() == ExtendedKey.SOFT1){
gotoAndStop ("menu",1);
}
else if (Key.getCode() == ExtendedKey.SOFT2){
fscommand2 ("Quit");
}
};
Key.addListener(myListener);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|