The Dink Network

Reply to Re: WinDinkEdit Plus: How to make a thing die?

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:
 
 
July 17th 2007, 11:11 AM
pq_cthunik.gif
GOKUSSJ6
Peasant He/Him Poland
Everyone should get a pizza for free in each week. 
why don't you try this:
int &somespritex = sp_x(&current_sprite, -1);
int &somespritey = sp_y(&current_sprite, -1);
int &bloodexp = create_sprite(&somespritex, &somespritey, 7, 164, 1);
sp_seq(&bloodexp, 164);
wait(500);
sp_active(&bloodexp, 0);