Friday 21 August 2015

Individual Update - Week 16

For week 16, I looked into the coding for peer to peer connection and successfully allowed a connection from the phone to the flash game. I added some codes that allowed the player to use the phone to start the game and roll the dice. The answering of the question is a little more complex and i decided to solve it by next week.

Individual Update - Week 15

For week 15, I added some dice animations and pictures to the questions. The dice will appear to be rolling and when after around 1.5 seconds, it will display what number the player has rolled. For the pictures, I created a single movie clip and stored all the images for the questions in it. When a question appears, the relevant image will appear from the movie clip.

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.