Description du jeu "Tutorial: How to disable right clicking!" :
Ce code provoquera une défaite automatique lors d'un clic droit :
var myMenu:ContextMenu = new ContextMenu();//crée un menu contextuel nommé myMenu
function rightClick() {//crée une fonction nommée rightClick
gotoAndStop(?cheatFrame?);//lors d'un clic droit, aller à cheatFrame
}
myMenu.onSelect = rightClick;//lorsque le menu contextuel s'affiche, exécuter la fonction rightClick
this.menu = myMenu;//effectuer les modifications nécessaires pour aller à l'image de triche
|
Jeux similaires à "Tutorial: How to disable right clicking!" :
Annonces
|