Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: A few games I made...  (Read 12971 times)

0 Members and 1 Guest are viewing this topic.

Carbon Dudeoxide

  • Global Moderator

  • Mastermind
  • Thanked: 169
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Experience: Guru
  • OS: Mac OS
Re: A few games I made...
« Reply #15 on: May 29, 2007, 02:40:29 AM »
Wow, how long did it take you to make that click one? Couple of minutes?

Quote
ou could all be game testers, working for me for little or no pay Grin Tongue
;D

Dark Blade

    Topic Starter
  • Forum Gaming Master


  • Adviser

    Thanked: 24
    • Yes
  • Experience: Experienced
  • OS: Windows XP
Re: A few games I made...
« Reply #16 on: May 29, 2007, 03:01:19 AM »
Yeh, I didn't even have to use much code! The below is all I used (it's in GML, the in-built language):

Create Event
width = display_get_width()
height = display_get_height()
Step Event
window_set_position(random(width),random(height))

wind_width = window_get_width()
wind_height = window_get_height()

window_set_size(wind_width -5, wind_height-3)

Peccavi



    Adviser

  • Hope Helps!
  • Thanked: 6
    Re: A few games I made...
    « Reply #17 on: May 29, 2007, 10:36:48 AM »
    Fun games indeed. There is a bug ;)
    Computer Hope: Rise of the Machines!

    Dark Blade

      Topic Starter
    • Forum Gaming Master


    • Adviser

      Thanked: 24
      • Yes
    • Experience: Experienced
    • OS: Windows XP
    Re: A few games I made...
    « Reply #18 on: May 30, 2007, 12:17:20 AM »
    In which one?

    Peccavi



      Adviser

    • Hope Helps!
    • Thanked: 6
      Re: A few games I made...
      « Reply #19 on: May 30, 2007, 03:41:20 AM »
      In which one?
      Lat Shift I think. I stick in the middle of the game with no reason.
      Computer Hope: Rise of the Machines!

      Dark Blade

        Topic Starter
      • Forum Gaming Master


      • Adviser

        Thanked: 24
        • Yes
      • Experience: Experienced
      • OS: Windows XP
      Re: A few games I made...
      « Reply #20 on: May 30, 2007, 04:32:34 AM »
      Lemme guess: you're going really fast and you hit a bit and you can't move anymore.

      FIX: Turn normal again and slow down. You will get unstuck and you can bounce off the block (if your ship doesn't have a flame).

      Peccavi



        Adviser

      • Hope Helps!
      • Thanked: 6
        Re: A few games I made...
        « Reply #21 on: May 30, 2007, 07:12:21 AM »
        Lemme guess: you're going really fast and you hit a bit and you can't move anymore.

        FIX: Turn normal again and slow down. You will get unstuck and you can bounce off the block (if your ship doesn't have a flame).
        yes. exactly. ;D
        Computer Hope: Rise of the Machines!