action vts(){ VECTOR mypos; TEXT* txt = txt_create(1,1); txt.flags = VISIBLE; (txt.pstring)[0] = "..text.."; while(1){ vec_set(mypos,my.x);//copy my position to vector "mypos" vec_to_screen(mypos,camera); txt.pos_x = mypos.x; txt.pos_y = mypos.y; wait(1); } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de