Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

jmdeejay

5
Posts
2
Topics
1
Followers
4
Following
A member registered Apr 12, 2016 · View creator page →

Creator of

Recent community posts

(1 edit)

Alright, thank you!
I wasn't expecting anything after I read the doc.

Ho! Also, I just realised some constants are missing.
Ex: bm_inv_dest_color - not ok
bm_inv_dest_colour - ok
:)

Ohno!
Just saw the section "Unusual expressions in macros" of the documentation... :/

(1 edit)

Hi!

I just bought GMLive (amazing & having lots of fun with it, btw) and got this error.
[live][9:26:59 PM] Runtime error: obj_MainLevelController:Draw:0[L18,c35] `100557` (obj_MainLevelController) does not have a variable `G`

I use this trick everywhere in my project which is:
I create a macro called G and assign global as the value.
So when I want to create/access a global variable, I just have to type G.myVariable.
It seems like GMLive interprets G as a variable instead of recognizing it as a macro. 
I'm using Game Maker 1.4, btw.

Thank you for your time.

Seems like passing by the command line & using --disable-gpu did the trick.
Thank you. :)

Hi!
I use Windows 10 & I have only an empty black window when I try to execute the executable.