Elevated by RGBA and TBC is pretty awesome: http://www.pouet.net/prod.php?which=52938
One of the cool things (among the many very, very, cool things) is the lights in the sky which match / mimic / are simultaneous with certain notes in the music.
In order to have a similar effect, I think I would have to understand how/where the state of the tracker is stored in the RAM?
Anyone have any hints?
Previously, clicking on the play link on the forum went to a new page, and I was able to play those cartridges.
Now, clicking on the play link opens a black box, and I can't play.
Currently, the control-shift-J debugging console shows:
pico8.js "preload time: 61 ms" pico8.js:8:23 ">codo_init" pico8.js:7:485 "platform: Emscripten" pico8.js:7:485 "codo_system_init" pico8.js:7:485 "codo_reset_timer" pico8.js:7:485 "codo_gui_init" pico8.js:7:485 "codo_keys_init" pico8.js:7:485 "codo_text_init" pico8.js:7:485 "codo_video_init" pico8.js:7:485 "codo_mouse_init" pico8.js:7:485 "codo_joystick_init" pico8.js:7:485 "<ok" pico8.js:7:485 "codo_set_screen 580 420 8 100codo_fopen_vdisk pico8.dat (rb)" pico8.js:7:485 "codo_fopen pico8.dat (rb) opened" pico8.js:7:485 "codo_load_pod: pico8.dat failed " pico8.js:7:485 "couldn't load gfx1.pod" pico8.js:7:485 "exit(0) called" pico8.js:7:485 Use of getPreventDefault() is deprecated. Use defaultPrevented instead. bbs console.trace(): init.c2f64d23c4cf69134b807820c0019b241a772cd4.js:477 e() init.c2f64d23c4cf69134b807820c0019b241a772cd4.js:477 a.parseJSON() init.c2f64d23c4cf69134b807820c0019b241a772cd4.js:487 Sc() init.c2f64d23c4cf69134b807820c0019b241a772cd4.js:56 y() init.c2f64d23c4cf69134b807820c0019b241a772cd4.js:339 .send/b() init.c2f64d23c4cf69134b807820c0019b241a772cd4.js:365 |
Hey.
I really like PICO-8 - it's really helpful to be able to learn a little tool, and stay inside that same tool until I finish a whole game.
However, one of my goals in playing with PICO-8 is to practice Lua.
Is there a way to turn off the PICO-8 specific syntax, so that I don't acquire "bad habits" of using += or whatever?
Thanks!
Johnicholas