Skip to content

Sample Code Lessons

vanuccif edited this page Dec 2, 2011 · 31 revisions

Graphics

  1. Basic 2D Shapes (poRectShape, poImageShape, poOvalShape, custom poShape2D) DONE
  2. Alignment DONE
  3. poColor DONE
  4. poPoint (operations) DONE
  5. Basic transforms (position, rotation, scale)
  6. Simple drawing (line, rect, polygon) DONE
  7. Advanced 2D Shapes (custom poShape2D using poPoints, curveTo, ...) DONE
  8. Masks
  9. 3D Shapes
  10. Image operations (getPixel/setPixel, composite, blur, flip, resize)

Events

  1. Basic Global Events (mouse down, mouse up, mouse drag, key down) DONE
  2. Basic Object Events (all mouse events, drag) DONE
  3. Advanced Events (visible/invisible, alphaTestTexture, events hierarchy)

Textboxes

  1. Basic Textboxes DONE
  2. poFont
  3. Advanced Textboxes

Animation

  1. Update loop DONE
  2. Basic Tweens DONE
  3. Easing functions
  4. Advanced Tweens (tween notifications, custom tween)

Data

  1. XML DONE
  2. Dictionary DONE

Application Structure

  1. Parents and Children DONE
  2. Messaging (array of buttons)
  3. Modifiers
  4. Windows
Clone this wiki locally