 Thread Author
# 4

07-22-2010, 02:32 PM
|
| | CrackBerry Abuser Device(s): 9550 (Storm2) Carrier: Verizon Pin: PM me | | Location: Michigan Join Date: Feb 2009 Posts: 202 Likes Received: 8
Thanked 15 Times in 14 Posts
| |
Oh! So it's the same code as for animations and everything. So basically I can reference any object at any place in the code - there's nothing special for any object? Quote:
Originally Posted by StaticFX [edit] oops... not sure how i dbl posted....[/edit]
code the button focusin to hide the layer.
be sure to name your layers so its easier...
example:
name a layer: Dock
in the code....
reference "Dock" instead of one object. Code: <set xlink:href="#Dock" attributeName="display" to="none" begin="HideDock.focusin"/> you can hide show anything... images, buttons, etc.. just reference the correct ID | Posted from my CrackBerry at wapforums.crackberry.com
|