The Dink Network

Reply to Re: talking to sprites

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:
 
 
November 27th 2005, 10:46 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
tried it, it doesnt work,

I quoteth Seth: "Making addons is not for everybody. It's for the for the guy who has some time to kill, doesn't mind getting frusterated and is pretty good with computers in general already."

There are all kinds of reasons why it doesn't work; and when it doesn't work the first time, try again, till it works or until you've tried a dozen times; then give up or change the plan

how do i make a variabel hard?

You can't make a variable hard. A variable is either local or global But I guess you mean how to make a sprite hard that has been created with create_sprite. You can do that with:

sp_hard(&name, 0);
draw_hard_sprite(&name);