You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,9 @@ To add Actuate to a standard Haxe project, use `-lib actuate` in your HXML
25
25
26
26
It's simple to get started!
27
27
28
-
Actuate.tween (MySprite, 1, { alpha: 1 });
28
+
Actuate.tween (MySprite, 2, { alpha: 1 });
29
+
30
+
This statement says: "Change MySprite's alpha value to 1 over a 2-second duration".
29
31
30
32
Actuate is designed to be simple to use and to take advantage strong code completion support in code editors like FlashDevelop, which means no more "reserved" keywords or "special" properties
0 commit comments