Skip to main content
Participant
April 28, 2019
Answered

Animate CC HTML5 Screenshot Button

  • April 28, 2019
  • 1 reply
  • 1365 views

I was wondering if there is anyone that knows any code for a button that when clicked takes a screenshot. I'm using HTML5

I'd prefer if the screenshot taken was just of the stage, my game, but I'm more than happy if it takes a fullscreen shot.

Thank you in advance!

This topic has been closed for replies.
Correct answer ClayUUID

Capturing the canvas bitmap is trivial. What do you want to DO with that data once you have it?

You may find this discussion relevant:

Re: How do i save my game's ending as image?

1 reply

ClayUUIDCorrect answer
Legend
April 29, 2019

Capturing the canvas bitmap is trivial. What do you want to DO with that data once you have it?

You may find this discussion relevant:

Re: How do i save my game's ending as image?