00:00
00:00
Newgrounds Background Image Theme

PsyKing77 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "Apple Picking"

It was ok...

I picked all the apples, and had like 200 seconds left...

twas ok

way too easy! i suggest making some force to impede the player's progress, like having to shoot another apple picker in the bg or something... i got 48 apples on my first try. i loved the gameplay tho. pretty good man, keep it up.

Apple Marshall ^_^

Woot! that was kinda addicting. The first time i played it, i only got 18 cuz i didn't really kno what to do :P

kindergarners game

good game to work on fine motor skills. i would try selling it to your local school district to improve the kids computer skills

Good, but

People can just use Tab+Enter to act as they are clicking it, and by doing that i got 80 without trying. If you want here's some script that could help you:

//put this on a movie clip
onClipEvent (enterFrame) {
if(Key.isDown(9)) { //9 being the ascii code for tab
_root.score -= 200; //score being the var name for your score box and 200 being the points to subtract
}
}

I hope i could help you with this, either way, its a good game. Keep it up.