Funny / Usefull Function

Posts 113 of 13 · Page 1 of 1
Funny / Usefull Function
Code:
double RadialIndex;




DWORD WINAPI TurnArround(LPVOID lpParam)
{


{
 while(true)
 {
  RadialIndex+=0.00055;
  x = 100 + cos(RadialIndex) * 50;
 y = 100 + sin(RadialIndex) * 50;
  
 Sleep(1);
 }
return 0;
}
}
Result:





Credits: Kvn
: wraithkilla /Ju8tic3 (me)

comment if you think usefull/funny or not
very coll
Why would you like a moving menu XD?
idk , its kinda funny if it swings arround xDDD
It isn't funny, the feature is actually useful, for design. But only if you modify it right.
correct ;D i use it for my menu , it slides from left to right to the screen , looks pretty cool
haha nice
Very funny
NICE !. NICE. !
thanked !
find a way to use this with game camera
Quote Originally Posted by supercarz1991 View Post
find a way to use this with game camera
xDDD good idea
Quote Originally Posted by wraithkilla View Post
xDDD good idea
i call it "Spectator mode" :P
Funny as fuck,
imma have to use this
Posts 113 of 13 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?