Changes

Jump to navigation Jump to search

cursor.hide

23 bytes added, 12:06, 11 June 2011
Line 11: Line 11:     
== Example  ==
 
== Example  ==
 +
 
<syntaxhighlight>if (isPlaying == true) then  
 
<syntaxhighlight>if (isPlaying == true) then  
 
   cursor.hide()
 
   cursor.hide()
 +
else
 +
  cursor.show()
 
end</syntaxhighlight>
 
end</syntaxhighlight>
  

Navigation menu