Tuesday 2 October 2012

Wrote a small script for the buttons. 

on mouseEnter me
  cursor 280
  sprite(me.SpriteNum).member =
  
end

on mouseLeave me
  cursor 0
  sprite(me.SpriteNum).member =
  
end

This will cause the button to switch with a button that has a glow in the middle. This will make the button look like it is lighting up. 

No comments:

Post a Comment