Project

General

Profile

Bug #775

issprite not working

Added by Paul Kitching almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
06/09/2021
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

issprite always returns true

#splashScreen:false

if isbob(1)
    print "Bob 1 found"
else
    print "No bob 1"
end if
if issprite(1)
    print "Sprite 1 found"
else
    print "No sprite 1"
end if

The colour of the command also only changes to pale blue if you put in a space (is sprite), but that would give a syntax error.

Also available in: Atom PDF