Wednesday 8 July 2015

Individual Update - Week 12

I continued to work on the program for our game during Week 12. I converted the codes from procedural programming to object oriented programming (OOP). Using the procedural programming method to code means I only have one actionscript file to put all my codes in it. This will cause my codes to be messy and confusing in the future as I continue to add codes. By using OOP, I split relevant codes into other classes which will be more efficient for larger projects like our's. I also successfully make the "camera" or stage track and move according to where the player is.

0 comments:

Post a Comment