The Dink Network

problem with scripting

May 16th 2011, 03:12 PM
duckdie.gif
welovefudge
Peasant He/Him Russia
I hope life isn’t a joke, because I don’t get it. 
im supposed to make a sprite which walks.
but the one i made just moves with the same frame
where did i go wrong?

void main (void)
{ int &mother = create_sprite(376,146,16,251,1);
sp_speed(&mother,1);
sp_base(&mother,250);
May 16th 2011, 03:13 PM
wizardb.gif
Kyle
Peasant He/Him Belgium
 
It has to be sp_base_walk
May 16th 2011, 03:17 PM
duckdie.gif
welovefudge
Peasant He/Him Russia
I hope life isn’t a joke, because I don’t get it. 
-.-
that was the lamest mistake i could make
May 16th 2011, 04:33 PM
wizardb.gif
Kyle
Peasant He/Him Belgium
 
Nah The lamest mistakes are those silly missing semicolons and putting the whole screen full of flowers that have hardness or scripts attached to them...
May 16th 2011, 04:34 PM
pillbug.gif
pillbug
Peasant He/Him United States
Love! True love! 
I did that so many times I just downloaded Sprite Replacer
May 16th 2011, 04:59 PM
duckdie.gif
welovefudge
Peasant He/Him Russia
I hope life isn’t a joke, because I don’t get it. 
haha agree with kyle
May 16th 2011, 05:32 PM
boncag.gif
JugglingDink
Peasant He/Him United Kingdom
Streetfish 
putting the whole screen full of flowers that have hardness or scripts attached to them...

And there I was, thinking that I was the only one that did that!
May 16th 2011, 11:04 PM
wizardb.gif
Mrgantoe
Peasant He/Him Cuba
I'm simply a distraction. 
I thought to make someone walk you had to give them a brain I don't know names but I think it was #16 are you using novashell or WDE I like scripting just don't like doing anything with it and I would make that mistake to christaan.
May 17th 2011, 10:53 AM
dinkdead.gif
"I thought to make someone walk you had to give them a brain"

Not always, if they're frozen and you're moving them with scripts they don't need one, only if you want them to wander around by themselves.

Anyway, he did give a brain
create_sprite(376,146,16,251,1); = brain 16
May 17th 2011, 06:17 PM
wizardb.gif
Mrgantoe
Peasant He/Him Cuba
I'm simply a distraction. 
I was right it was 16 it's the smart human brain.