Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Missing graphics features #133

Open
waddlesplash opened this issue Mar 7, 2013 · 8 comments
Open

Missing graphics features #133

waddlesplash opened this issue Mar 7, 2013 · 8 comments

Comments

@waddlesplash
Copy link
Contributor

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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

@mbebenita
Copy link
Contributor

Sound definition is missing, causing mouse clicks to fail.

@mbebenita
Copy link
Contributor

  • Zoom in / out buttons work but hit test is off. For instance, for the zoom out button you need to press exactly on the stroke.
  • The quadrant buttons zoom in too much.
  • Reset button text doesn't appear.
  • Quiz me button is broken.

@waddlesplash
Copy link
Contributor Author

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

@tschneidereit
Copy link
Contributor

  • Switching the various "SHOW" options off and on again doesn't fully refresh the stage
  • Clicking on a point hides its lines and legend, but clicking it again doesn't properly show them again

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

@tschneidereit
Copy link
Contributor

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

  • Sound is missing
  • No hand cursor for buttons
  • Choosing a quadrant is very hard - the buttons seem to have the wrong shape

@cpeterso
Copy link
Contributor

cpeterso commented Mar 7, 2014

  • Lines are thinner in Shumway than Flash
  • Black rectangle in upper-left corner?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants