Dont understand Error Build - Help (SOLVED)

Im new to Defold and tried some physics testing:
This is the code:

And this is the error:

Can you help me fix this. Thanks

It looks like a comma and not a dot in the message url:

msg.url(",", "acquire_input_focus") -- wrong!

vs

msg.url(".", "acquire_input_focus") -- "." is shorthand for "this gameobject"

Thank you. You can tell that i am missing visual studio’s error highlighting. :grin:

1 Like