The Dink Network

Reply to Re: Exact wait();

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:
 
 
September 25th 2014, 10:07 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Nope.

Test:
void main ( void )
{
	int &hrt = create_sprite(50, 350, 0, 52, 1);
	sp_timing(&hrt, 1);
	beat:
	sp_size(&hrt, 100);
	wait(2000);
	sp_size(&hrt, 140);
	wait(2000);
	goto beat;
}

I was thinking of implementing the beat in the hearts frames and set it on repeat,time it with sp_timing, play a sound every frame when about two seconds have passed. But that's lame!