AINE: Accelerated Interactive Narrator Engine
  • Download
  • References
  • Games
  • Wiki
  • Facebook Twitter
  • Module

    GUI

  • Name

    removeObj()

  • Examples

    Item: item {
    image: "img_item"
    x: 300
    y: 400

    Event: "Take item"{
    // When the overlay is clicked, this option is displayed
    // Removes the overlay and moves the item to the player object

    GUI.removeObj(this)
    player.giveItem(this)
    }

    Event: [Mouse_Over,false]{
    }
    }

    Room: room
    {
    Event: Game_Start {
    GUI.addObj(item,this)
    }
    }
  • Description

    Removes an Object as overlay on the graphical user interface.
  • Syntax

    • GUI.removeObj(obj)
  • Related

    addObj()

  • Contact
  • Terms of Use
  • GitHub
  • Drakkashi.com

The copyright of all images rendered by me goes to their respective owners.
© 2008 Daniel Svejstrup Christensen