Author Topic: 123 basic - HTML5 for GLBasic  (Read 122998 times)

Offline Hark0

  • Prof. Inline
  • *****
  • Posts: 1020
  • Geek Developer
    • View Profile
    • LitioPixel - Desarrollo de videojuegos con GLBasic | Videogame development with GLBasic
Re: 123 basic - HTML5 for GLBasic
« Reply #150 on: 2013-Dec-05 »
Hi Hark0!

mmm...   May be that could be a "typo" only in your message here...   But, have you seen that the error is showing "datos_Puertas" with a "D" in low case and your declarations appears to have "D" in upper case???    O_O

I try renaming var name... and I post results here ;)
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Offline Hark0

  • Prof. Inline
  • *****
  • Posts: 1020
  • Geek Developer
    • View Profile
    • LitioPixel - Desarrollo de videojuegos con GLBasic | Videogame development with GLBasic
Re: 123 basic - HTML5 for GLBasic
« Reply #151 on: 2013-Dec-24 »
Don't work for me... :(
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Offline hardyx

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 505
    • View Profile
Re: 123 basic - HTML5 for GLBasic
« Reply #152 on: 2013-Dec-25 »
Don't work for me... :(
Try to put the block STARTDATA...ENDDATA before the RESTORE instruction.
I have to make this sometimes in GLBasic, because the label is defined later.
In classic BASIC, DATA instructions are often put after the RESTORE.
« Last Edit: 2013-Dec-25 by hardyx »