var myMenu:ContextMenu = new ContextMenu();//create a new context menu called myMenu function rightClick() {//create a new function called right click gotoAndStop(?cheatFrame?);//when the right click button is pressed, go to the cheatFrame }// myMenu.onSelect = rightClick;//when the right click menu is brought up, execute the rightClick function this.menu = myMenu;//make the neccesary changes to go to the cheating frame