Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~92 People Reached
Favorite Forums
Member Avatar for mentos16

[CODE] var ctr:Number=0; for (var i:Number = 1; i<=48; i++) { this["puzzle"+i]._alpha = 30; this["puzzle"+i+"c"]._x = Math.random()*100; this["puzzle"+i+"c"]._y = Math.random()*300; this["puzzle"+i+"c"].onPress = function(){ this.startDrag(false); //for (var i:Number = 1; i<=48; i++) { name = this._name; j = name.substring(6); asd.text = parseInt(j); this["puzzle"+j+"c"].onRelease = function() { this.stopDrag(); this["puzzle"+j+"c"].stopDrag(); if (eval(this["puzzle"+j+"c"]._droptarget)== this["puzzle"+j]) …

Member Avatar for KazenoZ
-1
92