ItsMods

Full Version: MoveOverTime
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Another tutorial, this one is made by OMA

Ill explain the command: MoveOverTime

You have a hud elem and you want it to move in a cool way, use this command.

Code:
myshader MoveOverTime(time);
change positions here
wait time;

To move for example the shader +1 in y and -40 in x do this

Code:
myshader MoveOverTime(0.1);
myshader.y += 1;
myshader.x -= 40;
wait 0.1;

Thats all, nothing really hard, Tongue OMA R 1337
[Image: 9a00f.png]

Make one long thread with all of these functions/tutorials instead of making new ones all the time :p
Very good tutorial for people who don't get it, @AZUMIKKEL Troll
(09-19-2011, 17:07)Pozzuh Wrote: [ -> ]Very good tutorial for people who don't get it, @AZUMIKKEL Troll

I lol'd
Then I serious'd.
Nice, shit's usefull.