Project

General

Profile

Bug #263

Sprite Col Bob Col

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

Status:
Closed
Priority:
Normal
Target version:
Start date:
02/28/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Sprite Col and Bob Col do not appear to work


Related issues

Is duplicate of AOZ Studio Beta - Bug #20: Bob Col(1) not doing anythingClosed01/18/2020Francois Lionet

Actions
#1

Updated by Baptiste Pillot about 4 years ago

  • Related to Bug #20: Bob Col(1) not doing anything added
#2

Updated by Baptiste Pillot about 4 years ago

  • Related to deleted (Bug #20: Bob Col(1) not doing anything)
#3

Updated by Baptiste Pillot about 4 years ago

  • Is duplicate of Bug #20: Bob Col(1) not doing anything added
#4

Updated by Baptiste Pillot about 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.

#5

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved
  • Target version set to 0.9.6.1

Fixed!

#6

Updated by Baptiste Pillot about 4 years ago

  • Status changed from Resolved to Closed
#7

Updated by Baptiste Pillot about 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.

Also available in: Atom PDF