Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

omg I think you're the first person who isn't me to use jankytunes for anything! thank you!

(+2)

I love the Jank so much! Thanks for playing and for being such a huge contributor to the Decker community!

If you are interested there's some things you can do to have the jankytunes contraptions play automatically and then hide the default controls, or like replace the controls with your own buttons, basically there are functions you can call on the contraptions to have them do that but reach out if you want help! But if you prefer it the way it is that's all good!

(+1)

It would be ideal if I could have the jankytunes contraption invisible, and have the music automatically start to play. I'm not sure if that would be a scripting thing (which I'm still slowly learning) or something else, but I'd love help! I know I have more to say, but I had a wisdom tooth ripped out of my head today and am feeling a bit off

Yeah, it is a scripting thing, but not a complicated one. The scripting line for starting the contraption playing from the start of the song is just

jankytunes1.playfromstart[]

(assuming the contraption has the default name), so you just need to call that as the first thing when a card opens. It may work if you put it in the "on view" part of the card's code.

And then to hide the buttons you just need to set the contraption to "show none".

But by all means wait until the pain and associated painkillers subside before thinking about anything complicated <3

(+1)

Thanks for the help and kind words! Looking forward to implementing this in my upcoming work :)