Do you have time?
Do you have time?
Out of context: Reply #17
- Started
- Last post
- 23 Responses
- spmitch0
ok so this will probably solve your problems with out using hitTest()
try this>
this.onEnterFrame=function(){
this.onRollover{
gotoAndPlay("over")}
this.onRollout {
gotloAndPlay("out"
}
this.onPress {do whatever
}
}