Hey everyone, I have been working with C2 for about 3 weeks. I have all but the main action for my game. I have the menus, graphics, etc.
The game is similar to the old 'Lights Out' game. You press a graphic and it changes color. I have that working fine. But when the image is pressed images around it also changes color. Each image has its own set of effected images. For instance you have a 3 by 3 grid of images.
When image 1 (top left corner) is pressed, image 2 and 4 both change. If image 2 (top center) is press, image 1, 3, and 5 change. The images are created dynamically on 'layout start' event with nested loops. There are no collisions, movement, a very simple game.
Ultimately I would prefer to have a single formula that would check for images based on the touched image's location in the grid.
I have gone through several tutorials, the manual, and the forums to find an answer. No luck.
cH