SchoolOfCode / escape-room-hackathon-room-12-connie-curtis-richard

escape-room-hackathon-room-12-connie-curtis-richard created by GitHub Classroom
0 stars 0 forks source link

Prevent interaction while other puzzles or intro are occurring. #3

Open CapnDred opened 3 months ago

CapnDred commented 3 months ago
Lambric42 commented 3 months ago

Definition of done:

For each door, e.g. door 2, if door 1 or 3 sprite is set to open. Stop triggers in this loop.

Set doors back to sprite closed when puzzle is complete. Prevents the stop trigger in loop by removing condition that prevents interaction.

Each door has this set of conditions relative to other doors.

CapnDred commented 3 months ago

Currently, we have hidden doors that we have not created puzzles for. As we add new puzzles, this will need fixing

Lambric42 commented 3 months ago

This also needs to be true for interacting with the doors before initial opening skeleton has finished.