Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Slasher on Sat 29/06/2013 11:31:01

Title: Freezing screen 15 seconds until game continues problem
Post by: Slasher on Sat 29/06/2013 11:31:01
Hi

I've got a situation that up to now is still unresolved.

Splash screen:

+ Cutscene
- Cutscene
Load

On clicking the + Cutscene a Typewriter (Typewriter Module) starts typing text.

Now, if the user presses ESC to bypass the Cutscene the screen freezes for about 15 seconds and the Cutscene ends and the game carrys on.

I find the 15 second wait unacceptable.

I was in two minds how to deal with this.

Any thoughts?

cheers


Title: Re: Freezing screen 15 seconds until game continues problem
Post by: Ryan Timothy B on Sat 29/06/2013 11:35:10
Code (ags) Select
  if (!Game.SkippingCutscene) {
    // insert any code that should be skipped if you press ESC in this condition statement
  }
Title: Re: Freezing screen 15 seconds until game continues problem
Post by: Ali on Sat 29/06/2013 13:50:36
This used to happen to me on an old computer. I put it down to general slowness...