Basic Motion and Transitions
基本運動和轉換
- May 10 Tue 2011 18:29
Corona Animation and Motion Basic Motion and Transitions Part1
- May 09 Mon 2011 18:36
Corona Images, Shapes, and Text About Display Objects Part6
Bitmap Mask
- May 09 Mon 2011 17:38
Corona Images, Shapes, and Text About Display Objects Part5
Working with Display Objects and the Stage
Creating Display Objects
You don't actually create these objects directly. Instead, you create special kinds of DisplayObject
s such as rectangles, circles, images, text, groups, etc.
- May 09 Mon 2011 15:19
Corona Images, Shapes, and Text About Display Objects Part4
Corona Images, Shapes, and Text About Display Objects Part4
Text
display.newText( [parentGroup,] string, x, y, font, size ) creates a text object with its top-left corner at (x, y). The local origin is at the center of the text; the reference point is initialized to this local origin. By default, there is no text color.
- May 09 Mon 2011 14:11
VB.NET 取亂數
- May 06 Fri 2011 16:37
Corona Images, Shapes, and Text About Display Objects Part3
- May 06 Fri 2011 15:34
Corona Images, Shapes, and Text About Display Objects Part2
Corona Images, Shapes, and Text About Display Objects Part2
Common Object Methods
通用對象的方法
Object methods are accessed via the colon operator. For example, if we have a DisplayObject
represented by the variable object, we can translate the object 10 pixels to the right (of it's current position): object:translate( 10, 0 )
.
- May 06 Fri 2011 14:29
Corona Images, Shapes, and Text About Display Objects Part1
Corona Images, Shapes, and Text About Display Objects Part1
- May 04 Wed 2011 18:04
Lua and Corona 基本語法