url-shorthands.md 283 B

. : Dirección del objeto actual.

# : Dirección del componente actual.

Ejemplo:

   -- Let this game object acquire input focus
   msg.post(".", "acquire_input_focus")
   -- Post "reset" to the current script
   msg.post("#", "reset")