Score: 10
"Great, but you missed a spot."
date: August 28, 2009
This is one of the best flash tutorials i have ever used, im new to flash. I was having problems with it at first, because i noticed you missed somthing. in the times where you use like
onClipEvent(enterFrame) {
if(this.hitTest(_root.fish.fishedit)) {
_root.fish. _y -= -15;
}
You missed a } at the end so it should be
onClipEvent(enterFrame) {
if(this.hitTest(_root.fish.fishedit)) {
_root.fish. _y -= -15;
}
}
It may be different for you cause you have a mac but in later tutorials please remember to put that } at the end because i was frustrated at that lol. but great job. oh and all you people that are having the problem with the repeating bullets, put an extra } at the end of the code. Great work, all of the 5 monmths you went through was worth it man You have my 10 star rating and 5 star vote.
September 8, 2009
Author's Response:
Hmmm...
I looked at all the codes and couldn't find any that were missing a }. I DID find one missing a {, and I should probably fix it. If any }s are missing, it's probably because a line got cut off on certain people's computers or something. Anyway, thanks for the review, and I'm glad you liked it! I should probably make another tutorial, since I know so much more now. :D