Where were you??
Does it have an encoder yet?
By the way, do you have a Github account? Like FroggyWadd mentioned, you can put it as a website on Github that everyone can visit. I can post a quick guide if you want.
1 Like
ye imma post it on GitHub once its actually usable for like complitcated animation
2 Likes
Stuff with gamesdev and my school year started like 5 weeks ago
1 Like
Ah, okay, thanks.
1 Like
uhhhh yeah for sure
So send it? I want to look into your app.
okay give me a minute
here it is
@Sharxxy, have you tried jQuery?
/// this
document.getElelementById('button-whatever').onclick = () => {alert('hi!')}
/// to this
$("#button-whatever").on('click', () => {alert("hi!")})
/// or this
$("#button-whatever").click(() => {
if ($(this).text() !== 'Hi!') {
$(this).text("Hi!")
} else {
$(this).text("Bye!")
}
})
wow… just WOW…
uhhhhhhhhhhhhhhh idk maybe