Phaser.Timer is now feature complete and fully documented. You can create Phaser.TimerEvents on a Timer and lots of new examples have been provided.

This commit is contained in:
photonstorm
2014-01-09 00:59:37 +00:00
parent 35e61172e1
commit c6c579e6b3
16 changed files with 812 additions and 328 deletions
+26
View File
@@ -350,6 +350,10 @@
"file": "group+transform.js",
"title": "group transform"
},
{
"file": "nested+groups.js",
"title": "nested groups"
},
{
"file": "recyling.js",
"title": "recyling"
@@ -797,6 +801,28 @@
"title": "swap tiles"
}
],
"time": [
{
"file": "basic+looped+event.js",
"title": "basic looped event"
},
{
"file": "basic+repeat+event.js",
"title": "basic repeat event"
},
{
"file": "basic+timed+event.js",
"title": "basic timed event"
},
{
"file": "remove+event.js",
"title": "remove event"
},
{
"file": "timed+slideshow.js",
"title": "timed slideshow"
}
],
"tweens": [
{
"file": "bounce.js",