Skip to main content

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

hi, i see "variables " but not sure how to create one? Id like to have a var keep track of rooms so if in room#3 on collision go to room#4 then 4 to 5 or something. please advise. PS any update for video in choice4genesis? Thanks keep gaming!

Hello! In order to create variables, you go to "Variables -> Create variable..."

As for the video support on choice4genesis, I haven't started implementing the integration, yet.

(+1)

im able to click create variable but it just highlights I dont seem to see it add anything?! thanks

That's weird; what browser are you using? Does some error appear on the browser's console when clicking the button?

(+1)

ah im not in browser  Im using the downloaded stand alone version. Also how to create a missile or ball/thanks!

Okay, I will take a look at the standalone version, later.

As for setting up missile or ball, please take a look at the "Examples" section: there's an example for firing a missile on button press.

(+1)

the missile example works really helps to see how its done. Do you have a bouncy ball example too? Thanks !

I could add that to the examples.

(+1)

sounds great!

Okay, added an example with vertical bouncing; will add more later.

It seems there's indeed a limitation/bug on Electron when displaying the popup for creating a variable:
https://github.com/haroldo-ok/vcs-game-maker/issues/97

Okay, fixed the bug: the standalone Windows version is now creating variables correctly:
https://haroldo-ok.itch.io/vcs-game-maker/devlog/807901/version-0252-fixed-error...