Friday, 11 May 2018

GameMaker - Asteroids - Part C

https://drive.google.com/open?id=1a3obAcy9ABTauTIO3Apxqsvak53eC9Yz

I had some difficulty with the speed of animation for the light I added to the background, but at the end I was able to make it slower by adding the step event, and writing the code: image_speed = 0.3

The changes I made were mostly made on the design, such as the glow on the background and stars, spaceship concept and background. Of course, there was some code I had to make in order for these new objects to work, which were the step and draw events.

No comments:

Post a Comment

Final project journal 10

June 18   On this last class I added the finishing touches to do game, and wrapped the project. Like other days I continued following the...