View Single Post
Old 15-12-2003, 18:45   #1 (permalink)
gray
i still want paying
 
gray's Avatar
 
Join Date: Oct 2003
Location: newcastle, uk
Posts: 4,728
couple of things...

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
  Reply With Quote