I just wonder if it is possible to get a icon in the right corner if you close a program/game in game maker.
This is what i mean:
If it is possible, how do i do it? Do i need a dll?
Tell me if i need to explain better.
Male
07 June 2008 - 11:16 AM
01 June 2008 - 08:41 PM
if can_shoot=true{instance_create(x,y,obj_arrow)can_shoot=falsealarm[2]=30}spd=7dir=point_direction(x,y,mouse_x,mouse_y)clearbuffer();writebyte(5);writebyte(global.myid);writeshort(x);writeshort(y);writeshort(dir);writeshort(spd);sendmessage(global.clienttcp);motion_set(dir,spd)
case 5: var player, value, arrowx, arrowy, arrowdir, arrowspd; value=readbyte() player=global.players[value] arrowx=readshort arrowy=readshort arrowdir=readshort arrowspd=readshort clearbuffer() writebyte(10) writebyte(value); writeshort(arrowx) writeshort(arrowy) writeshort(arrowdir) writeshort(arrowspd) with(obj_client) { if (id!=player) { sendmessage(tcp); } } break;case 10: var player, value, arrowdir, arrowspd; value = readbyte(); player = players[value]; arrowx=readshort arrowy=readshort arrowdir=readshort arrowspd=readshort arrowid=instance_create(arrowx,arrowy,obj_arrow_other) arrowid.idd=player arrowid.direction=arrowdir arrowid.spd=arrowspd break;
arrowx=readshort arrowy=readshort arrowdir=readshort arrowspd=readshort script_addline('x:' +string(arrowx),c_black); script_addline('y:' +string(arrowy),c_black); script_addline('dir:' +string(arrowdir),c_black); script_addline('spd:' +string(arrowspd),c_black);17 May 2008 - 08:42 AM
24 April 2008 - 03:02 PM
Community Forum Software by IP.Board
Licensed to: YoYo Games Ltd

Find content