Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tutorial MoveOverTime
#1
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
Reply

#2
[Image: 9a00f.png]

Make one long thread with all of these functions/tutorials instead of making new ones all the time :p
Reply

#3
Very good tutorial for people who don't get it, @AZUMIKKEL Troll
[Image: MaEIQ.png]
Reply

#4
(09-19-2011, 17:07)Pozzuh Wrote: Very good tutorial for people who don't get it, @AZUMIKKEL Troll

I lol'd
Reply

#5
Then I serious'd.
Reply

#6
Nice, shit's usefull.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.