Games By This Creator

  1. The Hadramey
    The Hadramey
    By yusof2005
    • Rating: 3.0/5 Stars.
  2. Plane Attack!
    Plane Attack!
    By yusof2005
    • Rating: 1.88889/5 Stars.
  3. First Game
    First Game
    By yusof2005
    • Rating: 2.57143/5 Stars.

Reviews By This Member

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

noob
Game: crazy space ...
Added: 01 July 2007
Created by: yusof2005

Pros: noob
Cons: noob

Comments By This Member

View Comment

about 1 year ago yusof2005 commented on the member yusof2005

ahhhh old days :) going to my new account yoyoyousef

View Comment

over 3 years ago yusof2005 commented on the member darkmo_o

ur games suck

View Comment

over 4 years ago yusof2005 commented on the member yoyoyousef

variable image_angle (every object has a image_angle). you want to point to the mouse, so you have to make a code doing that for you. Here is the magic code: image_angle=point_direction(x,y,mouse_x,mouse_y) that's all. the x and the y are from the bow, and you should execute this code with the bow.

View Comment

over 4 years ago yusof2005 commented on the member yoyoyousef

draw_sprite(sprite_index,image_index,x,y) draw_healthbar(x-20,y-50,x+20,y-40,health,c_red,c_lime,c_lime,0,1,0) Draw a healthbar if you use the variable health. If you are using another variable, use that instead of health