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
By out of bounds, I simply meant outside the room width/height itself.
For the record, there is no out of bounds. The rooms are infinite.
But in the room editor, positive Y = downwards, so if you have an object at Y -52, it's already out of bounds above the room.
So about this Y thing. If I have an object at Y-52, and I use my code from the intro, the Y is going to be decreased by 4. -52 - 4 = -56. -56 is lower down than -52 on the coordinate chart. The object has gone down. If I were to then press up, it would add 4. -56 + 4 = -52. We're back at where we started.
Well I did mean like adding/subtracting to/from Y. I don't see why if the top of a room is Y 0, and downwards is a positive Y, how subtracting from Y makes something go downwards, but I haven't played around with Game Maker in a pretty long while.
All positive I have to say is many people are probably happy about this guide, but I personally did not learn anything from it. (Which I suppose might be a good thing?) Not that it's a bad guide, of course.
Is there anything positive you have to add? Thanks btw for pointing out the errors, it's just positive feedback is also part of constructive criticism.
Huh. Alright. If you say so, I guess. I haven't tested, but I was pretty sure I remembered it like that from memory. I may be wrong though.