Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If alert[] is called with a single string, it has no meaningful result; the only thing a user can do is press "OK".

There is no reason to guard your call to go[] with a conditional.

on release do
 if rect.overlaps[me target]
  alert["pop up message"]
  go["Next"]
 end
end
(+1)

okay, i did try this. for some reason, saving it in html still wouldn't work, even though the deck version worked fine. then i tried saving it as a locked html, and it did work! huh!

thank you for the quick response!