Project

General

Profile

Bug #74

Calling Shoot or Boom too quickly in succession causes Internal error

Added by Anonymous over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
01/24/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

If Shoot or Boom is called a second time too quickly, it will cause an Internal error.

In this example, the first click works, but successive clicks cause an Internal error.

Repeat
    If Mouse Key = 1 Then Shoot
Until Mouse Key = 2

This can be corrected by putting in a sufficient delay:

Repeat
    If Mouse Key = 1 Then Shoot
    Wait Vbl
Until Mouse Key = 2

Also available in: Atom PDF