Modify Your Scene’s Background Color

Affects the color behind the character, and also while loading


To change the background color of a Scene already Embedded into a HTML page, use the setBackgroundColor(color) command:
  1. Call setBackgroundColor('000000'); to change the background color to black: setBackgroundColor('000000')

  2. Call setBackgroundColor('f0f0f0'); to change the background color to gray: setBackgroundColor('f0f0f0')

  3. Call setBackgroundColor('ffffff'); to change the background color to white setBackgroundColor('ffffff')



© 2003 Oddcast Inc. All Right Reserved