We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking puzzle slices, the game throws an error:
ERROR ruffle_core::avm2::events: Error dispatching event EventObject(EventObject { type: "mouseDown", class: flash.events::MouseEvent,s: flash.events::MouseEvent, ptr: 0x239a162cfd0 }) to handler FunctionObject(FunctionObject { ptr: 0x23999ffffc0, name: Ok("Level/puzzError #1034: Type Coercion fleClick()") }) : TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::Sprite@00000000000 to flash.display.Bitmap. at Level/puzzleClick()
The puzzle slices should be dragged normally.
com.arcadevoid.jigcircle.swf.zip
Desktop app
Windows 10
No response
The text was updated successfully, but these errors were encountered:
The SWF expects a getObjectsUnderPoint call to only return Bitmaps, but for some reason in Ruffle a Sprite is in the array
getObjectsUnderPoint
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When clicking puzzle slices, the game throws an error:
Expected behavior
The puzzle slices should be dragged normally.
Content Location
com.arcadevoid.jigcircle.swf.zip
Affected platform
Desktop app
Operating system
Windows 10
Browser
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: