See leashed pet for Lookup
I would like to make the key clickable to start the opening animation, but i cant find anything so far that says how without Java. Does Subeta support using Java? Like, linked from an outside source? I've hurt my wrist so research online has been difficult >.<
Edit: Also sorry for the mess, I usually make sure the big parts are completed before placing everything else.
[tot=wolfwithinher]
Java isn't allowed since it'd compromise security. There is a way to do what you want with a trick.
First off there are two ways to I know of to make the key clickable. If you're only animating elements you added (unless you know how to add html outside of element), add an input and have the key connected to that input, a radio button should work well can be turned off at the beginning and then turned on with a click then no way to turn it off without reloading the page of course.
The other way is making it a link when clicked will target specified element, this would work like a profile with tabs, but with out one link it'd not play more than once without reload.
Kept the post short but I can go into more detail and explanation, just ping me and I'll respond as soon as possible.