Moderators: e_phoenix13
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Posted
Well I'm frantically searching the internet for documentation on how to use movieclips as buttons instead of Flash buttons in Flash 5. This may be more recent functionality but I have yet to find out. Can this be done in VMP?

similar in Flash 8:

hitareaRear_mc.onRollOver = function()
{
fscommand("MTSAssignProperty", "Target=MTSScene::crsr; Value=MTSCursor::MTS_Point");
hitareaRear_mc._alpha = 40;
}
hitareaRear_mc.onRollOut = function()
{
hitareaRear_mc._alpha = 0;
}
 
Posts: 223 | Registered: July 21, 2006Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
ok nevermind! I found another post that says you have to use flash buttons. Besides I can find no documentation on how to use rollovers within Flash 5 movieclips. This may have been a 2004 mx function.
 
Posts: 223 | Registered: July 21, 2006Reply With QuoteEdit or Delete MessageReport This Post
Member
Picture of Admin
Posted Hide Post
Yes, you have to use buttons if you want to capture mouse events with them.

Regards
 
Posts: 1188 | Registered: January 08, 2003Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community