The Dink Network

Reply to Cutscene

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:
 
 
July 12th 2009, 08:38 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
I want a flashback to happen when Dink talks to a NPC. Kinda like this:

void talk(void)
{
say_stop("Hello , 1);
wait(200);
say_stop("`2Hello to you. Wanna hear my story?" , &current_sprite);
wait(200);
say_Stop("No." , 1);
wait(200);
say_stop("`2Well, I'll tell you anyway." , &current_sprite);
fade_down();
freeze(1);
sp_nodraw(1, 1);
*cutscene here*


I want the cutscene to appear on another screen to simulate a flashback. So it fades down and then fades up on another screen. What command do I use to accomplish that? I've tried draw_screen after the screen fades in the code but it just messes up.