Start a new topic
Solved

Model events

If i have a model that working by clicking on it

this.model.onClick = function( drawable ) 
{World.animationDoorL.start(); }



How could i change the event that the animations happen as long as the model exists not by clicking on it????


Thank you




1 Comment

Hello Muna,


Do you want to have a model that is animated once you target over an image without having to click any model? Then you need to add the animation to this model and convert it to the wt3 format. 


Thanks

Eva 

Login or Signup to post a comment