ActionScript 2.0 :: Make A Drawing Board(like Colouring Book) Where When Click And MOVE THE MOUSE It Colours The Object?

Jun 14, 2006

i 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 Replies


Similar Posts:


ActionScript 3.0 :: Duplicate Variable - Get Different Colours To Move To The Object In A Colouring Book

Aug 3, 2011

I am getting a duplicate variable trying to get different colours to move to the object in a colouring book. here is the code. I am only getting the color red.

[Code]....

View 2 Replies

ActionScript 2.0 :: Make An Object Move A Set Distance On Mouse Click?

Feb 23, 2011

I'm trying to figure out how to make an object move vertically or horizontally a set distance once the object has been mouse clicked and then stop. Sounds relatively simple, but I'm pretty clueless at it.

View 2 Replies

Actionscript 3 :: OOP - Make An Object Move Across A Game Board Depending On The Value Of The Dice?

Dec 8, 2011

I am creating a board game and I am using Object Oriented Programming with AS3. I created a movie clip with a circle that moves across the game board. There are 18 squares and 18 frames. I have a button that gives you a value with a dice with the random number function:

public function rollDie():void
{_dieValue = Math.ceil(Math.random()*6)
this.gotoAndStop(_dieValue);}

I have a class for the dice button, die, gameboard, and the main board. I am trying to make the circle move across the board(or go to the frame in the mc) depending on what the value I get with the dice. Here is my code so far:

[Code]....

The mc instance for the gameboard is gameBoard. Also, if anyone knows how to trigger a labeled frame depending on which square the circle lands on that would be a plus.

View 2 Replies

ActionScript 3.0 :: Move Object To Mouse Click?

Apr 22, 2008

I am currently working on putting together a small game map, a map where a character can walk around and talk to NPC's and such. We've just started to I am pretty much just working with the basics here. Just started learning AS3 too. I have created an Object, in this case a circle that gets drawn when I run my AS code, the circle is drawn in the midde of my stage. What I want, since the game is Isometric and moves in those isometric lines rather than straight up, down, left, right, I want to make a funktion where, if the mouse is clicked at a location where both the X and Y coordinate is less than where the object is, then the object moves to that place.

The code I have, is as follows at the moment:

ActionScript Code:
var xNewPos:int;
var yNewPos:int;
var inTransit:Boolean = false;

[Code].....

View 8 Replies

ActionScript 2.0 :: Make A Drawing Object Move Around The Browser Randomly And Incresing It's Size?

Mar 25, 2006

make a drawing object move around the browser randomly and incresing it's size from 100% to 200% at anytime. Plus changing it's alpha.. all those with actionscript.

View 1 Replies

ActionScript 3.0 :: Board Class - Capturing Mouse Click

Mar 25, 2011

1. I create a board class in board.as as so,
public class board extends Sprite {
public function board(p1:Number = 0, p2:Number = 0, p3:Boolean = true) {
this.mouseEnabled = true;
addEventListener(MouseEvent.CLICK, go);
} private function go(e:MouseEvent) {
trace("mouse clicked");
}}

2. In .fla, I declare the document as an instance of the board class.
3. Clicking anywhere on the document's UI, no tracing output.
4. If I put a textfield as the child of board object (by adding these lines,
var tf:textField = new textfield();
---
addChild(tf);
In the constructor), I do see above trace() working.
What am I missing? How can my board class receive mouse click?

View 3 Replies

Actionscript 3.0 :: Make An Object Grow And Move To A Different Section Of The Stage When Click On It?

May 26, 2009

I have a mini-project where I want to make an object grow and move to a different section of the stage when I click on it. I know how to do this part, but what I want is for it to "move" there as if it were a tween, but I want to do it with code instead of with the timeline. I want it to function exactly as it does now, but with a motion tween. I also do NOT want it to jump back to the beginning when another button is clicked, but rather play from where it is. I've also attached the FLA with this.

Code: Select alllearn.addEventListener(MouseEvent.CLICK, learnClick);
learn.buttonMode=true;
act.addEventListener(MouseEvent.CLICK, actClick);

[code]....

View 1 Replies

ActionScript 2.0 :: Make A Movie Object Move Up & Down When Click On The Respective Buttons

Feb 19, 2004

I want to make a movie object move up & down when I click on the respective buttons. Now I can do this, thats easy... but what I want is when I hold down on the buttons that it moves on its own? And I don't have to go "*clicky* *clicky* *clicky* *clicky*" (thats the sound your mouse makes) To move the object up and down. Is this even possible? (enter newbie joke here)... Heres the code I got: on (press, release, keyPress "<Up>") { _root.block._y = _root.block._y + 4;} Now the other thing I want to do is have it stop at a certain height. Both at the top and the bottom of the screen. The idea being that someone can't scroll the object off the screen online tutorials? new career move?

View 1 Replies

ActionScript 2.0 :: Movement - Object Move Towards The Mouse When Move The Mouse The Towards The Object And Backwards

Jun 27, 2006

how to do an object move towards the mouse when i move the mouse the towards the object and backwards when i move the move away, something liike the menu on [URL]

View 2 Replies

ActionScript 3.0 :: Drawing Lines - Move Circles With Mouse

Jun 15, 2010

I'm trying to write something like this facebook app [URL] I've already written code to let user to move circles with mouse, but i've got a problem with lines connecting them- sometimes i see old ones, which should have been deleted already. I refresh all lines every time any circle is moved. Here is my code which draws lines

[Code]....

View 1 Replies

Flex :: Mouse Move Fires Mouse Click (Adobe Air)

Oct 11, 2011

I am trying to have two guestures on a SpriteVisualElement which I thought should be pretty simple implemented: Mouse_Move for sweep Gestures and mouse click to enable.. So I have 2 Eventlisteners on my stage:

[Code]...

The main problem is that every type of sweeping on the screen also fires the taphandler().. how to identify the correct event? I tried to to my taphandler only if(!event.buttondown) but no success.

View 1 Replies

ActionScript 1/2 :: Make An Object Tween From Its Starting Location To The Location Of A Mouse Click?

Apr 27, 2009

I am trying to make an object tween from its starting location to the location of a mouse click. I have a script, but it has a very annoying ease to it.I would LIKE the object to mantain a certain speed during while traveling from its starting location to the mouse click location.

View 16 Replies

ActionScript 2.0 :: Drawing Board Thing?

Nov 19, 2005

I found this tut http:[url]...and wat i want to do is have thing like Flash.I know how to make the lines thicker but i need when you click the button the lines turn thicker like the As changes.

View 9 Replies

ActionScript 2.0 :: How To Disable Drawing Board

Mar 10, 2012

Upon hoping to the frame with the drawing board actionscript on it, i've successfully created the erase button to remove all the drawings made, but then i also have a 'HOME' button that takes me back home. BUT the drawing board actionscript is still active even on the HOME frame. +On the home button i've added in the clear(); function to also remove the drawing. Either way this still does not remove the drawing board actionscript. How do I completely disable the drawing board actionscript upon clicking home? but still be able to reactivate it when I'm on the frame again.

[Code]...

View 1 Replies

ActionScript 2.0 :: Coloring Book - "clear Board" Button That Resets The Whole Thing,does Not Working?

Jul 27, 2010

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.

View 2 Replies

ActionScript 3.0 :: Move MC With Mouse Click?

May 15, 2011

how do I move a Movie Clip with a mouse click. The movie clip continues moving. I need enterframe event to move , but I also need mouse click to trigger it to move. How do I use both?

[Code]....

View 8 Replies

ActionScript 2.0 :: Drawing Board Stop Draw?

Jun 14, 2004

This code is from a drawing board, the problem is:

1- When you click outside the drawing area, a dot is drawn (thus you cant click anything except inside drawing area because it will result in undesired dots)

2- When you drag outside the drawing area the dot is drawn (bad), the pencil doesn't draw (good), but if you drag until reaching the drawing area draws (undesired, because it should only draw when you started to drag from inside the drawing area) how to tweak the code or simple add a "deselect" tool option ? That's a link to the fla file ziped, and that's the code of the drawing board: [URL]

Code:
_root.P = 0;
_root.level = 1000;
_root.tmpx = -1;

[code]...

View 6 Replies

ActionScript 2.0 :: Change Drawing Board Pen Color?

Mar 19, 2005

I'm making a drawing board and i want users to be able to press colors on my swf to be able to change the colour of the pen how can i do this?

if you dont know what i mean just check a paint package out and look at how you chose your colour thats what i want to do?

View 7 Replies

ActionScript 2.0 :: Drawing Board Undo Last Pen Line?

Aug 5, 2005

i'm currently devolping a drawing board out of flash but i was wondering instead of erasing all the pen lines drawn just the last pen line drawn,im using kirupa drawing board tut for the all erase just stuck to gewt the last line erase done

View 9 Replies

ActionScript 2.0 :: Drawing Board How To Add Text, Shapes

Oct 17, 2006

(MX2004)I have made a 'whiteboard', users can draw on it, change width of pen, clear it.

I need to:

1. allow users to add text as well as lines

2. allow them to add a circle or a square

3. clear last stroke/shape

4. save the drawing

5. email it or print it

View 9 Replies

ActionScript 2.0 :: Setting Drawing Board Boundaries?

Dec 12, 2006

I used Kirupa's drawing board tutorial, but when I finished making the flash file I wondered if there was a way to limit where the viewer can draw. For example, on his tutorial he shows you how to create an easy erase button. Well, what if I don't want the viewer to be able to draw on the button. Is there a way to specify the area that you want the viewer to be able to draw on? I tried making the space a movie clip and just adding the actionscript to the movieclip, but when I placed the movie clip inside a bigger flash file it wouldn't let me draw at all. I thought making it a movie clip would then limit the drawable area. Did I do a good enough job explaining my problem? I just want to be able to limit where the viewer can draw, so that the viewer can't get wild and draw all over the buttons and controls.

View 1 Replies

ActionScript 2.0 :: Drawing Board - How To Get Color Selector

Jan 16, 2008

I have put a drawing board on my application, but I cannot figure out how to get a colour selector..? Another problem with this, is that when the page is selected I can draw out of the board, and also when I navigate to another page I can continue to draw on other pages (not good!)...

Heres the script:
this.createEmptyMovieClip("drawing_mc",this.getNex tHighestDepth());
this.onMouseDown = function() {
drawing_mc.lineStyle(10,0x000000);
drawing_mc.moveTo(_xmouse,_ymouse);
onMouseMove = function() {
drawing_mc.lineTo(_xmouse,_ymouse);
}} this.onMouseUp = function() {
onMouseMove = noLine;
}

View 1 Replies

ActionScript 2.0 :: Drawing Board Stop Draw

Jun 14, 2004

This code is from a drawing board, the problem is:

1- When you click outside the drawing area, a dot is drawn (thus you cant click anything except inside drawing area because it will result in undesired dots)

2- When you drag outside the drawing area the dot is drawn (bad), the pencil doesn't draw (good), but if you drag until reaching the drawing area draws (undesired, because it should only draw when you started to drag from inside the drawing area)[code]...

View 6 Replies

ActionScript 2.0 :: Changing Drawing Board Pen Colour?

Mar 19, 2005

im making a drawing board and i want users to be able to press colours on my swf to be able to change the colour of the pen how can i do this? if you dont know what i mean just check a paint package out and look at how you chose your colour thats what i want to do?

View 9 Replies

ActionScript 2.0 :: Changing Color In A Drawing Board?

Feb 21, 2005

in a flash drawing board... how do i get it to change color of the pen... i know how to draw.... but not how to change color

View 3 Replies

Flash :: Drawing Board In Professional CS 5.5 Installed Or An Extension?

Sep 20, 2011

Is there a drawing board in Flash Professional CS 5.5 installed or an extension? I want to use it to display a text string, and the user would be able to draw above the text. For example I could display a question and the user would be able to circle the right answer. Is it possible?

View 1 Replies

ActionScript 2.0 :: Drawing Board - User Can Only Draw On Specified Area?

Jul 14, 2004

I need to know how to script the drawing board as in the user can only draw on a specified area. For example, on a 800x600 layout, only 1/4 of it is the drawing board.After the user has drawn the image, when he/she clicks on a button, the image will be replicated on another area in the same 800x600 space. So far, I can only manage to make a drawing board on the whole 800x600 space and erasing.

View 2 Replies

AS3 :: Buttons - Move An Image Up Or Down On Mouse Click

Sep 21, 2010

I have 2 buttons that i made an up arrow and a down arrow. I would like them to move an image up or down on mouse click. Although i made the button rollover actions previously and i got the script below from researching online. Now I am not sure if i should even bother with it. I thought if i could get the actionscript to recognize the buttons and tell it what to move the (the ad) I could get them to work. But haven't figured out how to do that and if i have to make custom buttons for this. see what i have below thus far.

[Code]...

View 3 Replies

ActionScript 2.0 :: Click To Move - Faces Towards The Mouse

Jul 12, 2009

I've got a game were you click and a plane moves towards that spot, the problem is making it face were you clicked. i can get it so that the plane faces towards the mouse but thats not really what i want.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved