Revision: 1095
Author: heuermh
Date: Wed Dec 22 08:55:45 2010
Log: minor doc changes. Fixes Issue 199. Fixes Issue 200. Fixes Issue
201.
http://code.google.com/p/piccolo2d/source/detail?r=1095
Modified:
/site/learn/patterns.html
=======================================
--- /site/learn/patterns.html Wed Oct 21 09:20:42 2009
+++ /site/learn/patterns.html Wed Dec 22 08:55:45 2010
@@ -816,7 +816,7 @@
<h3 id='Activities'>Pattern 6: Activities</h3>
- <p class='preamble'>Event handlers let an interface react to a user.
Actives are used to give
+ <p class='preamble'>Event handlers let an interface react to a user.
Activities are used to give
the interface a life of its own through the use of animation and
other "scheduled"
behaviors.</p>
@@ -1009,7 +1009,7 @@
grouping collections of nodes.</p>
<p>Each node also has its own affine transform that is applied before
the node is drawn to the
- screen. This transform can be modified to scale and translate the
node. The transform exits
+ screen. This transform can be modified to scale and translate the
node. The transform exists
directly above the node, but below the node's parent. Thus,
translating it will translate
the node (and all its descendents) but will not translate the node's
parent.</p>
@@ -1024,7 +1024,7 @@
<h3>PLayer</h3>
- <p>Layer nodes are nodes that can be viewed by a one or more cameras.
They maintain a list of
+ <p>Layer nodes are nodes that can be viewed by one or more cameras.
They maintain a list of
the cameras that are viewing them, and notify these cameras when they
are repainted.</p>
<h3>PRoot</h3>
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en