From 846003d4604e1416e7a2dde5945786ab5a2a1816 Mon Sep 17 00:00:00 2001 From: Yoshihiro Yamazaki Date: Fri, 28 Dec 2012 11:12:08 +0900 Subject: [PATCH] =?utf8?q?movieclip=20=E3=81=AE=20loop=20=E5=88=9D?= =?utf8?q?=E6=9C=9F=E5=80=A4=E3=82=92=20true=20=E3=81=AB=20(=E3=83=87?= =?utf8?q?=E3=83=90=E3=83=83=E3=82=B0=E7=94=A8=E3=81=AB=20false=20?= =?utf8?q?=E3=81=AB=E3=81=97=E3=81=A6=E3=81=9F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/movieclip.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/movieclip.js b/src/movieclip.js index 194c8f7..099db97 100644 --- a/src/movieclip.js +++ b/src/movieclip.js @@ -35,8 +35,8 @@ FlappMovieClip = function(parentMovieClip, matrix, colorTransform) { this.totalframes = 0; this.currentFrame = 0; this.playing = true; - // this.loop = true; - this.loop = false; + this.loop = true; +// this.loop = false; this.actionVarriableTable = {}; this.actionVarriablOrigKeys = {}; }; -- 2.11.0