Calling All Gurus

Calling All Gurus!

Hey guys,

I’ve got a problem that probably you would consider a joke.

In Flash MX.

  • Have a… banana fall from the sky (no problem)
  • Make that banana a button or a movie or both (no problem)
  • Make it so when you roll over it with your cursor that it stops where it is and that beside it the word banana pops out. (Problem)
  • Then the text disapears and the banana that was suspended in mid air, at the exact position it was stopped, falls off the page like it would have if the cursor wasn’t on it to stop it. (Problem)

If anyone could help me out with this… well there ain’t much I could do in return besides … Appreciate it :slight_smile:

Thank you in advanced guys.

  • Chris M

Put the file up in your thread for people to have a look at it.

not a guru, but here goes nothing

here is what i am assuming

the banana button is inside a movie clip

so instead of using stop (); on rollover
use

_parent.stop(); that will make the banana stop.

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=31380