Flasher Archive

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


Subject: Re: FLASH: rollover draggin issues
From: Jason_Schubring
Date: Tue, 16 May 2000 19:38:36 +0100



>>hi all,
>>working on a spot where when rolled over, an info box about a movie clip
>>pops up. when pressed, the clip becomes draggable. There are 5 of these
>>clips onscreen. The problem is, i don't want the rollover to be draggable,
>>and i don't want the other rollover info boxes to show up when the present
>>clip being dragged is over them either...any suggestions?
>>

Mel,

There are a couple ways to do this. One way would be to have your "pop up" box
in its own movie clip with an empty first frame. That frame would have a stop
action (so the pop up is not visible). Name the instance "popup1" to follow the
example below.

When you mouse over the button, Tell Target->Go to and stop at the frame in your
movie clip where the box is visible (probably frame 2 in this case, labeled
"showpopup" in the example below). Your button should have an action something
like this:

On (Roll Over)
Begin Tell Target ("/popup1")
Go to and Stop ("showpopup")
End Tell Target
End On

Your pop up would contain the "drag" commands, etc. for dragging the popup.

Good luck.

J




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: rollover draggin issues part , mel hogan

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