I am trying to tweak Pong template to get some experience on Construct.
I got some problems on Pong.
1- When the two bars are at the middle, and when the game begins the ball should hit to exactly middle of the bars. It should go 0 to 180 degree angles like a line. Instead of this, It goes random and finally goes out. I put the ball and the bars to the middle of screen, but didn't change.
2- When the ball goes out and adds the score, readytext becomes visible and ball comes to the center, as in the event sheet editor. But, when we hit start, ball continues to its last path. Instead of this, it should have start with a 0 degree (if player 2 wins) or with a 180 degree (if player 1 wins) angle. How can I do such a thing? I tried "change angle" but it changes the angle of picture, not the movement path.
3- How can we create an event something like "if (ball == destroyed) { ball = atthecenter; }". I see there are some conditiouns like "is visible", "on collision with another object", but I didn't see a "is destroyed" condition. Is there a method to do such thing?
4- Is there an easy method to create a "theme" feature? I get an idea something like creating objects for each theme like Bat1a for first theme, Bat1b for second theme, Bat1c for third theme... etc, and when the user selects a theme (for example the second theme), program would assign every object for the theme (for example Bat1 = Bat1b, Bat2 = Bat2b, Ball = Ball2b...). But it seems a bit long way. So I wonder if there is an easier way for this.
Thanks for any help and ideas.