RE: [Flashcoders] pause an onEnterFrame?

2007-05-08 Thread Durai Raj
() { bToggleEvent=true } Hope this would solve your problem Durai -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Count Schemula Sent: Tuesday, May 08, 2007 10:22 AM To: flashcoders list Subject: [Flashcoders] pause an onEnterFrame? Is there anyway to pause

Re: [Flashcoders] pause an onEnterFrame?

2007-05-08 Thread iashido
: Tuesday, May 08, 2007 10:22 AM To: flashcoders list Subject: [Flashcoders] pause an onEnterFrame? Is there anyway to pause an onEnterFrame event? Right now I delete the onEnterFrame when an onRollOver event occurs, and reinitialize it when an onRollOut event occurs, but that causes all of my motion

Re: [Flashcoders] pause an onEnterFrame?

2007-05-08 Thread Leandro Amano
problem Durai -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Count Schemula Sent: Tuesday, May 08, 2007 10:22 AM To: flashcoders list Subject: [Flashcoders] pause an onEnterFrame? Is there anyway to pause an onEnterFrame event? Right now I delete

RE: [Flashcoders] pause an onEnterFrame?

2007-05-08 Thread Durai Raj
: [Flashcoders] pause an onEnterFrame? Don't use onEnterFrame event in mc instances, example: var o:Object = new Object(); o.onEnterFrame = function() { trace(true); }; var mc:MovieClip = this.attachMovie(a, b, 1, o); []'s Leandro Amano On 5/8/07, Durai Raj [EMAIL PROTECTED] wrote: You can set

Re: [Flashcoders] pause an onEnterFrame?

2007-05-08 Thread Count Schemula
this would solve your problem Durai -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Count Schemula Sent: Tuesday, May 08, 2007 10:22 AM To: flashcoders list Subject: [Flashcoders] pause an onEnterFrame? Is there anyway to pause an onEnterFrame

[Flashcoders] pause an onEnterFrame?

2007-05-07 Thread Count Schemula
Is there anyway to pause an onEnterFrame event? Right now I delete the onEnterFrame when an onRollOver event occurs, and reinitialize it when an onRollOut event occurs, but that causes all of my motion variables to get re-initiated, and thus makes the motion go through a huge jump. Is there a

Re: [Flashcoders] pause an onEnterFrame?

2007-05-07 Thread 阿本
: 2007-05-08, 12:52:24 Subject: [Flashcoders] pause an onEnterFrame? Is there anyway to pause an onEnterFrame event? Right now I delete the onEnterFrame when an onRollOver event occurs, and reinitialize it when an onRollOut event occurs, but that causes all of my motion variables to get re

Re: [Flashcoders] pause an onEnterFrame?

2007-05-07 Thread Snepo - Arse
things! [EMAIL PROTECTED] 2007-05-08 - Original Message - From: Count Schemula To: flashcoders list Sent: 2007-05-08, 12:52:24 Subject: [Flashcoders] pause an onEnterFrame? Is there anyway to pause an onEnterFrame event? Right now I delete the onEnterFrame when an onRollOver event occurs