gyazo.com/d6e04c75da182b445b3fd05c25254e8d
with this tutorial how do I make it only take pictures within the blue box?
dropbox.com/s/g65odw8opsol2nf/Taking%20screenshots.c3p
Use DrawingCanvas object. Set its size and position, then paste all sprites onto it. Then use "Drawing Canvas Save image" action, wait for "Drawing Canvas On saved image" event, your image will be in DrawingCanvas.SavedImageURL expression.
Develop games in your browser. Powerful, performant & highly capable.
Not 100% sure what u mean and, also, the box I made can be scaled, can the drawing canvas be scaled as well?
gyazo.com/8d696d616ac2aa9cf8da29bb9c259d16
Yes, set the size and position of Drawing Canvas to the size and position of the blue box sprite. Then paste objects, then save image.
thx for all your help really appreciate it!
Something like this?
gyazo.com/f6fb4ece5baaab43009ababe3fab5425
Nothing like this.. Did you read my comment?
On Button click DrawingCanvas Set size to (BlueBox.width, BlueBox.height) DrawingCanvas Set position to (BlueBox.x, BlueBox.y) DrawingCanvas Paste sprite1 DrawingCanvas Paste sprite2 DrawingCanvas Paste sprite3 ... Wait 0 (may not be needed) DrawingCanvas Save Image Wait for previous action to complete Browser invoke download DrawingCanvas.SavedImageURL