home *** CD-ROM | disk | FTP | other *** search
- _parent.endrain(15,0);
- no++;
- setX = _X + 150;
- setY = _Y - 65;
- thePoint = {x:setX,y:setY};
- this.localToGlobal(thePoint);
- _root.stage.globalToLocal(thePoint);
- tamaname = "tama2" + no;
- _root.stage.attachMovie("tama2",tamaname,5 + no);
- if(_root.stage.topmain.main.muki == "right")
- {
- _root.stage[tamaname]._x = thePoint.x;
- _root.stage[tamaname]._y = thePoint.y;
- }
- else
- {
- _root.stage[tamaname]._x = thePoint.x;
- _root.stage[tamaname]._y = thePoint.y;
- }
-