Quote:
Originally Posted by theHAWKER
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 
|
1st. Script
Well, this.rotate in GS1 or GS2 is only a variable holder an not any kind of parameter, or event.
(I forget the proper name.)
2nd. Script
How would random change anything? >_>