TBH i use wick editor to make animation but i never used the game feture can someone give me some tips on game dev on wick?
i would start here (https://www.wickeditor.com/#/learn/) and click the “games” and “interactive” buttons to pull up the relevant tutorials (for some reason “games” has very few tutorials even though it should be really similar to “interactive”, but whatever, it’s not that important). while these are old videos they should hold up very well.
though if the tutorials ever talk about something like “this.hitTest()”, use “this.hits()” instead, since hitTest was deprecated a while ago. i think it still technically works but hits() is the recommended way to do collisions.
after that, i would suggest for your first game to be similar to “the impossible quiz”, which will make you practice making a lot of buttons and using “gotoNextFrame()”, and every now and then you can do some funky interactive stuff to annoy the player. (in fact i basically did just this when i started)