Método do objeto GMS2
// It's important that this method is defined before it's being used
// put the function inside of the create event!
methodName = function(args) {
// Do stuff
}
Zwazel