Difference between revisions of "Object"

From Sega Retro

m (spelling/grammar/fixes)
Line 1: Line 1:
An '''object''' is an element in a video game which interacts with the environment (or level) and other objects, and is controlled by simple algorithms and complex subroutines. Objects alter values in the [[RAM]] (especially the object's own [[object RAM]]) to affect gameplay, and are often represented on-screen by [[sprite]]s. Sometimes objects are invisible during the game, as is the case for [[Path swapper|path swappers]] and lava tags.
+
An '''object''' is an element in a video game which interacts with the environment (or level) and other objects, and is controlled by simple algorithms and complex subroutines. Objects alter values in the [[RAM]] (especially the object's own [[object RAM]]) to affect gameplay, and are often represented on-screen by [[sprite]]s. Sometimes objects are invisible during the game, as is the case for [[path swapper]]s and lava tags.
  
 
==See also==
 
==See also==

Revision as of 03:43, 12 January 2012

An object is an element in a video game which interacts with the environment (or level) and other objects, and is controlled by simple algorithms and complex subroutines. Objects alter values in the RAM (especially the object's own object RAM) to affect gameplay, and are often represented on-screen by sprites. Sometimes objects are invisible during the game, as is the case for path swappers and lava tags.

See also