Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

aspiringgamemaker

11
Posts
2
Topics
1
Followers
1
Following
A member registered Oct 30, 2020 · View creator page →

Creator of

Recent community posts

You have to export the game files as a .yyz file with game maker studio 2

You can find the option to do so in the project

Also how does one show who is on their team?

If a team wins, does every member of the team get the prize or is it split between them?

it might not be, but if you don't have the yyz files you don't qualify for sure, so may as well add them

Does anyone know how teaming works?

I'm not sure, but you can contact yoyo games at community@yoyogames.com for any questions

(1 edit)

you could try:

(object create event)

x_coordinate = x;

(object step event)

var object_x = x;

if(object_x > x_coordinate){

stuff

}

this will only check if the x coordinate is larger than it was when the object was created. I might be able to make it work every step, but it would depend on your code

that's what this is for i would think

“the winners will receive prizes (a choice of GameMaker Studio 2 Developer licence) from YoYo Games! If a team wins a category all members (up to 3) will receive a prize.”

Isn't the game supposed to be made with Game Maker Studio in order to enter it in the game jam? This was made with Unity.