photonstorm
833960b3c8
Animation.looped has been renamed to Animation.loop. It's a boolean you can toggle at run-time to turn on/off animation looping.
...
A single Animation object now has 3 new events: onStart, onLoop and onComplete.
Animation.loopCount holds the number of times the animation has looped since it last started.
Animation.stop has a new parameter: dispatchComplete. If true it'll dispatch an Animation.onComplete event.
2014-03-03 16:05:55 +00:00
photonstorm
61376093fd
Updated all the examples to use the new Debug methods.
2014-03-03 01:19:31 +00:00
photonstorm
86f6ddcbc8
Two new particle examples and a group animation example. Also fixed CocoonJS sound issue and Cache sound locked bug.
2013-12-31 03:37:11 +00:00
photonstorm
6f93a2ec94
Multiple Anims update, Tilemap fixes and some new examples.
2013-10-31 15:45:19 +00:00
Webeled
8dfe5aee1c
Second commit, all the basic examples added, and wip files moved
2013-10-25 18:10:03 +01:00
photonstorm
07724e5001
Revamping the examples area.
2013-10-22 03:58:20 +01:00
Webeled
97423a9d8d
All the names now fit
2013-10-18 16:27:55 +01:00
photonstorm
a97f271de7
Fixed Animation index 0 issue and hooked TilemapLayer to camera.
2013-10-16 02:09:12 +01:00
Webeled
969fa46484
Loads of new examples, some more bug fixes, all of them work beautifully
2013-10-14 19:32:07 +01:00
Webeled
eb98998046
Testing
2013-10-11 22:29:50 +01:00
Webeled
3acdad92cb
First commi using the new software
2013-10-11 22:26:27 +01:00
photonstorm
a7230aa769
Sprite.loadTexture added.
2013-10-10 09:03:38 +01:00
Webeled
1a522ea786
Removed the self-executing functions
2013-10-07 21:32:34 +01:00
Richard Davey
9e88da5c66
Multiple animation fixes in place.
2013-09-19 23:47:50 +01:00
Richard Davey
3c5ea01e09
1.0.3 release - fixed Text and Bitmap Fonts, Animation documentation and more examples
2013-09-17 16:50:47 +01:00