Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
They have default values always so they don't require you to set them before you use them. So image_angle will always be set to 0 without you making image_angle = 0 until you change it.
You can make your own macros that will make your own variables set in stone like the default variables that GameMaker uses. Macros tend to be more something you'll want to use for specific builds. Like an Android build, an admin build and so on.
This is from Shaun S's tutorial so I assume this was added sometime after he made the tutorial, because it showed up white when he did it.
I guess long story short, I should just choose something different for this var.
Good to know, thanks.
You can adjust the color scheme or change the preferences to have normal white code. As for Shaun, I can only speculate since his tutorials are now older than a year or so.
I always do lifes instead of lives and points rather than score. Its confused people I work with on game jams.
I open the same object (obj_invisible_button) and find almost the same code that I have, except "item" is white and not red. How can that be?
Do you have a macro that is an item?
The create event has this.
enum item
{
none = 0,
Red_Ball = 1,
Blue_Ball = 2,
Yellow_Ball = 3,
Orange_Ball = 4
}
However, even if I change it to enum zzzz or whatever, item still shows up RED everywhere.
I now deleted the old inventory system and scripts and it still didn't go away.
http://steamcommunity.com/sharedfiles/filedetails/?id=787860696