Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

nkaretnikov

4
Posts
1
Topics
A member registered Jan 12, 2022

Recent community posts

thank you, indeed, the first feature is already there!

as for the second feature, think of it as nested loops in programming languages. the current loop feature is quite limiting because you cannot have nesting and cannot exit once you're in a loop (unless you do live editing). but it is tricky indeed.

hi,

i have two suggestions if you're open to feedback.

1. currently the number of pages is limited to 16. this is not enough. e.g., i can easily fill it with 30 seconds of music. make this infinite. if this is difficult for whatever reason, then make it some large number, e.g., 512

2. add a counter next to loops. this will allow having multiple loops as well as nested loops, e.g., loop1 i=3 { ... loop2 { i=2 ... } } ... loop3 { i = 5 } ... and so on

thx!

yeah, i understand. no worries, i was just asking in case you know of something that works, or if you want to make it run on m1. thx!

(1 edit)

fwiw, it doesn't start on an m1 mac on win11 in parallels. the config app starts, but not the main application. i know these apps are x86, but there's a built-in emulator in windows now, iiuc. any ideas how to run this on m1 macs? i've also asked the author of the first post on twitter