Jump to content


NecrOFRomHeLL

Member Since 27 Jun 2005
Offline Last Active Feb 26 2010 12:53 AM

Topics I've Started

Need Rotation Help, Example Included *solved*

15 December 2006 - 01:07 AM

ok, i took one of thatgameguy's tutorial and tried to make a cube rotation without an fps display rotating though the cube either doesn't move or the fps display rotates, plz help me fix this. Here's my example, press the right key to rotate the cube.
link

Ortho Projection Problems

25 November 2006 - 11:15 PM

Posted Image

The picture above shows text being draw using ortho projection. The picture on the left shows the FPS when the game starts. The picture on the right shows the FPS when rotation of the z axis occurs.

Basically, when i press a button, the FPS text gets slanted and i don't no how to fix it.

overlay, create event:
depth=-8192;
image_speed=.1;

overlay, draw event:
d3d_set_projection_ortho(0,0,512,512,0);
draw_text_color(4,4,"FPS: "+string(fps),c_white,c_white,c_white,c_white,1);

object, when #6 is pressed on the keypad
d3d_transform_add_rotation_z(-1);

When i press 6, the object rotates, but so does the text ::lmao::

I tried to make the text rotate in the opposite direction, but then the object doesn't rotate and the text rotates.

help plz

A 2d In 3d?

05 November 2006 - 10:55 PM

i'm trying to put text and sprites on a user interface  while 3D mode is on, i tried using some tutorials, but they aren't helping :rambo
Could some1 gimme some very simple instructions, or better yet, just a basic tutorial

I'm A Newbie To .dlls

13 August 2006 - 09:38 PM

I'm new to .dll, and i have some questions about them:
1. If u choose to draw thing's using .dll, would u use OpenGL,directx in c++?
2. Could u use long double data types and export them to gamemaker?
3.. R there any good .dll tutorials in c++? if so, plz gimme links
thanks in advance

How Do I....

06 November 2005 - 10:52 PM

I wanna out line the edges of a shape with black, how can i do it?