Reply to Re: Trouble with Brain 6
If you don't have an account, just leave the password field blank.
Hmm... No, no typo or missing numbers.
I just tested something. New screen, put a sprite on the screen. did this:
The sprite does not animate.
Then I did this:
Got nothing.
Even tried:
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.
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.