1
Ask a Question / Actor Identifier other than 'last created' and 'last collided'?
« on: April 06, 2017, 08:26:23 am »
I'm making a sudoku game, and each cell on the grid is a unique actor. There's a behavior attached that handles player input. I'm trying to create a 'check solution' button, and I need to be able to access the input attribute for each cell. I can't find a way to access anything but 'last created', 'last collided', and 'self'.