SetTextColor

From MaratisWiki
Revision as of 01:04, 9 February 2014 by Dahnielson (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

setTextColor(object, color)

Change the text color. Use a table with the color of the text with this format {red, green, blue, alpha}.

  • object : object to operate on
  • color : color to change to

Example 1: 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