Skip to main content

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

bitsy

a little engine for little games, worlds, and stories · By adam le doux

Scenes

A topic by GutereuxMarde created 95 days ago Views: 132 Replies: 2
Viewing posts 1 to 2

Hi! I wanted to make an exit appears after interacting with sprites ; basically, the player would have to interact with every object in the room and after doing so, they could leave. Does someone know how to do that? Thx!

Hi!

You can make exit unlock under a specific condition, say, a variable reaching a certain value. Then you can increase this variable every time character interacts with a sprite (by adding a change variable action into the dialogue of each sprite). So that when the player interacts with all of the sprites, variable value would be high enough to unlock the exit.

Thank you very much! It works fine!