Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: make my button disapear
From: Andrew Le Sage
Date: Sun, 24 Dec 2000 18:33:24 GMT

I agree. I would put the button in an MC then on the required event I would
set the visibility property of the MC instance to false.
All you have to do is make sure to name the instance and to make sure that
both expression check boxes are checked. The expression boxes will appear in
the scripting panel when the set property command in your script is
selected.
This works very well and I use it very much, you can even use it to make a
whole web site that is built from a movie that is only one frame long. As
long as everything is in its own MC you can set its properties. Just
remember that it has to be a named instance of the MC.

A

----- Original Message -----
From: Gregg Caines <gcatneometrixsystems [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Sunday, December 24, 2000 3:57 PM
Subject: Re: FLASH: make my button disapear


> On top of the good advice from everyone else, don't use alpha;
> use visibility. If visibility is set to False, the button will no
> longer be clickable, and Flash won't consume valuable clock
> cycles trying to figure out how the clip should look with 0
> alpha.
>
> ---------------------------------------------------
> Gregg Caines
> n e o m e t r i x systems inc.
> http://www.neometrixsystems.com
> gcainesatneometrixsystems [dot] com
>
>
> > Hi,
> >
> > I call one of my button "buttom1" in my library. I want to make sure
that
> > if the person click on it, it will be erase of the screen.
> > I try this:
> >
> > button1._alpha = 0;
> >
> > but nothing work!
> >
> > Anybody have a the solution?
> >
> > Thanks!
> >
> > Hugo
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> November 27-29, 2000, LONDON, National Film Theatre
>
> Produced by United Digital Artists and lynda.com
> -Sponsored by Macromedia, Adobe Systems and Apple Computer
> -http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
> Register before November 10 and save �200
> http:// www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: make my button disapear, Pelletier, Hugo
  Re: FLASH: make my button disapear, Gregg Caines

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]