diff --git a/examples/playa/fireworks/fireworksLaunchButtonEntityScript.js b/examples/playa/fireworks/fireworksLaunchButtonEntityScript.js index acfbce099e..8c4480e24f 100644 --- a/examples/playa/fireworks/fireworksLaunchButtonEntityScript.js +++ b/examples/playa/fireworks/fireworksLaunchButtonEntityScript.js @@ -29,6 +29,10 @@ _this.shootFireworks(); }, + startFarTrigger: function() { + _this.shootFireworks(); + }, + clickReleaseOnEntity: function() { _this.shootFireworks(); },