-
Notifications
You must be signed in to change notification settings - Fork 5
Sample Code Lessons
vanuccif edited this page Dec 2, 2011
·
31 revisions
- Basic 2D Shapes (poRectShape, poImageShape, poOvalShape, custom poShape2D)
DONE
- Alignment
DONE
- poColor
DONE
- poPoint (operations)
DONE
- Basic transforms (position, rotation, scale)
- Simple drawing (line, rect, polygon)
DONE
- Advanced 2D Shapes (custom poShape2D using poPoints, curveTo, ...)
DONE
- Masks
- 3D Shapes
- Image operations (getPixel/setPixel, composite, blur, flip, resize)
- Basic Global Events (mouse down, mouse up, mouse drag, key down)
DONE
- Basic Object Events (all mouse events, drag)
DONE
- Advanced Events (visible/invisible, alphaTestTexture, events hierarchy)
- Basic Textboxes
DONE
- poFont
- Advanced Textboxes
- Update loop
DONE
- Basic Tweens
DONE
- Easing functions
- Advanced Tweens (tween notifications, custom tween)
- XML
DONE
- Dictionary
DONE
- Parents and Children
DONE
- Messaging (array of buttons)
- Modifiers
- Windows