ok started workin on
this tonight, but theres a couple of things i need a bit of help with:
a) you might have to refresh the page after the movie has loaded so that all the content loads.. is this (again) because Im using the flash 7 player?
b) any ideas what kinda system I would have to use so that if the user presses the key at the right time they get points? I was thinking
Code:
on(keyPress "<Left>"){
if(guideArrow._y == arrowHole._y){
score ++;
}
}
but that would mean the key press would have to be exact... would i use hit target? or hit test? ... hmmm could use hitTest and a blank mc and an if statement.. i'll test it