"The Hit Target"
- Started
- Last post
- 7 Responses
- fliplike9
this has been a problem for me since I started using flash. When it comes to buttons, How do i specify the hit target area better to be one with the type button so it's not so sensitive? I've tried combining an invisible box and and the type together as one button.
ex: http://www.9thstudio.com/dave/
Any suggestions would help.
- woodyBatts0
make a box 20 px x 20px, make it a button, and move the keyframe to hit
rinse and repeat
- ********0
yepo
- fliplike90
how would that play with the roll over with the text?
- woodyBatts0
contol it through the mopvie clip,
on(rollOver){
this.gotoAndStop("BOOYAH");or
this.onRollOver=function(){
this.gotoAndStop("BOOYAH");
}you dig?
all my rollOvers I control through variables, look up .setRGB
it's the cheesiest
- mrdobolina0
the 'hit' state is invisible to the user, but it is what makes your buttons 'hot'
- mrdobolina0
err maybe Im missing something in this pregunta.
- fliplike90
I think I'm getting it.
so I don't combine the type and the box to become one button, instead on(rollover) go to a keyframe that makes the letter hot keeping the invisble box the button for it's navigation?