Tile Instance Triggers
Posted: 23 Nov 2008, 02:13
I've set up some Tile Instance Triggers within the Editor. How do I pick these up in ActionScript?
for example, if I set an avatarGo event, with no target, and a parameter, is there an AvatarEvent.avatarGo, or AvatarEvent.AVATAR_GO event? It's not documented? Is my ActionScript something like..
os.addEventListener(AvartarEvent.avatarGo,avatargofn);
Is there a "parameter" property, to pick up the parameter? What's the syntax here?
Is there an example somewhere? Or is this all something that's going to be in the next version?
for example, if I set an avatarGo event, with no target, and a parameter, is there an AvatarEvent.avatarGo, or AvatarEvent.AVATAR_GO event? It's not documented? Is my ActionScript something like..
os.addEventListener(AvartarEvent.avatarGo,avatargofn);
Is there a "parameter" property, to pick up the parameter? What's the syntax here?
Is there an example somewhere? Or is this all something that's going to be in the next version?