Started working with Construction 2 a weak ago, and what a cool program!
I?m using it to build a specific game and can?t get one thing working. It?s a game where you can shoot wind turbines (long story;)), so I made three images: one for the tower, on for the blades and one for the entire thing crashing. Now I want the blades to spin and when the player shoots the turbine (doesn?t matter if he hits the tower or blades), the entire thing comes crashing down.
I?ve tried two approaches:
1) Making different sprites: one for the tower, one for the blades. But the problem when either one of them is ?shot? (overlapping on mouse click), I can?t figure out how to remove the other. They are different instances of different objects/sprites.
2)Making an animation of the entire thing (tower and blades), when it?s shot change to a crashing animation. The problem here is images used for the different frames are a slightly different. There are three blades which are positioned differently in every frame. But because they are positioned differently, the images size differences: when a blade is on at the top the images becomes higher and smaller, etc. This makes the tower ?bounce? in the animation. I tried this with a sprite strip too, but no success.
Does anybody have an idea or suggestions how to get this working? Thank you very much!