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
image_xscale = 0.5;
image_yscale = 0.5;
Play around with these variables, change the values around and you'll get what to do with them. (try image x_scale += 0.1)
As for distance,
point_distance(x,y,x2,y2);
is good for finding distance between 2 points. You can search this function in the gamemaker help for more infomation.
This is all assuming you are using GML code, if you are using the visual editor, you can add a code segment and paste these codes in. They can be used interchangeably!