330 - 600 PM
- Tried changing the script for MouseController by removing the scripting that made it tilt then it lost its ability to shoot
- Completely removed the script and replaced it with the plain MouseFollow script, it continued to move awkwardly and was unable to fire
- Removed that script then imported the HeroShip script and applied it to the gun. It was able to move side to side as wanted but again I could not fire even though the coding was there for it to fire
- I left the code and reassigned the game objects necessary to preform the actions at first it didn't work then I reassigned them again and it worked
- In trying to adjust the code for the gun controller I completely removed the script from the target after having applied the UpDown script and it would only go down
- Then I replaced it with the Xversion script it continued to behave as it had been since I hadn't changed the script around much
- I thought about applying the two scripts together and I found that when I did do that one would override the other and in this case it was the Xversion script
- And another thing that I noticed about the UpDown script was that it only seems to go down so I'm going to have to adjust that as well when I make it so that the variables are horizontals rather than vertical
- Toggled through everything with Blyth and by turning off the gravity function on the collider we got it to stop falling down
- etc.
Hw:
- Create levels of difficulty minimum 5 lvls.
- Find a way to get GUI texture in there