The Dink Network

Reply to 'Mousing' Dink

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:
 
 
May 6th 2010, 07:04 PM
knightgl.gif
castman
Peasant He/Him Brazil
Some day I'll finish my mod... Some day... 


Here am I again...

I've already made Dink become the arrow and I can control it. The trouble is that I can 'highlight' the buttons but I can't click them... What's wrong?

I'm using the start-2 button script to test it, so I know that there's no bug with the button script.

Start-1 already has 'set_keep_mouse(1)' (or sort of)

'Mousing' Dink Script
void main ( void )
{

sp_base_walk(1, 0);
sp_base_idle(1, 0);
sp_seq(1, 0);
sp_brain(1, 13);
sp_pseq(1,10);
sp_pframe(1,8);
sp_que(1,20000);
sp_noclip(1, 1);
sp_nodraw(1, 0);

wait(1000);
fade_up();
unfreeze(1);

}