The Dink Network

Reply to Re: Trouble with Brain 6

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:
 
 
January 5th 2010, 06:29 AM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
Hmm... No, no typo or missing numbers.

I just tested something. New screen, put a sprite on the screen. did this:
int &lol = create_sprite(300, 200, 6, 20, 1);

The sprite does not animate.
Then I did this:
int &lol = create_sprite(300, 200, 0, 20, 1);
sp_brain(&lol, 6);

Got nothing.
Even tried:
int &lol = create_sprite(300, 200, 6, 20, 1);
sp_brain(&lol, 6);

And still nothing!

And then I placed it in WDE, assigned brain 6 in the properties panel, and vuala! It works!

BTW, seq 20 has nothing special about it, just a random animation I picked.