mozilla / shumway

Shumway is a Flash VM and runtime written in JavaScript
Apache License 2.0
3.68k stars 396 forks source link

Missing graphics features #133

Open waddlesplash opened 11 years ago

waddlesplash commented 11 years ago

The SWF at http://www.dudefree.com/Student_Tools/materials/precalc/unit-circle.php has sound (unsupported) but it also has user interaction (such as mouse pointer changing to the "pointer" state, dragging the unit circle, turning checkboxes on/off and redrawing, etc.)

Shumway doesn't render anything properly (missing text, half of the items on the unit circle are missing, etc.)

waddlesplash commented 11 years ago

Nothing appears in the console except sound errors and logging:

AVM1 error: Object "Sound" is not found AVM1 error: Method attachSound is not defined.

But after clicking on some of the buttons, I get some of:

AVM1 error: Invalid AS2 object AVM1 error: Method start is not defined.

waddlesplash commented 11 years ago

After some recent changes in Shumway, this draws much better. Still has mouse cursor errors, though.

mbebenita commented 11 years ago

Sound definition is missing, causing mouse clicks to fail.

mbebenita commented 11 years ago
waddlesplash commented 11 years ago

There's more interactivity that's also broken (if you click on a point, it hides the coords and stuff).

tschneidereit commented 11 years ago

@tobeytailor, these two issues seem to be caused by quadtree invalidation issues.

tschneidereit commented 10 years ago

This got much better. Still, some things are off:

cpeterso commented 10 years ago