Content tagged drawing-canvas

Report Tag

66 usages of this tag
  • 4 replies
  • 945 views
0 favourites

I'm using getImagePixelData to modify the pixels of a Drawing Canvas. I would like to modify some pixels in some rows and columns but not all. Is there a way to...

  • 3 replies
  • 1.1K views

Ok I have a really weird request, I want to make my Drawing Canvas from 468x468 to 100 x 100 while keeping the scale of the image that is within. I know this is...

posted 4 years ago
  • 1 replies
  • 290 views
This content is deleted
Forum Topic
How do I create dynamic line in game?
0 favourites

I have kind of a weird question. Is there a way to dynamically create a line in Construct with CSS? And if not should I use a Drawing Canvas or is there a bette...

posted 4 years ago
  • 3 replies
  • 366 views
0 favourites

If host is mobile, and the peer is on PC, the draw canvas enlarges x4. Such a weird bug. ----. Edit 1: Found a workaround. On start of layout, detect device, wh...

  • 0 replies
  • 327 views
0 favourites

Nice to meet you. I'm BeanieBomber. I got Construct 3 about a month ago and I've had lots of fun so far. Coding has always been a hurdle for me and this interfa...

  • 2 replies
  • 526 views
This content is deleted
Forum Topic
getImagePixelData returns an array filled with zeros
0 favourites

I have a Drawing Canvas in my scene where I draw lines that I want to get the pixel data from. I use the following code to get the pixel data from two canvases:...

posted 4 years ago
  • 0 replies
  • 493 views
This content is deleted
Forum Topic
Mage Tower - A simple RPG Style Tower Climber
0 favourites

Hope you're doing well. I have been a hobby user of Construct for a year or so now but never really shared anything I have made so figured I would start now wit...

  • 2 replies
  • 402 views
This content is deleted
Forum Topic
Draw in DrawingCanvas which is not at 0,0?
0 favourites

I have a hard time finding a tutorial or an explanation on how I can draw in the DrawingCanvas object if I moved it, say, in the middle of the screen. Or basica...

  • 3 replies
  • 671 views
This content is deleted
Forum Topic
How do I draw rounded corner Line?
0 favourites

THE RED Color line. ( when the line change direction, it was rounded. ). Am working with a game with sophisticated mod creation tools. Any help is much apprecia...

posted 3 years ago
  • 6 replies
  • 400 views
This content is deleted
Forum Topic
Easiest way to get the amount of color used?
0 favourites

For my drawing game I want to get the amount of ink used of each color to draw the picture. Therefore, after the picture is drawn I take a snapshot of it and ru...