.
: Shorthand resolving to the current game object.
#
: Shorthand resolving to the current component.
For example:
-- Let this game object acquire input focus
msg.post(".", "acquire_input_focus")
-- Post "reset" to the current script
msg.post("#", "reset")