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
Updated by Baptiste Pillot over 4 years ago
- Related to Bug #20: Bob Col(1) not doing anything added
Updated by Baptiste Pillot over 4 years ago
- Related to deleted (Bug #20: Bob Col(1) not doing anything)
Updated by Baptiste Pillot over 4 years ago
- Is duplicate of Bug #20: Bob Col(1) not doing anything added
Updated by Baptiste Pillot over 4 years ago
- Assignee set to Francois Lionet
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
- Compilation : ok
- Run : Internal error at line: 4, column: 1.
- Console JS : "Cannot read property 'bobCol' of undefined at Application.blocks. (application.js:45)
- The line of code into application.js :
if(!(this.aoz.sprites.bobCol(1,this.aoz.currentScreen,)))
Seems that this.aoz.sprites is undefined.
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.6.1
Fixed!
Updated by Baptiste Pillot over 4 years ago
- Status changed from Resolved to Closed
Updated by Baptiste Pillot over 4 years ago
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.
Actions