Forum Topics tagged canvas

Report Tag

60 forum topics with this tag
  • 6 replies
  • 418 views
This content is deleted
Forum Topic
Canvas question: Bullets drawing over each other.
0 favourites

I'm trying to make a visual tunnel effect by drawing lines of color between 3 bullets that move from the center of the screen and outward. I want every new bull...

  • 6 replies
  • 716 views
This content is deleted
Forum Topic
Manually limit object position on canvas to integer
0 favourites

I've been experimenting with a custom scaling method, using fullscreen mode 'off' and wonder if there's a way to limit the coordinates of an object on the canva...

  • 0 replies
  • 157 views
This content is deleted
Forum Topic
How do I embed my game in a webpage?
0 favourites

I have an exported Construct 3 Project. In order to put it on my site I need to embed it in a div. But when I do that, the buttons that are in the game seem to...

posted 3 years ago
  • 0 replies
  • 202 views
This content is deleted
Forum Topic
Any plugin for webm to mp4 converting?
0 favourites

Hi Friends, Is there any plugin available for converting canvas recording from webm to mp4? Please help guys this is urgent help required. Regards,

  • 2 replies
  • 541 views
This content is deleted
Forum Topic
Infinite Canvas?
0 favourites

I'm trying to set up what would essentially be an infinite canvas that can be drag-scrolled in any direction without end. Of course, this can have practical lim...

  • 3 replies
  • 343 views
This content is deleted
Forum Topic
How do I polygon with canvas (rojo)?
0 favourites

HI ! Can you Help Me? Thanks!

posted 3 years ago
  • 1 replies
  • 390 views
This content is deleted
Forum Topic
How do I make a controlled or FIXED Snapshot of Canvas?
0 favourites

I have *take snapshot of canvas* set to 3000 px wide by 3000 px tall but it is captured differently every time based on the window size of the app in the browse...

  • 2 replies
  • 420 views
This content is deleted
Forum Topic
How do I save Drawing Canvas data per frame?
0 favourites

I'm trying to figure out how to save drawing canvas per frame in order to replay the drawing using array and I found no solutions yet.

posted 2 years ago
  • 1 replies
  • 378 views
This content is deleted
Forum Topic
Different result when debugging with breakpoint
0 favourites

I'm working on jigsaw puzzle, so I'm using nested for to paste object on a canvas, in early test it's a success. The puzzle image and the pattern is pasted nice...

  • 8 replies
  • 395 views
This content is deleted
Forum Topic
Copy canvas to another canvas?
0 favourites

I have two canvas (DrawingCanvas1 and DrawingCanvas2). I am drawing with Fill ellipse on DrawingCanvas1 using Touch. How can I make DrawingCanvas2 copy the imag...