Actions
Bug #263
closedSprite Col Bob Col
Start date:
02/28/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Sprite Col and Bob Col do not appear to work
Actions
Added by Anonymous over 4 years ago. Updated over 4 years ago.
0%
Description
Sprite Col and Bob Col do not appear to work
The same for me.
This little piece of code does not work for me :
Bob 1, 32, 32, 1
Bob 2, 40, 40, 1
If Bob Col(1)
Print "boom"
End If
if(!(this.aoz.sprites.bobCol(1,this.aoz.currentScreen,)))
Seems that this.aoz.sprites is undefined.
Fixed!
Tested with this little code :
#splashScreen:false
Bob 1, 20, 20, 1
Bob 2, 24, 24, 1
Bob 3, 100, 100, 1
Print Bob Col(1) ' true
Print Bob Col(3) ' false
It seems good. I close.