swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] a question on Mouse.addListener


From: Chris Pugh
Subject: Re: [Swftools-common] a question on Mouse.addListener
Date: Sun, 15 Nov 2009 15:03:11 +0000

>2009/11/14 Pablo Rodríguez <address@hidden>:
> Hi there,
>
> I have written a loader (that I have been mailing about recently
> [http://www.ousia.tk/fculture.php] ;-)) that does exactly what I want,
> except for a minor undesired feature :-(.
>
> My idea is to lead the user to fullscreen the presentation and then to
> load it. So, if the button is pressed, everything works fine. But it can
> happen that one double-clicks outside the button and

You could ( temporarily ) set the size of the active area of the button to
any size you wish, including that of the size of your presentation.  e.g.

.button fscr_button
   .show fscreen as=idle
   .show fulls as=area
   .show fscreen as=hover
   .show fscreen as=pressed
.end


This way, it matters not where the user clicks.  Should you need to, then
simply set the active area back to the original size, during, or at the end
of the presentaton.

HTH.

Regards,


Chris.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]