Ramu 0.7b doc
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!");
}
}
virtual
Clickable.onClick()
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!");
}
}