Hey there!
I discovered Decker some time ago and I fell in love immediately. I have made this small game to learn the basics of the tool: https://echoriver.itch.io/hit-the-drum I plan to submit it to the Summer Camp jam, although as said, it's very-very basic. My main problem is that I know nothing about coding, unfortunately. I tried reading the Lil documentation but truth be told, it's kinda like reading in Speranto for me. I guess my first question is... What are the chances of learning how to make something a bit more advanced with no prior knowledge of any programming language? Do you have any recommendations for someone as noob as me?
As for my project, there are a couple of things I tried and couldn't do:
- I wanted some images (the ones in cards 9 and 11) to use the 16-bit color palette, but I couldn't make it work in the listener. I tried to do it using following the steps here, but I got an error message saying: "Expected name, but found a symbol". Any idea on what could be wrong? (please forgive me if this is a stupid question, again... 100% noob speaking!).
- I added a link to a field on the last card; the text was formatted as "rich text" but the link is not working... I have no idea why :(
- I'd have liked to make the text fields in cards 4, 5 and 9 appear on screen consecutively, at intervals. I know this is possible because I've seen games doing this, but not sure if I have to use a specific contraption for this, or a script?
And besides this, I'll def appreciate any feedback on my project, and comments on how to make it prettier! :D Thanks in advance.