Hello guys, I have this weird problem: (copy and paste)
var cl = this.createEmptyMovieClip("bulle", 0) ;
cl.lineStyle(100, 0xfff00f, 100) ;
cl.lineTo(.45, .15) ;
//cl._xscale = cl._yscale = 10 ;
this.onMouseDown = function () {
cl._xscale = cl._yscale -= 10 ;
}
Click a few times and… the clip disappears :h: :h: :h:
Anyone knows why?
pom :q: