Actions
Bug #775
closedissprite not working
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.
Updated by Paul Kitching over 3 years ago
- Status changed from Resolved to Closed
Confirmed working in B8U15
Actions