Thread: Rotaion?
View Single Post
  #1  
Old 03-21-2007, 09:16 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Cool Rotaion?

how do u rotat things?
i tryed this:
PHP Code:
//#CLIENTSIDE
if (created) {
this.rotate =59;

then i tryed to make it random:
PHP Code:
//#CLIENTSIDE
if (created) {
this.rotate random(0,360);

but non of them work
__________________
**FLIP OUT**
Reply With Quote