Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
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
Develop games in your browser. Powerful, performant & highly capable.
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