top of page

                 Our Elective class is Globaloria, which is a class that is all about coding. My favorite project so far is a project where we made a hidden objects game using a program called Adobe Flash.  One thing I learned about coding is that you can make an object dissapear using this line of code:

"object.onRelease = function() {

                  object._visible = false;"

 

             This specific line of code really helped me with my game because it was one of the key components.  I chose to talk about this because this project was about learning the basics of coding, and since I am still a beginner, I wanted to show my knowledge.

bottom of page