I'm making V.2 of a maze game I made a while ago (http://soulabluerose.deviantart.com/...-V-1-101927454)
I want this version to be unhackable only I can't find any tutorials D: help?:scared:
Printable View
I'm making V.2 of a maze game I made a while ago (http://soulabluerose.deviantart.com/...-V-1-101927454)
I want this version to be unhackable only I can't find any tutorials D: help?:scared:
that makes it so when the player right clicks //do whatever will trigger, just make it so it shows a loosing screen or links to the menu screen or somethingPHP Code:function rightClick():Void {
//do whatever
}
var cm:ContextMenu = new ContextMenu();
cm.hideBuiltInItems();
cm.onSelect = rightClick;
menu = cm;
Ohmygawd! Works like a dream~
Thanks x1000000000 <3