Flash help
- Started
- Last post
- 14 Responses
- snizl
I was wondering how the rollovers are done with the tabs on this with having buttons inside of them: http://www.michaeltolcher.com/ec…
- rasko40
sorry, everybody is drunk.
everybody.
- snizl0
Apparently. Guess I'm the only one doing work on a friday night.
- Jaline0
I'm not drunk. Unfortunately, I'm extremely tired and I don't like flash.
- version30
decompile it
- gabriel20
if you mean "without" having buttons in them, they're probably using hitTest to see if the mouse is within the hit area and then activates the rollover action...
- Solid0
How do you know there isn't a button in there ;)
Here's how I would do it:
mc.onRollOver = function()
{
this.useHandCursor = false;
// do something
// etc
};And yes - I have no life and am working friday night :P
- Solid0
btw snizl I see your from Sacramento ... that's pretty close to Toronto - how would you like to share some studio space with us? :D
- iDp0
shit did the US lose a few states then?
- Solid0
Distance is relative. Time? Immaterial.
- Solid0
... And what I hold in the palm of my hand - you can never grasp!
- snizl0
If it were only that close.
- Solid0
One can always dream.
- Solid0
did you get the rollover tabs sorted?
- snizl0
I started working on another part of the project.