Mercurial > MadButterfly
comparison nodejs/mbapp.js @ 1138:593a418ed8bf
Add some stub for the animation.
author | wycc |
---|---|
date | Tue, 21 Dec 2010 14:36:50 +0800 |
parents | 78312b44f48c |
children | 4c5bcaba28ea |
comparison
equal
deleted
inserted
replaced
1137:a821ad26f6d9 | 1138:593a418ed8bf |
---|---|
167 sys.puts(e); | 167 sys.puts(e); |
168 sys.puts(scenes[i].ref); | 168 sys.puts(scenes[i].ref); |
169 } | 169 } |
170 } | 170 } |
171 } | 171 } |
172 | |
173 app.prototype.runToScene=function(n) { | |
174 | |
175 } | |
176 | |
172 app.prototype.addSceneListener=function(n, cb) { | 177 app.prototype.addSceneListener=function(n, cb) { |
173 sys.puts("This is not implemented yet") | 178 sys.puts("This is not implemented yet") |
174 } | 179 } |
175 | 180 |
176 var app_with_win = function(display, win) { | 181 var app_with_win = function(display, win) { |