Scripts
Page
1 - Posted by: van0014
- A code to interprit a move bar.
- Attachment: Movebar.gml
3 downloads.
- Posted by: van0014
- This is a .gml file which includes functions to draw an isometric box, and make an object follow the view, relative to its start position. It does not require you to set any variables or arguments.
- Attachment: Isometric.txt
6 downloads.

- Posted by: Agj32mrgibbits
- This allows the easy drawing of a Windows XP button. All you need to do is call the script with arguments from the draw event.
Example:
xp_button(x,y,text,font,action);
The wi...Read More - Attachment: xp_button.txt
299 downloads.
- Posted by: Agj32mrgibbits
- This script will return true or false depending if the given X and Y are inside of the given triangle.
in_triangle(x1,y1,x2,y2,x3,y3,my_x,my_y);
- Attachment: in_triangle.txt
112 downloads.
Page
1