Jump to content


elite_thut

Member Since 20 Feb 2006
Offline Last Active Oct 15 2012 08:54 PM

Topics I've Started

Looking For A Sound

20 October 2007 - 05:19 PM

Hey,

I am looking for a "bip" sound that I would use to censure words in a dialog, anyone know where I can find one?


Thanks


Edit: Made the sound myself. Thanks

3d Score-->d3d_set_projection Problem

18 December 2006 - 10:55 PM

Game Maker :GM109:  ---  Registered ---  3D


Hey,
I have a 3d game...3rd person view.
I have this object caled obj_healthControle
In it I have

---no more health----
restart game

-----Draw-----
{
  draw_set_color(c_black);
  d3d_set_projection_ortho(0,0,room_width,room_height,0);
  d3d_set_hidden(false);
  draw_text(10,10,'Health: the health bar script);
  d3d_set_hidden(true);
}

But when I start the game... everything is black ... I understand that this is because of my draw_set_color(c_black); but how can I make it work then??

I need your help plz.