The Dink Network

Reply to Re: Dink Smallwood and the City of the Dead

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:
 
 
December 6th 2007, 08:23 AM
knightgl.gif
CastMan
Peasant He/Him Brazil
Some day I'll finish my mod... Some day... 

Nahhh!! I can't take these bugs anymore! I need an insecticide.

This time, the "Start" button moves when it turns off, when on it is at this position - X: 98 Y: 227 - (the position that it should be 'cos is the same that I've put at the main script), when it's turned off, it's near to X: 118 Y: 228.
As you can see at the script, there's nothing to change it's position, and the dimensions of the buttons are the same.

void buttonon( void )
{
sp_pframe(&current_sprite, 2);
Playsound(20,22050,0,0,0);
}

void buttonoff( void )
{
sp_pframe(&current_sprite, 1);
Playsound(21,22050,0,0,0);
}

What is happening??

And thanks again Scratcher, Red Knight is killing as never and the screens are working too ( I think I should send this mod with 2 authors... ).