Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Lois IN

Hi,
First of all, sorry for my english.

When you say the button are disabled you refer like this:
button.enabled = false;
Or you just talk about visibiliti:
button._visible = false;

Please confirm that.

Regards!

2007/1/25, Arindam Dhar [EMAIL PROTECTED]:


hi,

  I have a movie loaded with many animations(not scripted). And there are
few buttons on stage to control them.Now,when the buttons are disabled,
continueously clicking on them makes the animations slower and sometimes
jerky.

  Why is that happening? When button is disabled no code execution happens
so, what consumes the CPU? its a fact that multiple processing makes flash
animations slower, but never thought clicking disabled buttons would consume
CPU and make animations slower..

  Any explanation is highly appreciated..

  thanks,

  Arindam


-

Real people. Real questions. Real answers. Share what you know.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Arindam Dhar
 
  its button.enabled = false;

Lois IN [EMAIL PROTECTED] wrote:
  Hi,
First of all, sorry for my english.

When you say the button are disabled you refer like this:
button.enabled = false;
Or you just talk about visibiliti:
button._visible = false;

Please confirm that.

Regards!

2007/1/25, Arindam Dhar :

 hi,

 I have a movie loaded with many animations(not scripted). And there are
 few buttons on stage to control them.Now,when the buttons are disabled,
 continueously clicking on them makes the animations slower and sometimes
 jerky.

 Why is that happening? When button is disabled no code execution happens
 so, what consumes the CPU? its a fact that multiple processing makes flash
 animations slower, but never thought clicking disabled buttons would consume
 CPU and make animations slower..

 Any explanation is highly appreciated..

 thanks,

 Arindam


 -

 Real people. Real questions. Real answers. Share what you know.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
 
 Real people. Real questions. Real answers. Share what you know.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Lois IN

Maybe you have a lot of onEnterFrame, or somthing like this and your movie
was to heavy.

Paste your code to see what's happend.


2007/1/25, Arindam Dhar [EMAIL PROTECTED]:



  its button.enabled = false;

Lois IN [EMAIL PROTECTED] wrote:
  Hi,
First of all, sorry for my english.

When you say the button are disabled you refer like this:
button.enabled = false;
Or you just talk about visibiliti:
button._visible = false;

Please confirm that.

Regards!

2007/1/25, Arindam Dhar :

 hi,

 I have a movie loaded with many animations(not scripted). And there are
 few buttons on stage to control them.Now,when the buttons are disabled,
 continueously clicking on them makes the animations slower and sometimes
 jerky.

 Why is that happening? When button is disabled no code execution happens
 so, what consumes the CPU? its a fact that multiple processing makes
flash
 animations slower, but never thought clicking disabled buttons would
consume
 CPU and make animations slower..

 Any explanation is highly appreciated..

 thanks,

 Arindam


 -

 Real people. Real questions. Real answers. Share what you know.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-

Real people. Real questions. Real answers. Share what you know.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Arindam Dhar
no onEnterframe() , just plain movieclip timeline animations, little heavy 
though, and some buttons comtrolling them which are disabled when animations 
are running.
   
  

Lois IN [EMAIL PROTECTED] wrote:
  Maybe you have a lot of onEnterFrame, or somthing like this and your movie
was to heavy.

Paste your code to see what's happend.


2007/1/25, Arindam Dhar :


 its button.enabled = false;

 Lois IN wrote:
 Hi,
 First of all, sorry for my english.

 When you say the button are disabled you refer like this:
 button.enabled = false;
 Or you just talk about visibiliti:
 button._visible = false;

 Please confirm that.

 Regards!

 2007/1/25, Arindam Dhar :
 
  hi,
 
  I have a movie loaded with many animations(not scripted). And there are
  few buttons on stage to control them.Now,when the buttons are disabled,
  continueously clicking on them makes the animations slower and sometimes
  jerky.
 
  Why is that happening? When button is disabled no code execution happens
  so, what consumes the CPU? its a fact that multiple processing makes
 flash
  animations slower, but never thought clicking disabled buttons would
 consume
  CPU and make animations slower..
 
  Any explanation is highly appreciated..
 
  thanks,
 
  Arindam
 
 
  -
 
  Real people. Real questions. Real answers. Share what you know.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



 -

 Real people. Real questions. Real answers. Share what you know.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
 Yahoo! Movies - Search movie info and celeb profiles and photos.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Marc Hoffman
Are you sure the slowdown is only when clicking on the buttons? Does 
it slow down when you click other places?


At 06:51 AM 1/25/2007, you wrote:
no onEnterframe() , just plain movieclip timeline animations, little 
heavy though, and some buttons comtrolling them which are disabled 
when animations are running.




Lois IN [EMAIL PROTECTED] wrote:
  Maybe you have a lot of onEnterFrame, or somthing like this and your movie
was to heavy.

Paste your code to see what's happend.


2007/1/25, Arindam Dhar :


 its button.enabled = false;

 Lois IN wrote:
 Hi,
 First of all, sorry for my english.

 When you say the button are disabled you refer like this:
 button.enabled = false;
 Or you just talk about visibiliti:
 button._visible = false;

 Please confirm that.

 Regards!

 2007/1/25, Arindam Dhar :
 
  hi,
 
  I have a movie loaded with many animations(not scripted). And there are
  few buttons on stage to control them.Now,when the buttons are disabled,
  continueously clicking on them makes the animations slower and sometimes
  jerky.
 
  Why is that happening? When button is disabled no code execution happens
  so, what consumes the CPU? its a fact that multiple processing makes
 flash
  animations slower, but never thought clicking disabled buttons would
 consume
  CPU and make animations slower..
 
  Any explanation is highly appreciated..
 
  thanks,
 
  Arindam
 
 
  -
 
  Real people. Real questions. Real answers. Share what you know.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



 -

 Real people. Real questions. Real answers. Share what you know.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
 Yahoo! Movies - Search movie info and celeb profiles and photos.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Lois IN

Can you upload your swf to see what's going on?  I don't know  what can be
with your info; maybe you have photos in hight definition, a lot of sounds,
etc...
Your swf is bigger than 300kb??

2007/1/25, Arindam Dhar [EMAIL PROTECTED]:


no onEnterframe() , just plain movieclip timeline animations, little heavy
though, and some buttons comtrolling them which are disabled when animations
are running.



Lois IN [EMAIL PROTECTED] wrote:
  Maybe you have a lot of onEnterFrame, or somthing like this and your
movie
was to heavy.

Paste your code to see what's happend.


2007/1/25, Arindam Dhar :


 its button.enabled = false;

 Lois IN wrote:
 Hi,
 First of all, sorry for my english.

 When you say the button are disabled you refer like this:
 button.enabled = false;
 Or you just talk about visibiliti:
 button._visible = false;

 Please confirm that.

 Regards!

 2007/1/25, Arindam Dhar :
 
  hi,
 
  I have a movie loaded with many animations(not scripted). And there
are
  few buttons on stage to control them.Now,when the buttons are
disabled,
  continueously clicking on them makes the animations slower and
sometimes
  jerky.
 
  Why is that happening? When button is disabled no code execution
happens
  so, what consumes the CPU? its a fact that multiple processing makes
 flash
  animations slower, but never thought clicking disabled buttons would
 consume
  CPU and make animations slower..
 
  Any explanation is highly appreciated..
 
  thanks,
 
  Arindam
 
 
  -
 
  Real people. Real questions. Real answers. Share what you know.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



 -

 Real people. Real questions. Real answers. Share what you know.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
Yahoo! Movies - Search movie info and celeb profiles and photos.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Arindam Dhar
I am not sure if slowdown happens when other areas are clicked, in fact this 
problem was reported by someone else and i just saw him clickng only the 
disabled buttons. Later,may be after a month of reporting, I could not 
reproduce the same problem and still trying. But whats for sure is, i have seen 
the problem happening.So i was just wondering how it could it happen earlier 
and not happening now. But i have observed that clicking a disabled button 
rapidly, does consume a little CPU...
   
   
   
   
  Marc Hoffman [EMAIL PROTECTED] wrote:
  Are you sure the slowdown is only when clicking on the buttons? Does 
it slow down when you click other places?

At 06:51 AM 1/25/2007, you wrote:
no onEnterframe() , just plain movieclip timeline animations, little 
heavy though, and some buttons comtrolling them which are disabled 
when animations are running.



Lois IN wrote:
 Maybe you have a lot of onEnterFrame, or somthing like this and your movie
was to heavy.

Paste your code to see what's happend.


2007/1/25, Arindam Dhar :
 
 
  its button.enabled = false;
 
  Lois IN wrote:
  Hi,
  First of all, sorry for my english.
 
  When you say the button are disabled you refer like this:
  button.enabled = false;
  Or you just talk about visibiliti:
  button._visible = false;
 
  Please confirm that.
 
  Regards!
 
  2007/1/25, Arindam Dhar :
  
   hi,
  
   I have a movie loaded with many animations(not scripted). And there are
   few buttons on stage to control them.Now,when the buttons are disabled,
   continueously clicking on them makes the animations slower and sometimes
   jerky.
  
   Why is that happening? When button is disabled no code execution happens
   so, what consumes the CPU? its a fact that multiple processing makes
  flash
   animations slower, but never thought clicking disabled buttons would
  consume
   CPU and make animations slower..
  
   Any explanation is highly appreciated..
  
   thanks,
  
   Arindam
  
  
   -
  
   Real people. Real questions. Real answers. Share what you know.
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
  -
 
  Real people. Real questions. Real answers. Share what you know.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
 Yahoo! Movies - Search movie info and celeb profiles and photos.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
Meet your soulmate!
 Yahoo! Asia presents Meetic - where millions of singles gather 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Arindam Dhar
uploading it beyond scope as of now, no high definition photos, just complex 
vector images animated, and I am not sure of exact filesize but definitely not 
more than 250 kb

Lois IN [EMAIL PROTECTED] wrote:  Can you upload your swf to see what's going 
on? I don't know what can be
with your info; maybe you have photos in hight definition, a lot of sounds,
etc...
Your swf is bigger than 300kb??

2007/1/25, Arindam Dhar :

 no onEnterframe() , just plain movieclip timeline animations, little heavy
 though, and some buttons comtrolling them which are disabled when animations
 are running.



 Lois IN wrote:
 Maybe you have a lot of onEnterFrame, or somthing like this and your
 movie
 was to heavy.

 Paste your code to see what's happend.


 2007/1/25, Arindam Dhar :
 
 
  its button.enabled = false;
 
  Lois IN wrote:
  Hi,
  First of all, sorry for my english.
 
  When you say the button are disabled you refer like this:
  button.enabled = false;
  Or you just talk about visibiliti:
  button._visible = false;
 
  Please confirm that.
 
  Regards!
 
  2007/1/25, Arindam Dhar :
  
   hi,
  
   I have a movie loaded with many animations(not scripted). And there
 are
   few buttons on stage to control them.Now,when the buttons are
 disabled,
   continueously clicking on them makes the animations slower and
 sometimes
   jerky.
  
   Why is that happening? When button is disabled no code execution
 happens
   so, what consumes the CPU? its a fact that multiple processing makes
  flash
   animations slower, but never thought clicking disabled buttons would
  consume
   CPU and make animations slower..
  
   Any explanation is highly appreciated..
  
   thanks,
  
   Arindam
  
  
   -
  
   Real people. Real questions. Real answers. Share what you know.
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
  -
 
  Real people. Real questions. Real answers. Share what you know.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



 -
 Yahoo! Movies - Search movie info and celeb profiles and photos.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
 Yahoo! Movies - Search movie info and celeb profiles and photos.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Lois IN

Well, I don't know what can be, but if you don't paste your code or upload
the swf is difficult to know the problem.

I'm sorry but it can be a lot of thinks; maybe a flashplayer bug too??


2007/1/25, Arindam Dhar [EMAIL PROTECTED]:


uploading it beyond scope as of now, no high definition photos, just
complex vector images animated, and I am not sure of exact filesize but
definitely not more than 250 kb

Lois IN [EMAIL PROTECTED] wrote:  Can you upload your swf to see
what's going on? I don't know what can be
with your info; maybe you have photos in hight definition, a lot of
sounds,
etc...
Your swf is bigger than 300kb??

2007/1/25, Arindam Dhar :

 no onEnterframe() , just plain movieclip timeline animations, little
heavy
 though, and some buttons comtrolling them which are disabled when
animations
 are running.



 Lois IN wrote:
 Maybe you have a lot of onEnterFrame, or somthing like this and your
 movie
 was to heavy.

 Paste your code to see what's happend.


 2007/1/25, Arindam Dhar :
 
 
  its button.enabled = false;
 
  Lois IN wrote:
  Hi,
  First of all, sorry for my english.
 
  When you say the button are disabled you refer like this:
  button.enabled = false;
  Or you just talk about visibiliti:
  button._visible = false;
 
  Please confirm that.
 
  Regards!
 
  2007/1/25, Arindam Dhar :
  
   hi,
  
   I have a movie loaded with many animations(not scripted). And there
 are
   few buttons on stage to control them.Now,when the buttons are
 disabled,
   continueously clicking on them makes the animations slower and
 sometimes
   jerky.
  
   Why is that happening? When button is disabled no code execution
 happens
   so, what consumes the CPU? its a fact that multiple processing makes
  flash
   animations slower, but never thought clicking disabled buttons would
  consume
   CPU and make animations slower..
  
   Any explanation is highly appreciated..
  
   thanks,
  
   Arindam
  
  
   -
  
   Real people. Real questions. Real answers. Share what you know.
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
  -
 
  Real people. Real questions. Real answers. Share what you know.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



 -
 Yahoo! Movies - Search movie info and celeb profiles and photos.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
Yahoo! Movies - Search movie info and celeb profiles and photos.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Marc Hoffman
It is typical that a movie that is highly taxing to the processor 
will slow down when rapid mouse motion or clicks are occurring. I 
would guess that the reason you can't replicate your user's 
experience is that your computer is more powerful or you've upgraded 
the Flash player. I doubt that it makes a difference whether you 
click over a disabled button or over another area of the Flash 
screen, but you would need to use a fps detector to achieve a 
reliable test, unless the difference was extreme.


Marc Hoffman

At 08:16 AM 1/25/2007, you wrote:
I am not sure if slowdown happens when other areas are clicked, in 
fact this problem was reported by someone else and i just saw him 
clickng only the disabled buttons. Later,may be after a month of 
reporting, I could not reproduce the same problem and still trying. 
But whats for sure is, i have seen the problem happening.So i was 
just wondering how it could it happen earlier and not happening now. 
But i have observed that clicking a disabled button rapidly, does 
consume a little CPU...





  Marc Hoffman [EMAIL PROTECTED] wrote:
  Are you sure the slowdown is only when clicking on the buttons? Does
it slow down when you click other places?

At 06:51 AM 1/25/2007, you wrote:
no onEnterframe() , just plain movieclip timeline animations, little
heavy though, and some buttons comtrolling them which are disabled
when animations are running.



Lois IN wrote:
 Maybe you have a lot of onEnterFrame, or somthing like this and your movie
was to heavy.

Paste your code to see what's happend.


2007/1/25, Arindam Dhar :
 
 
  its button.enabled = false;
 
  Lois IN wrote:
  Hi,
  First of all, sorry for my english.
 
  When you say the button are disabled you refer like this:
  button.enabled = false;
  Or you just talk about visibiliti:
  button._visible = false;
 
  Please confirm that.
 
  Regards!
 
  2007/1/25, Arindam Dhar :
  
   hi,
  
   I have a movie loaded with many animations(not scripted). And there are
   few buttons on stage to control them.Now,when the buttons are disabled,
   continueously clicking on them makes the animations slower 
and sometimes

   jerky.
  
   Why is that happening? When button is disabled no code 
execution happens

   so, what consumes the CPU? its a fact that multiple processing makes
  flash
   animations slower, but never thought clicking disabled buttons would
  consume
   CPU and make animations slower..
  
   Any explanation is highly appreciated..
  
   thanks,
  
   Arindam
  
  
   -
  
   Real people. Real questions. Real answers. Share what you know.
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
  -
 
  Real people. Real questions. Real answers. Share what you know.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
 Yahoo! Movies - Search movie info and celeb profiles and photos.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
Meet your soulmate!
 Yahoo! Asia presents 

Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Arindam Dhar
Marc,
   
  computers are all same, but i am sure when the problem occured the player was 
either 6 or 7 is user's machine, and i have upgraded to 9. 
   
  anyway, thanks for the hints, let me dig deeper ino it...
   
  regards,
   
  Arindam
   
  
Marc Hoffman [EMAIL PROTECTED] wrote:
  It is typical that a movie that is highly taxing to the processor 
will slow down when rapid mouse motion or clicks are occurring. I 
would guess that the reason you can't replicate your user's 
experience is that your computer is more powerful or you've upgraded 
the Flash player. I doubt that it makes a difference whether you 
click over a disabled button or over another area of the Flash 
screen, but you would need to use a fps detector to achieve a 
reliable test, unless the difference was extreme.

Marc Hoffman

At 08:16 AM 1/25/2007, you wrote:
I am not sure if slowdown happens when other areas are clicked, in 
fact this problem was reported by someone else and i just saw him 
clickng only the disabled buttons. Later,may be after a month of 
reporting, I could not reproduce the same problem and still trying. 
But whats for sure is, i have seen the problem happening.So i was 
just wondering how it could it happen earlier and not happening now. 
But i have observed that clicking a disabled button rapidly, does 
consume a little CPU...




 Marc Hoffman 
wrote:
 Are you sure the slowdown is only when clicking on the buttons? Does
it slow down when you click other places?

At 06:51 AM 1/25/2007, you wrote:
 no onEnterframe() , just plain movieclip timeline animations, little
 heavy though, and some buttons comtrolling them which are disabled
 when animations are running.
 
 
 
 Lois IN wrote:
  Maybe you have a lot of onEnterFrame, or somthing like this and your movie
 was to heavy.
 
 Paste your code to see what's happend.
 
 
 2007/1/25, Arindam Dhar :
  
  
   its button.enabled = false;
  
   Lois IN wrote:
   Hi,
   First of all, sorry for my english.
  
   When you say the button are disabled you refer like this:
   button.enabled = false;
   Or you just talk about visibiliti:
   button._visible = false;
  
   Please confirm that.
  
   Regards!
  
   2007/1/25, Arindam Dhar :
   
hi,
   
I have a movie loaded with many animations(not scripted). And there are
few buttons on stage to control them.Now,when the buttons are disabled,
continueously clicking on them makes the animations slower 
 and sometimes
jerky.
   
Why is that happening? When button is disabled no code 
 execution happens
so, what consumes the CPU? its a fact that multiple processing makes
   flash
animations slower, but never thought clicking disabled buttons would
   consume
CPU and make animations slower..
   
Any explanation is highly appreciated..
   
thanks,
   
Arindam
   
   
-
   
Real people. Real questions. Real answers. Share what you know.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
   
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  
  
   -
  
   Real people. Real questions. Real answers. Share what you know.
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 
 
 
 -
  Yahoo! Movies - Search movie info and celeb profiles and photos.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Arindam Dhar
may be a flash player bug, and  it was tasted on either flash player 6 or 7.
   
  Anyway, i will dig deeper into it...
   
  thanks for ur response. :-)

Lois IN [EMAIL PROTECTED] wrote:
  Well, I don't know what can be, but if you don't paste your code or upload
the swf is difficult to know the problem.

I'm sorry but it can be a lot of thinks; maybe a flashplayer bug too??


2007/1/25, Arindam Dhar :

 uploading it beyond scope as of now, no high definition photos, just
 complex vector images animated, and I am not sure of exact filesize but
 definitely not more than 250 kb

 Lois IN wrote: Can you upload your swf to see
 what's going on? I don't know what can be
 with your info; maybe you have photos in hight definition, a lot of
 sounds,
 etc...
 Your swf is bigger than 300kb??

 2007/1/25, Arindam Dhar :
 
  no onEnterframe() , just plain movieclip timeline animations, little
 heavy
  though, and some buttons comtrolling them which are disabled when
 animations
  are running.
 
 
 
  Lois IN wrote:
  Maybe you have a lot of onEnterFrame, or somthing like this and your
  movie
  was to heavy.
 
  Paste your code to see what's happend.
 
 
  2007/1/25, Arindam Dhar :
  
  
   its button.enabled = false;
  
   Lois IN wrote:
   Hi,
   First of all, sorry for my english.
  
   When you say the button are disabled you refer like this:
   button.enabled = false;
   Or you just talk about visibiliti:
   button._visible = false;
  
   Please confirm that.
  
   Regards!
  
   2007/1/25, Arindam Dhar :
   
hi,
   
I have a movie loaded with many animations(not scripted). And there
  are
few buttons on stage to control them.Now,when the buttons are
  disabled,
continueously clicking on them makes the animations slower and
  sometimes
jerky.
   
Why is that happening? When button is disabled no code execution
  happens
so, what consumes the CPU? its a fact that multiple processing makes
   flash
animations slower, but never thought clicking disabled buttons would
   consume
CPU and make animations slower..
   
Any explanation is highly appreciated..
   
thanks,
   
Arindam
   
   
-
   
Real people. Real questions. Real answers. Share what you know.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
   
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  
  
   -
  
   Real people. Real questions. Real answers. Share what you know.
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
  -
  Yahoo! Movies - Search movie info and celeb profiles and photos.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



 -
 Yahoo! Movies - Search movie info and celeb profiles and photos.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf 

Re: [Flashcoders] Mouseclick on disabled button....

2007-01-25 Thread Arindam Dhar
oops, tested not tasted :-)

Arindam Dhar [EMAIL PROTECTED] wrote:  may be a flash player bug, and it was 
tasted on either flash player 6 or 7.

Anyway, i will dig deeper into it...

thanks for ur response. :-)

Lois IN wrote:
Well, I don't know what can be, but if you don't paste your code or upload
the swf is difficult to know the problem.

I'm sorry but it can be a lot of thinks; maybe a flashplayer bug too??


2007/1/25, Arindam Dhar :

 uploading it beyond scope as of now, no high definition photos, just
 complex vector images animated, and I am not sure of exact filesize but
 definitely not more than 250 kb

 Lois IN wrote: Can you upload your swf to see
 what's going on? I don't know what can be
 with your info; maybe you have photos in hight definition, a lot of
 sounds,
 etc...
 Your swf is bigger than 300kb??

 2007/1/25, Arindam Dhar :
 
  no onEnterframe() , just plain movieclip timeline animations, little
 heavy
  though, and some buttons comtrolling them which are disabled when
 animations
  are running.
 
 
 
  Lois IN wrote:
  Maybe you have a lot of onEnterFrame, or somthing like this and your
  movie
  was to heavy.
 
  Paste your code to see what's happend.
 
 
  2007/1/25, Arindam Dhar :
  
  
   its button.enabled = false;
  
   Lois IN wrote:
   Hi,
   First of all, sorry for my english.
  
   When you say the button are disabled you refer like this:
   button.enabled = false;
   Or you just talk about visibiliti:
   button._visible = false;
  
   Please confirm that.
  
   Regards!
  
   2007/1/25, Arindam Dhar :
   
hi,
   
I have a movie loaded with many animations(not scripted). And there
  are
few buttons on stage to control them.Now,when the buttons are
  disabled,
continueously clicking on them makes the animations slower and
  sometimes
jerky.
   
Why is that happening? When button is disabled no code execution
  happens
so, what consumes the CPU? its a fact that multiple processing makes
   flash
animations slower, but never thought clicking disabled buttons would
   consume
CPU and make animations slower..
   
Any explanation is highly appreciated..
   
thanks,
   
Arindam
   
   
-
   
Real people. Real questions. Real answers. Share what you know.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
   
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
   
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  
  
   -
  
   Real people. Real questions. Real answers. Share what you know.
   ___
   Flashcoders@chattyfig.figleaf.com
   To change your subscription options or search the archive:
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
   Brought to you by Fig Leaf Software
   Premier Authorized Adobe Consulting and Training
   http://www.figleaf.com
   http://training.figleaf.com
  
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 
 
  -
  Yahoo! Movies - Search movie info and celeb profiles and photos.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



 -
 Yahoo! Movies - Search movie info and celeb profiles and photos.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 

[Flashcoders] Mouseclick on disabled button....

2007-01-24 Thread Arindam Dhar
hi,
   
  I have a movie loaded with many animations(not scripted). And there are few 
buttons on stage to control them.Now,when the buttons are disabled, 
continueously clicking on them makes the animations slower and sometimes jerky. 
   
  Why is that happening? When button is disabled no code execution happens so, 
what consumes the CPU? its a fact that multiple processing makes flash 
animations slower, but never thought clicking disabled buttons would consume 
CPU and make animations slower..
   
  Any explanation is highly appreciated..
   
  thanks,
   
  Arindam 


-
 
 Real people. Real questions. Real answers. Share what you know.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com