• Add As Favourite
  • Report This Game
  • Send to a friend
  • Rate this game
    • Currently 2.0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Recnepz

    Added: 31 October 2009
    Created by: Recnepz
    Version: 6

    Game description: Shoot down the worst monsters in the world with a laser. Made for a gamemakergames.com mini-competition

    • Submit Game to Digg
    • Submit this game to Delicious
    • Submit to Feedmelinks
    • Submit Game to Reddit
    • Submit Game to Blinklist
    • Submit Game to Facebook
    • what are these icons?

    Reviews

    • Overall Score rating rating rating rating rating
    • Graphics rating rating rating rating rating
    • Sound rating rating rating rating rating
    • Gameplay rating rating rating rating rating
    • Story rating rating rating rating rating
    • Interface rating rating rating rating rating
    big_geek

    Good but Hard Game
    Added: 07 November 2009
    Created by: big_geek

    Pros: easy to control laser, good sounds and graphics
    Cons: too hard at the beginning of the game, graphics could be a little b...


    More Games By This Creator

    Page 1/2

    • Previous
    • Next

    Comments

    Recnepz

    Recnepz said 8 days ago

    Report to Staff

    it is.

    GameRoom

    GameRoom said 8 days ago

    Report to Staff

    Actually, I just realize you don't need to create the file, the game end or whatever can do that. Anyway, the code should be:
    if file_exists("options.txt") {
    var ll;
    ll=file_text_open_read("options.txt")
    var1=file_text_read_real(ll)
    var2=file_text_read_real(ll)
    file_text_close(ll)
    } else {
    var1=0
    var2=0
    }

    Recnepz

    Recnepz said 9 days ago

    Report to Staff

    So I just open the file than close it?

    GameRoom

    GameRoom said 9 days ago

    Report to Staff

    The same way you save it, with the file_text stuff.

    1 2 3

    Disabled