Reply to Re: Help plz
If you don't have an account, just leave the password field blank.
Place something like this in a script on the screen:
When the variable &story is less than three this script will place an object with <sequence> and <frame> at a position defined by <x> and <y> and makes it hard.
void main( void )
{
if (&story < 3)
{
int &sprite = create_sprite(<x>,<y>,0,<sequence>,<frame> );
sp_hard(&sprite,0);
sp_nodraw(&sprite,1);
draw_hard_sprite(&sprite);
}
}When the variable &story is less than three this script will place an object with <sequence> and <frame> at a position defined by <x> and <y> and makes it hard.






