# HG changeset patch # User wycc # Date 1301695225 -28800 # Node ID a19f6cecf3c883c9192a0dfe3a9dea43938ac903 # Parent a5672125e515ab6995f54758927ed61c11ab42ec Hide the last frame. diff -r a5672125e515 -r a19f6cecf3c8 nodejs/mbapp.js --- a/nodejs/mbapp.js Sat Apr 02 05:39:26 2011 +0800 +++ b/nodejs/mbapp.js Sat Apr 02 06:00:25 2011 +0800 @@ -271,6 +271,7 @@ if (scenes == null) return; for(i=0;i=scenes[i].start && nth <=scenes[i].end) { sys.puts("find"); if (scenes[i].type == 'normal' || i == scenes.length-1) { @@ -298,6 +299,7 @@ sys.puts(scenes[i].ref); } } + this.get(scenes[i].ref).hide(); this.refresh(); }