Antisuspend Plugin

Antisuspend Global Plugin

The Antisuspend Plugin for Construct 3 is a powerful tool designed to prevent your game from being automatically suspended when the window becomes inactive. This plugin ensures that your game continues to run smoothly, even when the player switches tabs or minimizes the window, making it an essential tool for idle games and other types of games that require continuous background activity.

The plugin has been modified to work in the SDK v2 without using undocumented features. It's new design is fully integrated with Construct available features to ensure its long term compatibility.

Key Features

  • Prevent Automatic Suspension: By default, browsers suspend background pages to save resources, causing your game to pause. The Antisuspend Plugin allows you to disable this automatic behavior, giving you full control over when the game suspends and resumes.

  • Manual Control: Once disabled, you can manually control game suspension using the setSuspended() function, allowing you to manage when the game should pause or continue based on your specific game requirements.

  • Perfect for Idle Games: Idle games often require the game to keep running in the background to simulate ongoing progress. With the Antisuspend Plugin, your idle game can continue to operate even when the player is not actively interacting with it.

  • Customizable to Fit Your Needs: Whether you’re working with idle games, background tasks, or games that need to track progress over time, the Antisuspend Plugin provides the flexibility to maintain constant game execution.

Antisuspend Global Plugin

Prevents the runtime to be suspended when the window becomes inactive.

Download

Properties

Property

Description

Enabled

Enable/Disable the antisuspend behavior

Actions


Set Enabled

Enables/Disables the antisuspend plugin

Parameter

Description

Enabled

Enable/Disable antisuspend plugin

Conditions


Is Enabled

Returns true if the antisuspend plugin is enabled

Is Supported

Returns true if the antisuspend plugin is able to run in the current browser

(c) Pixel Perfect Studio 2025

Last updated

Was this helpful?