Gládio Cítrico

Ramu 0.7b doc

doc homeRamu

virtual Clickable.onClick()

Description

It will be called when the player clicks the object.

You can test this snippet of code here.

class ClickableChild extends Clickable{
   onClick(){
      alert("You clicked me!");
  }
}