computer
What is a method? How does a computer use one?
Submitted by wesley_gallegos on Thu, 02/21/2008 - 16:17.A method is kind of like a command. It helps the code of the sprite, in the game world move or do something. For example, the public void act is a method that contains part of the public boolean which is another method. That can a llow the sprite to do an action. So basically a method is a command that is integrated into a code.
