Jump to content


pubby8

Member Since 19 Feb 2007
Offline Last Active Nov 30 2009 01:50 AM

Posts I've Made

In Topic: Randomly Generated Maze

29 August 2009 - 03:37 AM

http://gmc.yoyogames...p...999&hl=maze

Depth-first-search algorithm.

In Topic: Thesnidr's Grid Distortion

29 August 2009 - 03:34 AM

I wrote an engine for something similar to this last year. xD I'm actually writing a game on it right now :whistle:
distort image


Nice effect.

In Topic: Tank Game

29 August 2009 - 03:27 AM

What?

You want us to make a full game for us?

Read some tutorials x_x
It's VERY possible to write a full game without using registered, it just requires more knowledge.

In Topic: Sound_volume

29 August 2009 - 03:25 AM

1. Saying you're not a n00b because you use "d3d" means you're infact a n00b :whistle:

2. sound_volume(name of sound, new volume (0 to 1) )

3. variable = sound_volume() I think should set the variable to the current volume (0 to 1)

In Topic: Calculating Angles

29 August 2009 - 03:19 AM

That just finds the difference between 2 angles x_x