Difference between revisions of "Advanced Computer"

From ComputerCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
[[File:AdvancedComputerPaint.png|frame|right|Paint]]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 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]].
 
==Recipe==
 
==Recipe==
 
{{Crafting grid
 
{{Crafting grid
Line 7: Line 7:
 
  |Output=advanced_console
 
  |Output=advanced_console
 
  }}
 
  }}
==Exclusive Code==
+
==Exclusive Arguments==
* term.setTextColour()
+
* term.setTextColour( )
 
* term.setBackgroundColour()
 
* term.setBackgroundColour()
 
[[Category:Blocks]]
 
[[Category:Blocks]]

Revision as of 21:15, 21 October 2012

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 recipe.

Recipe

glass_pane



Exclusive Arguments

  • term.setTextColour( )
  • term.setBackgroundColour()

History

  • 1.45 PR1 - Added Advanced Computers
  • 1.45 PR3 - Changed around the mouse function