Jump to content


espotgames

Member Since 27 Jan 2011
Offline Last Active Private

Posts I've Made

In Topic: {Md} - Automatic Updater

28 April 2011 - 04:43 AM

this is great! So helpful! Posted Image

In Topic: Screen shake effect

02 March 2011 - 05:33 AM

//CREATE EVENT
amt
=10; //Change this to change the amount of shaking

//STEP EVENT
if amt>0
{view_angle[0]=-amt+(2*random(amt)); //Shake the view_angle...
amt-
=0.5; //Change this to make longer/shorter shakes...
}
edited version of the code.  Put it in an object that does not get deleted like the player.

In Topic: Mplay Tutorial - An Online Platform Shooter

31 January 2011 - 03:06 PM

where is the donwload?!?!?!?!?!