Difference between revisions of "Advanced Computer"

From ComputerCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
[[File:AdvancedComputerPaint.png|frame|right|An advanced computer running Paint, an exclusive program]]The advanced computer is a [[computer]] that have mouse and colour API support. They may have more exclusive features soon. They resemble the traditional computer console, but are golden coloured to match their crafting [[recipes|recipe]].
+
[[File:AdvancedComputerPaint.png|frame|right|An advanced computer running Paint, an exclusive program]]The advanced computer is a [[computer]] that has mouse and colour API support. More exclusive features may be added in another update. They resemble the traditional computer console, but are golden coloured to match their crafting [[recipes|recipe]].
 
==Recipe==
 
==Recipe==
 
{{Crafting grid
 
{{Crafting grid

Revision as of 13:34, 30 October 2012

An advanced computer running Paint, an exclusive program
The advanced computer is a computer that has mouse and colour API support. More exclusive features may be added in another update. They resemble the traditional computer console, but are golden coloured to match their crafting recipe.

Recipe

glass_pane



Exclusive Functions

  • term.setTextColour(colours._color)
  • term.setBackgroundColour(colours._color)
  • (where _color is the color, like blue.)

Exclusive Programs & APIs