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

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,

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

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.

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

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,

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

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

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

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

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

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

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

[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