Difference between revisions of "Questions"
Jump to navigation
Jump to search
→Can a script be used to rotate an object clockwise on the Z axis to create a constant spinning effect?: fixing mistakes
imported>DragoonWraith |
imported>DragoonWraith |
||
Line 402: | Line 402: | ||
if ( doOnce == 0 ) | if ( doOnce == 0 ) | ||
set spinSpeed to ( 90 + ( ( GetRandomPercent * 450 ) / 99 ) ) | set spinSpeed to ( 90 + ( ( GetRandomPercent * 450 ) / 99 ) ) | ||
set doOnce to 1 | |||
endif | endif | ||
Rotate Z spinSpeed | Rotate Z spinSpeed | ||
Line 411: | Line 412: | ||
Begin GameMode | Begin GameMode | ||
Rotate Z | Rotate Z # | ||
End | End | ||
:But that's much less fun. --[[User:DragoonWraith|DragoonWraith]] 11:35, 28 May 2006 (EDT) | :The number is how many degrees per second the object rotates. But that's much less fun. --[[User:DragoonWraith|DragoonWraith]] 11:35, 28 May 2006 (EDT) | ||
==Problem Modifying Plugins with another Plugin== | ==Problem Modifying Plugins with another Plugin== |