SetTextColor

From MaratisWiki
Revision as of 00:40, 20 April 2012 by Vegas (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Change the text color.

setTextColor({r, g, b, a}) : r = Red / g = Green / b = Blue / a = Alpha

Example, change text color to red and semi-transparent :

   Text0 = getObject("Text0")
   function onSceneUpdate()
       if isKeyPressed("SPACE") then setTextColor(Text0, {1, 0, 0, 0.50}) end
   end
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox