please i want input text ext dll
or lib dll
and tutorials to how to use it
please help me
Not Telling
01 December 2011 - 03:01 PM
30 November 2011 - 02:32 PM
20 October 2011 - 12:34 PM
direction = point_direction( x , y , mouse_x , mouse_y ) ; image_angle = direction ;it's mean the player angle to mouse postion
29 August 2011 - 12:37 AM
//Create event:
maxStr = 15 // for example.
str = ''
// Step event:
str = keyboard_string;
if string_length(str)>maxStr
{
str += '#' //make new line
maxStr += 15 //make new max string
}
// Draw event:
draw_text(x,y,str)
26 August 2011 - 01:12 PM
if keyboard_check_pressed(ord("S"))
sprite_save_strip(sprite0,'someWhere place.png')
if keyboard_check_pressed(ord("L"))
sprite_replace(sprite1,'someWhere place i saved in top.png',imgno,1,0,0,0)
its well show image have 1 frame not 21 frames and the all frames in image next to each other
Community Forum Software by IP.Board
Licensed to: YoYo Games Ltd

Find content