Re: [Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread Tony Trapp
;../images/flashgal/small/"+this.pics+"sm"+x+".jpg", scrollContent["myMovie"+x].pic); //scrollContent["myMovie"+x].lthumb.gotoAndPlay(2); //trace(this.pics+x); columnNum++; } scroller.refreshPane(); }; stop(); Tony... - Original Message -

Re: [Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread edwin
Works great! Thanks! On 5/10/06, Lewis, Chuck <[EMAIL PROTECTED]> wrote: Try this: // this[mcName].onRelease = function() { trace("Release = "+this); } // this[mcName].onPress = function() { trace("Press = "+this); } -- Chuck for (var i = 0; i < 3; i++) { var myX =

RE: [Flashcoders] attaching onMouseDown to dynamic movieClips

2006-05-10 Thread Lewis, Chuck
Try this: // this[mcName].onRelease = function() { trace("Release = "+this); } // this[mcName].onPress = function() { trace("Press = "+this); } -- Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of edwin Sent: Wednesday, May 10, 2006 5: