#How do I make a ride model start to move when all seats are occupied?
6 messages · Page 1 of 1 (latest)
add an event listener for when each seat is seated upon, and bind it to a single function that looks through each seat and checks if each one is occupied (through the 'seated' property)
How will I add an event
💀