you could have a sprite with a lot of achievements shown when they get the achievement, then you could have an achievement detection system like this:
when green flag clicked
forever
if <achievement requirements> then
add [achievement name here] to [achievements]
end
...
end