Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / General Flash Topics / July 2008



Tip: Looking for answers? Try searching our database.

Buttons on lower layers

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
cmackey - 22 Jul 2008 04:15 GMT
I've got 20 rollover buttons visible on the screen at all times. When a viewer
rolls over a button, a detail screen pops up, and when the viewer rolls out of
the detail screen, the detail screen disappears. In some instances, there are
buttons beneath the detail screen.

How can I disable the buttons beneath the details?
Shan-Dysigns - 22 Jul 2008 06:06 GMT
If the detail screen is a movie clip, you can place action script to not show
the hand cursor

frame script:
detailScreenInstanceName.onRollOver=function() {
this.useHandCursor=false;
}

movie clip script:

on(rollOver) {
    this.useHandCursor=false
}

I made a cheesy example http://www.shan-dysigns.com/flash/useHandCursor.fla.
There are two green movie clips (to act as two versions of a detail screen).
One is scripted with frame actions, the other with movie clip actions. I think
you will get the idea.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.