Reply to Re: Invisible
If you don't have an account, just leave the password field blank.
It should look like this:
void main( void )
{
//set this sprite to react to touch, but not to being hit
sp_touch_damage(¤t_sprite, -1);
sp_nohit(¤t_sprite, 1);
//using this global variable to get around
//a bug with Dink freezing as he touches and
//tries to talk to the scroll at the same time
&dddd = 0;
}
void touch( void )
{
sp_touch_damage(¤t_sprite,0);
//rest of the script
void main( void )
{
//set this sprite to react to touch, but not to being hit
sp_touch_damage(¤t_sprite, -1);
sp_nohit(¤t_sprite, 1);
//using this global variable to get around
//a bug with Dink freezing as he touches and
//tries to talk to the scroll at the same time
&dddd = 0;
}
void touch( void )
{
sp_touch_damage(¤t_sprite,0);
//rest of the script