00:00
00:00
Newgrounds Background Image Theme

ada242 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 "Pico's Ludo Vengeance"

I Love it!

bruh i press space at the end but it doesnt wirk

NOOOOOOOOO i got softlocked on the hen :(

can't beat it
and the poptropica ads are annoying
nobody plays poptropica
either way this was an epic game

Okay I think I found a useful explanation to the bug that is killing this game right now.

I did have to decompile your code in order to figure out why pressing spacebar isn't working for the last scene.

Sprite 914 has two segments of code on frame 435. One stops the sprite from moving to the next frame, while the other is supposed to override the previous bit of code if the space key is pressed.

For some unknown reason, the latter isn't working on Chrome browsers, on the latest version of flash. Asynchronous calls can't excuse this, because the frame right after doesn't have text.

I'd recommend putting the stop code on the frame immediately before and using the gotoandstop() function instead. It's not likely the flash player developer would fix this problem, so this is the path of least resistance here.

Without this bug existing, I would be able to get the last two medals this game has.

Then again, the accounts that made this game seem to be dead.

All the best
-JJMAJR

Post script: The game appears to be completely functional on the Newgrounds Player now.