I will add new scripts everyday!
Please, post a comment on this thread if you use one of my scripts.
If you find any bugs with one of my scripts, post it here.
Updates :
I added a GMK with all the scripts.
You can :
- Use my scripts in your game without giving credits
- Post my scripts on another thread or on another forum if you give me the credits and a link to my scripts thread.
- Add things to my scripts nor change them, but you still give me the credits. If you want to get a part of the credits, post the modified script on this thread.
You can't :
- Post one of my scripts on another forum/thread and say that you made it.
- Use my scripts in your game and say that you made it.
The scripts (Download) :

Content :
1- Geometry
- Area
- Total area
- Perimeter
- Volume
2- Geometry (Drawing)
- Shapes
- 3D shapes
- Shape's developpements
3- Math
- Pythagoras
- Variation rate
4- Fractions & decimals
5- Extended functions
6- Others
- Movements
- Following
- ect..
--------------------------------------------------------------------
1. Geometry
Area - These scripts will return the area of a shape.
rhomb_area()
rectangle_area()
triangle_area()
trapezium_area()
parallelogram_area()
polygon_area()
circle_area()
Sector of a disk(area) :
sector_interior()
sector_exterior()
Total area - These scripts will return the total area of a shape.
square_total()
prism_total()
recpyramid_total()
cylinder_total()
cone_total()
sphere_total()
Perimeter - These scripts will return the perimeter of a shape.
rhomb_perimeter()
rectangle_perimeter()
triangle_perimeter()
trapezium_perimeter()
parallelogram_perimeter()
polygon_perimeter()
circle_circumference()
Volume - These scripts will return the volume of a shape.
cylinder_volume()
recpyramid_volume()
trpyramid_volume()
sphere_volume()
prism_volume()
2. Geometry (Drawing)
Shapes - These scripts will draw a shape.
draw_parallelogram()
draw_polygon()
3D shapes - These scripts will draw a 3D shape.
draw_3dpyramid()
draw_3dpyramid2()
draw_3dcone()
draw_3dprism()
draw_3dcylinder()
Shape's developpements - These scripts will draw the developpement of a shape.
dev_pyramid()
dev_cylinder()
dev_prism()
3. Math :
Pythagoras :
pythagoras_hyp()
pythagoras_cat()
Variation rate :
variation_rate()
4. Fractions & decimals:
decimal_to_fraction() This script will change a decimal number to a fraction, without whole number (e.g : 60/30)
decimal_to_fraction_whole() This script will change a decimal number to a fraction, with whole number (e.g : 1 1/15)
fraction_to_decimal() This script will change a fraction to a decimal number.
reduce_fraction() This script will reduce a fraction.
fractions_addition() This script will add a fraction with another fraction.
fractions_subtraction() This script will subtract a fraction to another fraction.
fractions_multiplication() This script will multiply a fraction with another fraction.
fractions_division() This script will divide a fraction to another fraction.
5. Extended functions
instance_create_ext() This script will create an instance with more arguments, speed, alpha, color, direction, angle.
6. Others
Movements :
arrows_movements() With this script, you will be able to move an instance with the arrows keys.
wasd_movements() With this script, you will be able to move an instance with the 'W' 'A' 'S' and 'D' keys.
numpad_movements() With this script, you will be able to move an instance with the numpad keys.
Following :
follow_object()
follow_mouse()
Charny