Question about chests
Posted: Mon Feb 01, 2016 9:34 am
1. I can't find a way to change the sound ( seems to be hard coded).
2. I'm looking to find a way to access when its opened or closed. It calls the animations but how do you catch when it does call the animations?
For example when you open a chest I know you can mess around with the clickable component, but when you back away and the chest closes how do
access that? I tried doing onOpen and onClosed in the animation component with no success. Basically I'm trying to add additional sounds for when it
opens and closes WITH out messing with the clickable component.
BTW I'm still very much a newb with coding
( but I'm learning, thanks to all of you out there
)
2. I'm looking to find a way to access when its opened or closed. It calls the animations but how do you catch when it does call the animations?
For example when you open a chest I know you can mess around with the clickable component, but when you back away and the chest closes how do
access that? I tried doing onOpen and onClosed in the animation component with no success. Basically I'm trying to add additional sounds for when it
opens and closes WITH out messing with the clickable component.
BTW I'm still very much a newb with coding