#3, by afrlmeWednesday, 28. July 2021, 14:17 4 years ago
Values would definitely be the way to go. It's really complicated with conditions because they only have the option to set them as true or false, which would mean you would need multiple conditions for every single tile & a ton of if queries. With values you only need a single value per tile slot.
Also you don't really need to animate at all. You can do everything purely with scene objects & values because you can assign the same value to multiple scene objects, which means you could specify which image to show in which tile. Don't get me wrong, it's still complicated because you need to check whether or not x tile can be moved to y tile position, etc.
I don't know enough information about the mechanics of what you are trying to do, so I can't really provide much help beyond what I've just provided you with. Maybe a link to a youtube video with a similar puzzle in another game would help provide a better understanding of exactly what you are wanting to do.
& as Nigec said, I highly recommend joining our discord server as Simon, Sebastian, myself, & the regular posters are all a lot more active on there.