General (10)

lerp_angle(direction,new_direction,amount)
description : Returns the linear interpolation angle of two input values by the given amount.

Insert by Tizsoft in 2014-05-08 00:58:09.

mouse_hover(x1,y1,x2,y2)
description : Return true if the mouse is inside the rectangle x1,y1,x2,y2

Insert by Tizsoft in 2013-03-16 13:57:07.

tetract(a,b)
description : Tetration (a ^^ b).

Insert by Banano in 2013-02-03 14:12:32.

achievement_list_draw(spr1,spr2)
description : Draw a list of achiviement (Edit this for your needs)

Insert by Solid Snake in 2013-01-27 10:24:20.

achievement_step()
description : Put this in step event of a controller object

Insert by Solid Snake in 2013-01-27 10:23:52.

achievement_alarm()
description : Put this in alarm0 event of a controller object

Insert by Solid Snake in 2013-01-27 10:23:28.

achievement_draw(id,font)
description : Draw a Xbox 360 style popup when the achievement is unlocked

Insert by Solid Snake in 2013-01-27 10:22:54.

achievement_update(id,state)
description : Lock/unlock the achievement

Insert by Solid Snake in 2013-01-27 10:22:05.

achievement_add(id,name,desc,spr,point,name2,desc2)
description : Add new achivement to list

Insert by Solid Snake in 2013-01-27 10:19:47.

achievement_init()
description : Inizialize the achievement system

Insert by Solid Snake in 2013-01-27 10:18:59.

Go to page: [1]