Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
RGB Hex Module
Copy Keydown Script
FreePPP Control
Inverse cosine
asFFTFile
OnWine – shocking in all dimensions
MACROMEDIA DIRECTOR XTRAS DEVELOPER LIST
PostScript Xtra
goMU-LE (free)
Roil-Alphamania
MediaMacros Xtras Mall
 

 

 

Behavior Quick mouseover

Added on 9/13/2002

 

Compatibilities:
D7 D8 D8_5 Shockwave

Rating:

Author: psychicparrot (website)

Need a mouseover fast? Only got one button graphic with no rollovers? Try this ... apply the following behaviour to a sprite that has a CENTRED regpoint. TaDa! Quick mouseover!

property storew,storeh,spritenum

on beginsprite
  
  storew=sprite(spritenum).width
  storeh=sprite(spritenum).height
  
end

on mousewithin
  
  if NOT (the mousedown) then
    
    sprite(spritenum).width=storew*1.2
    sprite(spritenum).height=storeh*1.2
    
  end if
  
end

on mouseleave
  
  if sprite(spritenum).width<>storew then
    sprite(spritenum).width=storew
    sprite(spritenum).height=storeh
  end if
  
end

on mousedown
  
  sprite(spritenum).width=storew*0.9
  sprite(spritenum).height=storeh*0.9
  
end

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail