Jump to content


GML-PUNK

Member Since 09 Jun 2005
Offline Last Active Jan 14 2011 04:53 AM

Topics I've Started

Calculate Angle

11 December 2008 - 02:27 AM

Hello, I am trying to find the angle of the slope that my vehicle is traveling on. I have two wheel objects and a car body.

object0 - Back Wheel
object1 - Front Wheel

Step Event of object3 ( car body )

image_angle = direction;

rise = object1.y - object0.y;
run = object1.x - object0.x;

slope = rise/run;

direction = slope;

The car body doesn't rotate to the angle. What is the problem?

Xtreme 3d Help Project

09 November 2008 - 12:52 AM

Xtreme 3D Help Project is something I am working on to help people learn Xtreme 3D and hopefully give some insight into the great potential and ease of creating 3D games with it.

Visit: www.gml-punk.co.nr/X3D

If you want to make a tutorial for the site, send me a pm with details of what it is about, and include where I can download it.

Loss Of Inspiration

01 October 2007 - 03:57 AM

Hello. I would like to work on a game, but I have no inspiration and don't have any ideas of a game to make. What do you do to get inspiration?

Graphic Artist

29 September 2007 - 03:35 AM

Hello. I am working on a skateboarding game, it isn't very serious but it might get more serious along the way.

I need a graphics artist to help with this game, someone that can make good quality textures for 3D models.

If you would like to work on this with me, send a pm to me showing some of your work. I will help you with your project in return for you helping me if you want.

Platform Slopes

15 July 2007 - 07:06 PM

Platform Slopes

Description:
Platform Slopes is an extension that allows objects to move on slopes.

Functions:
- platform_slope_enable(friction)
- platform_slope_move(dir,speed,precision)

Platform Slopes is very easy to use, only two functions, one to enable slopes for an object, and one to move the object on the slopes.

Version 0.1
Contains: .gex and .gmk example
Download