absecrist / sb2-js

Automatically exported from code.google.com/p/sb2-js
0 stars 0 forks source link

Repeats and waits #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Open test.sb2. Listen to the constant explosion sound. (meteor code executes 
instantly)
2. "Space to start" text is missing in Contrast.sb2 (text fades in and out 
instantly)

What is the expected output? What do you see instead?

Repeats are expected to execute one per frame. Waits are expected to work. 
Because no wait system is implemented, Repeats are instant, "While" repeats are 
nerfed and waits do not work.

Please use labels and text to provide additional information.

This will require an overhaul of the script execution system.

Original issue reported on code.google.com by rhy3alte...@gmail.com on 31 May 2012 at 12:08

GoogleCodeExporter commented 9 years ago
Fixed. Space to start text missing in Contrast was unrelated, but I fixed that 
too. :>

Original comment by rhy3alte...@gmail.com on 2 Jun 2012 at 3:14