The Dink Network

Reply to Why doesnt this work?

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 1st 2004, 05:19 PM
pq_rabbit.gif
This is really bizzare... This code creates the sprite at a displacement of -85, -110 from where it should be. *scratches head*
int &movx;
int &movy;
freeze(1);
&movx = sp_x (1, -1);
&movy = sp_y (1, -1);
int &rrrrrrr = create_sprite(&movx,&movy, 0,98,1);
sp_size(&rrrrrrr, 50);