So I've been messing around with construct all day trying to get an idea I have to be functional.. but so far I'm failing horribly. What I'm trying is to have sprite shape comparison.. something that is reminiscent of those shape cubes young kids have.
Example: There is a 50x50 cube sprite. If the player puts another cube down in its location that is also 50x50 ... it changes a variable to be true. But I also want the user to be able to use 2 triangle sprites that also add to a 50x50 cube. So far I can only get it to work for static patterns (I.E. they have to use the 2 triangles.. or the 1 cube.. not either). .. I'm also trying to figure out how to make it return a false value if the shape is wrong or too big. (I.E. 2 triangles that are too big for the bounding box)
If anyone can help me with this I'd be so happy. Anyway.. thanks in advance!