Jump to content


vip-games

Member Since 14 May 2011
Offline Last Active Apr 23 2012 06:34 PM

Topics I've Started

Input text help!

01 December 2011 - 03:01 PM

Hi all
please i want input text ext dll
or lib dll
and tutorials to how to use it
please help me :)

MultiClick Plz HelpMe ;)

30 November 2011 - 02:32 PM

hi /_\ll
How R u?
i want help in this broblem
{

if i make 2 objects and the 2 objects have Left mouse press event
and if i put the 2 objs on others
if i click its do the 2 codes in 2 objs
i want just on the top obj plz hoooooooowwww ?

}

3d help ;)

20 October 2011 - 12:34 PM

hi all,
i have some problem on 3d if someone can help me plz help me :)
the problem:
i want make game top down 3d game and the player's direction is
direction = point_direction( x , y , mouse_x , mouse_y )  ; image_angle = direction ;
it's mean the player angle to mouse postion
but in 3d the direction have some error i dont know what happen :(

Text Editor HELP!

29 August 2011 - 12:37 AM

Hello world!
first read this codes :-
//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)

the broplme in maxStr
what i need?
i want to get code same this words:
(in game!)if i delete the line i want to {maxStr -= 15}

plz how :)
and if u want the GMK. ok :)
i we8ing ....

save and load animation in the sprite HELP!

26 August 2011 - 01:12 PM

hi all !
how r u :)
go to the problme:
if i make a sprite have more 1 frame  4 exam: 21 frames
and in the his object i type in step event this codes:
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
plz
what is the solution