Hello everyone,
I have slowly being making progress with my laser power-up and today I think I hit a wall, so to speak. Up till now I have been making everything occur in the Paddle script. That is, the creation of the two laser missiles, instantiating the missile prefabs one left and another right, and also the movement of the missiles. And I think that this is where my problem lies. I can’t think of anyway that I will be able to create a collision between these ‘cloned’ objects and any other objects, that is the bricks and the top collider so I can destroy the missiles and be allowed to fire again. So is my reasoning correct on this matter?
And if so, will I need to create a separate base class for the missiles? And might I also then need a child object for the two missiles?? For the first time in this project I really don’t know how what I need to do to proceed . And what questions I need to ask.
To anyone who can give me advice here is a very BIG thankyou in advance.
Regards,
Vaughan.