Search  
Search Options

ONROLLOVER ALTERNATE

HomeForumsHelp NeededonRollOver Alternate
24717 x360c
141 posts
Sold between 1 and 100 dollars

I need a alternate to onRollOver. It makes it act like a button, and so a input in the movieclip with rollover doesn’t work.

Example: http://www.gamedeviants.com/express.php

Posted about 1 month ago
30930 fisch79
431 posts
Exclusive author Referred at least one person Sold between 1 000 and 5 000 dollars

x360x: looks like you fixed it… nice site.. i dig the concept :)

Posted about 1 month ago
24717 x360c
141 posts
Sold between 1 and 100 dollars

Thnx. =)

Posted about 1 month ago
24717 x360c
141 posts
Sold between 1 and 100 dollars

I decided to use something different.

Posted about 1 month ago
28544 lizardboi
12 posts

I see you solved it somehow, but if you want to make it the other way, I think you could use the hitTest() method. Make a tiny invisible mc, bind it to the mouse cursor (like onenterframe this._x = mouseX etc. ) and then make it like : if your invisible mc hittest.(target) function is happening.

Posted about 1 month ago
24717 x360c
141 posts
Sold between 1 and 100 dollars

Yeah, but I am creating this and want all the code to be on an actionscript frame.

Posted about 1 month ago
28544 lizardboi
12 posts

Hm with my solution you can do the same – make a small movie (with the drawing API can come from code as well) attach movie to mouse, if that movie hitTest etc. So it can be still dynamic on one frame i think.

Posted about 1 month ago