Thread: Spinning Screen
View Single Post
  #17  
Old 12-19-2010, 08:16 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Deas_Voice View Post
haha, can someone give me the client that made it spin? i want to see it inrealtime x)
PHP Code:
//#CLIENTSIDE
function onCreated() onTimeout();
function 
onTimeout() {
  
GUIContainer.rotation += 0.5;
  
setTimer(0.05);

__________________
Quote:
Reply With Quote