A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Hack-proof maze game?

  1. #1
    Junior Member
    Join Date
    Jan 2009
    Posts
    9

    Unhappy Hack-proof maze game?

    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?

  2. #2
    shavingcream incarnate gukinator's Avatar
    Join Date
    Jul 2008
    Location
    Santa Cruz
    Posts
    147
    PHP Code:
    function rightClick():Void {
        
    //do whatever
    }
    var 
    cm:ContextMenu = new ContextMenu();
    cm.hideBuiltInItems();
    cm.onSelect rightClick;
    menu cm
    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 something

  3. #3
    Junior Member
    Join Date
    Jan 2009
    Posts
    9
    Ohmygawd! Works like a dream~
    Thanks x1000000000 <3

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center