Difference between revisions of "Questions"

Jump to navigation Jump to search
75 bytes added ,  11:37, 28 May 2006
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 spinSpeed
  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==

Navigation menu