Avatar click event
Posted: 19 May 2010, 18:26
From the OpenSpace V2 Docs...
What is considered the main sprite? I have a game were we are dynamically creating the avatar using a 3d rending API. I've tried implementing the avatarclick event, but it doesn't seem to dispatch. Is the "main sprite" referring to a movieclip or graphic that has to be in the avatar initially?CLICK
public static const CLICK:String = "avClick"
(read)
Dispatched when an avatar (main sprite only) is clicked.
This event is fired if the <EnableAvatarMouseEvents> parameter in the OpenSpace client-side configuration is set to 1 only.