Drawing with colors

0 favourites
  • 10 posts
From the Asset Store
solution for games like "fruit ninja" and drawing applications
  • Hi guys!

    I'm working on a little webshop and was thinking to integrate a little game on it.

    My targetgroup is parents with kids from 1-4 years. Because of that would I like to make a little game that they could play, so I was looking at youtube and found this game: youtube.com/watch which I think would be perfect.

    my question is whether it is possible to make a game like this. A game where you can choose different colors and draw a on a layout?. And how to do it - I don't expect a capx. just a small point of how, so i maybe could do it myself :-)

    Have a nice evening!

  • As was pointed out to me last month, you can set the bottom layer as transparent "use webgl" off, and "clear background" as no. That way anything that is drawn stays there until it's overdrawn.

    Use shaped sprites to draw with, or as stamps on the background.

    I haven't actually done it myself yet, but that sounds like a great direction to try.

    R0J0hound was explaining how to make a destructable terrain, and posted this example where the ground is "Drawn" and redrawn when bombs hit:

    dl.dropbox.com/u/5426011/examples13/scanline.capx

  • Man, it's really not a beginner game type.

    You'll need to learn about arrays, matrix. Then, you'll need to map your canvas with many small dots, the smaller precision, bigger your array.

    For example, if you want draw in large pixels, you can div a canvas of 320x240 by 32 slots in the horizontal by 24 in the vertical, so, each slot will have 10x10 pixels of size, so, you'll check if the mouse or touch is over what slot and if clicked or touched, set it's slot with a created object of 10x10 pixels of size.

    You'll be able to improve it by changing colors, using the effects, etc.

    The sparkling is easy, just setup a particle to follow the mouse/touch and change it's configuration every time the mouse is clicked, for example, the number of particles shot when clicked, and after, returning it's configuration to the standard.

    Well, I think you'll need more things, but it's the basic.

  • Hi Paradox!

    Thanks for the fast answer and the link, I will check it out immediately :-)

    Have a nice evening!

  • Hi TELLES0808!

    Yeah I see what you mean, thats sounds a bit hard. But thank you for your great explaning, it was every usefull information! :-)

    Have a nice evning!

  • Hi again!

    I have tryed to make a little prototype, and I actually fined out how to do it, so i'm very glad! :D

    Its just fast, so the graphic is crap, but I here is the Capx. so someone maybe could be inspired: dl.dropbox.com/u/84869704/Drawing%20with%20colours.capx

    I will work on the finnish game and share the capx. when its done :-)

  • Nice! Just one thing, beware of the performance. When you paint a lot it will probably cause a slow down on the game because it will spawn a lots of sprites. I suggest to find a method where you can destroy a sprite when a new sprite is spawned on the same position of other one. Like an overwrite process.

  • I would use the Canvas plugin if i were you. It allows for all kinds of drawing, here's an example of how to set up some simple draw and fill tools:

    Example: DrawCanvas.capx (r102)

    Try it out

    Download Canvas plugin here.

    How to install plugins.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I think canvas is a good solution. Here's a couple examples. You might be able to pick apart the code.

    sketchpad.io

    mudcu.be/sketchpad

  • Good morning guys or what ever the clock is where you are at ;-)

    Well, I think you are right about the Canvas Plugin, thats look like a better soulution, so thanks for the advise and links, I really appriciate it! :-)

    And thank you SamCartagenaPR for the suggesten about destroying the sprite when a new one is over, I think I will try to complete my version just to learn something new, and then make another game with the Canvas plugin and use that on my website.

    Have a nice day everyone! :-D

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)