thanks for taking the time to post a reply.
I know virus hunt has a lot of bugs in it (ie the 5th level you can go through the wall). I didn't think of people using a track ball science i wasn't planing to go very far with it.
With mjkr that is a good idea (wider roads at the start of the track.) It has a major bug in it. I use a formula to work out the final score-
ActionScript Code:
if(_root.car.hitTest(_root.track)==true){
off_road++}
and then
ActionScript Code:
_root.final_score=score+time-off_road
which i supose wasn't the best idea.
With asteroids i tried to add in some asteroids and make it so you could shoot the ships but for some reason the bullets went straight through them and sometimes they exploded for no aparrent reason. I think it has something to do with the a.s on the duplicating bullets. maybe the a.s didn't duplicate properly with it. oh well
It was never ment to be a real game in the first place. just a test to see what i could do with radians and duplicate mc.
Thanks again for your feed back
Dean.