Make A Coloring Book Game?
Mar 2, 2011Is there a tutorial or anything on making a coloring book game like this?
View 1 RepliesIs there a tutorial or anything on making a coloring book game like this?
View 1 RepliesCould you suggest me any tutorial which teach me how can i make a "coloring book?"
I need to do this for my website and only with one shape. (so not a big book:) )
It doesn't really matter the coding language, but i need something "shading" and not "just pick a color and fill with bucket style coloring book".
So i need something "interactive". Visitor use the mouse, pick the weight of the pencil and than start "shading, coloring".
I'm planning on making an interactive coloring book for a project and was looking around. I see the tutorials that are around but those are mainly click and fill in an area type of coloring books. I was wondering if anyone can point me to a tutorial that will teach me how to make a coloring book that lets the user pick up a color (a red crayon for example) and scribble in the color him/herself.
View 5 RepliesI'm looking for a tutorial to do a coloring book without swatches. there will be no picker, you just click on a color to cycle through the available colors.nyone seen anything like this?
View 8 RepliesHow can i add a print function to a particular page for a coloring book?
View 2 Repliesi am leaning Flash for about 3 weeks now, and i am quite good in that. I am AMAZED by all cool effects and trying to learn atleast 1 new every day. This tutorial, Coloring Book in Flash , is giving me headache for the last 2 hours. On the beggining of tut, it say to download and open souce FLA file- I saw that there is only drawing in start FLA file, so I make my own. Is that mistake, right at the beginning? If so, where I can find tut in the whole, so I can use my own images?
View 2 RepliesI want to recreate a coloring book seen on [URL]
I want to use the same concept except I want to use a library of jpegs (bitmaps) as my color swatches.
Here is my version: [URL]
[URL] I want to know how to color a image not with any color but with exact color for example sky we can only color with blue if we color with any other color that image(sky) doesn't color
View 1 RepliesI need to make or buy a template for a simple flash game for a clients website. It has to be legit to buy. It is about 5 pages long. You are asked a question, you select a radio button for the answer to the question, it compiles all your answers and gives you a result.I know flash pretty well but ccording to budget and time.it is best not to have to experiment.
View 2 RepliesI have a movie with one frame, and movieclips which can be filled with color are attached. The drawings can be printed with color, but the whole stage is printed and the #b thingy doesn't seem to work. (I've got a box with the wanted print size on a separate layer named #b). If I create a keyframe on frame 2 and move the boundary box there, the print size is adjusted to the box, BUT... the colors are not printed, and all the movieclips which have _visible = 0 are also printed. So it seems I have to choose between printing the whole stage and printing the wanted area without color and with hidden lines...
View 2 RepliesIs there way to use bitmap fills instead of solid colors for the Coloring Book by Zelwyn?I want to color shapes with bitmap fills. If the user changes his mind, then he could recolor the shape with a new bitmap.It would be the exact same as the coloring book, except using image bitmap fills.
View 4 Repliesi have been doing this tutorial http:[url]..but i am stuck on PART 8, i have done everything the tutorial has said so far (although my image and the colors used are different) but the large blank box at the top of the color pallet isnt changing color when i click on any color from the pallet.
Also this tutorial doesnt say what version of flash and actionscript is best suited for this.Currently i am using CS4 & Action Script 2.0 but i don't know if this is correct. below there is a link to the fla. file that Coloring_Book.fla.
I made a coloring book game in AS 2.0 (I did it this way so that I could put individual pieces of code for various buttons - there are around 50). I based it off a tutorial I found online. It works really well. These are the codes I used: In a top layer, I have just in frame 1 (there is only one frame in the whole thing):
_root.fillColor = 0xFFFFFF;
Each colorable part of the picture is a movie clip with a button inside, and each of those buttons has the following code:
on (press) {
color = new Color(this);
color.setRGB(_root.fillColor);
delete color;
}
And then I have two color buttons they can "dip" their pointer into, then they can click on the colorable areas and color them. The code for the color buttons is:
on (release) {
_root.fillColor = 0xC71E07;
_root.brush.gotoAndStop(8);
}
Note: the hex code there is for the red button; it's different for the other color.
Button 1: A "show answer" button that pops up a little graphic showing what their picture should look like. I know how to do this in AS 3.0 (I would just have the object fly in from off-stage on the button press), but not in 2.0. One thing I tried was to have it skip to a different scene or even just a different frame in which that object exists in place. The issue there is that it causes the coloring the user has done to disappear.
Button 2: A "clear board" button that resets the whole thing. I've tried using the gotoandPlay(1) action with this button, but it doesn't do anything.
i just need a colouring game in flash as3, i just need like that but in as3 http:[url]...
View 5 RepliesIm finished with the essentials (I read and exercised AS3 Essentials from Moock) and now Im looking for a more advanced book/tutorial/guide/etc that covers deeply about AS3 game development.
View 2 RepliesI want to make a diary which opens when u click on its lock, fr my website...how can i make such an animation..opening of a book/diary?
View 1 RepliesI wanna make book animation in which pages of the book flip here's an example from some website - [URL] how to make it. or tell me if there's a tutorial.... If you know how to make it, can u also tell me how to make it so the user does NOT have to click to flip pages? [URL]
View 14 Replieshow to make a PageFlip book? i am actually looking for a FLA file that i can edit on
[URL]
i m trying to develop a bb playbook app. how can i make a flip book effect with as3? i need to have 10 images(pages) to flip
View 1 RepliesI am new to the site and was wondering if there is some kind of actionscript that will automatically make the pages of a book turn like in castlevania lord of shadows opening.
View 0 RepliesI wanted to make a book with flash where each page is a frame in the file. I have successfully made the next page and previous page buttons, but I was wondering how to get started on making an input field that lets users put page numbers that go to the specific page / frame.
View 1 RepliesI was trying to make a game, and the character inside the game could swim. However, I only wanted him to swim in short bursts that refueled every time he hit the ground.
View 9 RepliesI'm looking for the best way to be able to have a user input their name, age, etc, and then place that data into a Flash Story book, to make it personalized. For Example:Name:_____Age:_____BOY/GIRL:____and then for example if the user decided to Enter: (Cooper, 7, Boy) the story would add those variables, so it might say:"Once upon a time, there as a 7 year old boy named Cooper, who lived in flying shoe."Ideally, I would want to be able to have the text auto format so that it looks like a seamless paragraph, no odd line breaks or spacing issues no matter how long the name they entered was, so for example if they entered "Cooper" or "Cooper William Johnson III", either way the text would still flow correctly
View 4 Replieshow to make a game tutorial as farmville game tutorial to teach the user to play the game. i have recently involve in make that kind of game tutorial for its user by actionscript 3
View 1 Repliesi am trying to make a drawing board(like colouring book) where when i click and MOVE THE MOUSE it colours the object(more like a brush and not as a paint bucket)i would like to know how to colour objects individually(without coloring background) and the most IMPORTANT is there any way to detect what percentage of object had been colored(like if 100% of object coloured something happens!)
View 2 RepliesLooking for a tutorial to make individual pages (jpg or gif) into swf pages so we can add links in an on-line flip book. I have flash, but have not learned as of yet.
View 2 Repliesi want to make the character in my flash game make a jump when the player presses a key,e.g. 'space',even the player release the key instantly,the character will still finish the complete jump process.
View 1 RepliesI was getting a strange bug with lines being the wrong color in my app so I determined the minimum code to show the issue -some lineTo calls were using the color of a future lineStyle call.copy and paste this into a function/class and run:
graphics.beginFill(0x000000);//these 2 lines are important
graphics.drawRect(0,0,50,50);//else bug does not appear
graphics.lineStyle(1, 0xFFFFFF);[code]....
//this next call sets color of previous lineTo!?
//if I insert a moveTo(x,y); then its ok (draws line white, correctly, before style change)graphics.lineStyle(1, 0x0000FF);
I want to make an area where I can make a grid of varying colors, starting with a small 3x3 grid. The final goal is to reduce the size of each element and increase the number of squares to get a higher resolution. The shades of color are stored in an array and I can get the drawing going, but the shapes don't get deleted when repeating the function call and they go on top of everything else I've put on the stage.
Here is part of the code I'm using:
Code: Select allfunction grids():void {
for(var i:Number = 0; i<3; i++) {
for(var j:Number = 1; j<3; j++) {
var child:Shape = new Shape();
[Code]....
where w is the width, h is the height, and myArray has the shading I need.
How can I get rid of the rectangles afterwards and start clean? Better yet, is there a more efficient way to make and color a grid on the stage?
I want to export some AS code to a word file and I want the colors to be like in Flash MX, is there a way to this without having to change all the colors manually?
View 14 Replies