ActionScript 2.0 :: Flash Interactive Eraser?

Sep 5, 2003

does any1 know how to do a flash interactive eraser?it's something like the other flash paint programs,but unlike those programs i have found so far,they only have a button for erasing the whole screen...i need a flash program that uses an interactive eraser tool...

View 9 Replies


Similar Posts:


ActionScript 1/2 :: Make A Custom Eraser Tool Using Flash?

Sep 26, 2010

I did make a eraser tool. But once I begin to erase a layer, the background layer is visible. I want the layer just below the topmost layer to be visible.
 
For eg consider 2 layers. Layer2 is above Layer1. When I perform erase on Layer2, I see the stage background. I want to actually see Layer1 when I erase from Layer2.
 
Here is the code I used: The comment entry shows that, I have tried that possiblity.
 
import flash.display.BitmapData; 
var linkageId:String = "myimage";
var myBitmapData:BitmapData = BitmapData.loadBitmap(linkageId);

[Code]...

View 3 Replies

Flash :: Copy Channel (BitmapData Class) - Eraser Tool

May 3, 2011

I am developing an application similar to MS Paint. I am building a Flash Paint application. The basic structure is this. I have two layers namely topLayer_mc and bottomLayer_mc. The actual vector drawing is drawn on the top layer and onmouseUp of the tool, a bitmap copy of the vector graphics on the top layer is taken and added as a bitmap to the bottom layer. The top layer is cleared subsequently. It is working for the pencil tool.

Now I need to create an eraser tool. This is where things get tricky. In the application there is an option to save the image as png, so alpha has top be preserved. So the coventional method of draw a brush using the vector and using the draw method of bitmap will not work. Of course, on a visual level it would work if the brush drawn using the vector is to have the same color as that of the background. The eraser's are rectangular in shape.

The technique I am tring to use is to use the copyChannel method of BitmapData class. Specify a channels (say GREEN channel )hex value as 00 and make it as the source. Then make the destination channel ALPHA. I got it working without using movieclips as shown below.

[Code]....

View 1 Replies

How To Get A Bigger Eraser

Jun 7, 2010

i see there are various choices in the dropdown, but i still need it bigger. can this be done?

View 3 Replies

Professional :: Stuck On Eraser Tool

Mar 13, 2010

Mac OS 10.4.11; Flash CS3.I cannot change the tool any more. It's stuck on the eraser. It doesn't erase anything, but I can't change it to another tool.I uninstalled Flash, preferences and all, and re-installed it, but the problem persists. Interesting is, my customized workspace is still there, even though I had all preferences and anything else that has the name "Flash" deleted.At the same time the computer opens both CD trays when booting up. Never did that before. So I re-installed the OS, but that didn't help either.

View 1 Replies

Professional :: Eraser Moving Over The Area?

Mar 31, 2010

however i'm not able to use eraser, when i select the eraser shape and mode i can see a eraser moving over the area i actually want to erase, but in the end the layer is still there...  i did search all criss cross the menu, cannot find, i'm sure it's something funny, how can i apply eraser fully?

View 3 Replies

ActionScript 3.0 :: Creating Eraser Over The Image?

Oct 25, 2011

My issue -I drawing with the pencile over the image and want to erase that graphic but not able to suucees please give some solution.My backgroud page is image and i am adding zoomIn/ZoomOut functionality to image. Is there solution to erase only graphic part and Image will remain as it is?

View 6 Replies

ActionScript 3.0 :: Eraser In Drawing Tool

Jul 4, 2011

I have a requirement to create a drawing tool. I have completed till where on mouse down i can draw and on mouse up i stop the drawing. Now i want a eraser in place; something very similar to what is there in paint. So on mouse down of the eraser and moving over the line segment should erase the portion of the lines.

View 5 Replies

ActionScript 3.0 :: Make A Eraser Tool?

Nov 11, 2010

I simulate a pencil tool in my application, now i want simulate a eraser tool, but no success. how can i eraser that lines draw by pencil in as 3? i try removeChildAt(0); it work's but all draw is erased. [code]...

View 1 Replies

Flex :: Implement A Transparent Eraser Tool?

Dec 29, 2010

How can I implement an eraser in Flex so that when it erases on an mx:Image, it makes the area transparent?

View 4 Replies

ActionScript 3.0 :: Eraser Tool On Uploaded Pictures?

Aug 26, 2009

Ive got this problem: the users of my webapplication can upload pictures and draw on them, but would it be possible to let the user erase parts of their uploaded picture (jpg or png) using the eraser tool?. like upload the picture and then convert it to a file that the user can manipulate?

View 2 Replies

ActionScript 3.0 :: Adding An Eraser To Custom Drawing App?

Jan 16, 2012

I've made most of my application now, which allows the user to draw on a canvas, I'm just not sure on how I would go about creating a button which allows the user to switch to an eraser, or what code I would even use?

View 3 Replies

ActionScript 2.0 :: Make An Eraser Which Will Reveal A Picture?

Aug 20, 2005

get the zip file which will be very helpfull. I made some screenshots in photoshop for help.

1). map jpg: That's the map

2). the map is covered with a black layer

3).the user changes (somehow) the _alpha property (before starting revealing the image) to -let's say- 60% and reveals with the eraser the path of the map up to some point.

4).the user sets the _alpha of the cover back to 100% in order to get the picture shown in the example.

View 2 Replies

Professional :: Eraser Tool Erase Stuff On All Layers?

Feb 15, 2010

In the previous version, the eraser tool only erase things on the single current active layer, but then in CS4 (maybe it's just my problem), the eraser tool simply erase everything on the stage, no matter which layer they are in, except in locked layer.
 
Is it a bug for cs4 or hv I set something wrong or what?

View 4 Replies

ActionScript 1/2 :: Pencil Lines Eraser Backspace Delete Doesnt Work In Script?

Feb 1, 2011

I have come against a problem whit this tutorial:i cant  erase my lines now i have a bit more then just a pencil and a hole menu whit it,now i have even download the tutorial file and in the file it doesnt work eitheri use flash cs4.ow i dont whant to have anything complex like actionscript 3but still an solution and if it isnt to hard can i make a eraser to?

View 3 Replies

Way To Create Interactive Flash

Sep 8, 2009

Where the site visitor would upload an image on my site and be able to add(drag and drop) images i provide in flash to edit the image.

View 3 Replies

Make An Interactive Flash App?

May 21, 2010

I've just started a new job, and I have the opportunity to do some work with Flash CS5 - I've never used Flash before and I'm excited to be learning new stuff! I have been tasked with creating an interactive thing... well, how 'bout I just show you

I've built it in Photoshop, but I need to make it come to life. The user should be able to grab the slider and drag it left or right and for the numbers to change appropriately. I don't even know enough about Flash to know what keywords to search to find a tutorial that'll show me how to do something similar!

View 5 Replies

Flash :: Interactive Cd-rom Software?

Jul 30, 2010

any software that can be used to create interactive CDROMs? we have a possible job whereby an interactive CD ROM with basic animation is required. Company information is to be placed in various "Pages", and if possible some kind of "catalogue system" for a lot of PDFs would be available.

I've seen some existing CD ROM makers but they all look really cheap and unprofessional (like cheesy banners and colours etc) - what would you recommend?

View 1 Replies

CS3 - How To Create Interactive Gauges In Flash

Sep 15, 2010

I'm creating an interactive gauge in Flash. The gauge has two needles and these needles need to be controlled by two text input boxes. That way, whenever a number is typed into the box, the needles respond accordingly.
var degree = (360/intRange)*Number(strValue);
var hist = (360/intRange)*Number(strHist);
var mneedle = needle_mc._rotation
var mpointer = pointer_mc._rotation
if (mneedle < 0){
mneedle = 360 + mneedle;
[Code] ......

View 2 Replies

Create An Interactive Flash Project?

Sep 14, 2009

I have been asked to create an interactive flash project where the user would be able to click on a main image and depending on what part of the image they click on, a movie clip plays, then goes back to the main image.
 
I am sure this is basic, but I have been researching, watching tutorials, etc for a week now and can't seem to get it to work. I am by no means a Flash expert and have really never worked in it. I do more Photoshop and Illustrator-type work. So Actionscript is new to me and really the whole interface is as well.
 
Would you all be kind enough to help me out? I am going to need some detailed explaination.

View 7 Replies

Flash :: Software To Incorporate Interactive 3d Into It?

Nov 17, 2009

We have used Enliven before to create interactive 3d apps for the web. Enliven uses the Viewpoint Media Player to work. We would like to be able to get the same results using Flash.

Is there a 3rd Party software out there that allows you to create interactive 3d objects and animations in Flash?

Here's a sample of something our company created using Enliven. HHI 3d Viewer

View 3 Replies

Professional :: Interactive Pano In Flash

Sep 14, 2010

I have made a panorama in PS CS5. Is it possible to export it to Flash in order to make an interactive Flash panorama, where I can pan around?

View 1 Replies

Professional :: Best Software To Do Interactive 3d In Flash?

Oct 26, 2010

We would like to create a training module for our client that shows them how to use a device like a cell phone.  We'd like to be able to use a 3d model (preferably created in 3ds Max, since we own that) and bring it into Flash, where they could click on various buttons and get feedback.I found something similar to what we're looking for on Newegg's site:
 
http:[url]...Just click on the "3d View" down below in the Overview section.What should we get to achieve this?

View 3 Replies

Flash :: Screen Saver But Within The Interactive Using Exe?

Apr 1, 2011

Creating a touch screen kiosk and need the gui to time-out to a movie clip (screen saver). Any tips on getting this started? I want the movie to stop when display is touched. I know it sounds like a screen saver but within the interactive using Flash exe (no web).

View 2 Replies

ActionScript 3.0 :: Interactive 3D Model In Flash?

Oct 31, 2011

I would like to make some kind of interactive 3D model in flash.
 
In the image below you see a 3D model. It's just an example to explain what I have in mind. You see a red disc 1, a blue disc 2 and a pushbutton. The idea is that the blue disc rotates (for example 45 degrees) compared to the red disc when you push the button. Is that possible in a 3D model that you also can turn around with your mouse?
 
I can make the models in Rhinoceros 4.0, that's no problem. Importing the model into flash is also no problem (papervision). But how can I add some interactives to the 3D model like a pushbutton and a slidecard?

View 1 Replies

Professional :: Create An Interactive Map With Flash?

Nov 18, 2011

I'm currently having an issue creating a set of buttons that are supposed to turn individual layers on and off.  The layers I have are: fishing spots, facilities, trails, map elements, an aerial photo, and parking lots.  It is giving error #s 1119 and 1120.  Could anyone explain possible reasons I'm getting these errors.It might be worth mentioning that I used a tutorial made with Flash CS4, but I'm writing the code in CS5.  Here is the exact code I'm using:
 
spots._visible = false;
facilities._visible = false;
parking._visible = false;
elements._visible = true;

[code]....

View 4 Replies

Flash - Video Format That Can Contain An Interactive TOC?

Jan 4, 2010

Would it be possible to have a video (MP4, FLV, F4V, or some other popular format) contain a table of contents that the user can click to seek to different sections of the movie?

View 2 Replies

Flash :: Options For Interactive 3D Models On Web?

Jul 15, 2010

what my practical options are for publishing interactive 3D models on the web? I would think either Flash or Silverlight would be the way to go, but even if this is the case, perhaps there are some frameworks already available based on theseDetails:Fairly simple modelsMust support 'bones' and joints etc.Some level of user interaction requiredSome animation required.

View 9 Replies

Flash - Building Interactive Map Of All States

May 23, 2011

I've been tasked with building an interactive map of all the states in the US and just wondering what the best way is to go about this? I know I could build this fairly easily in Flash but one of the requirements is for it to work on an iPhone so obviously that rules Flash out!

Requirements:
Must work across all browsers and handheld devices.
Must be updatable via Wordpress.
Must include a small info box that pops up when each state is hovered.
The look of the map will be designed by us (we'd want complete control of this as we're graphic designers!) so this also rules out a custom Google map.

I've done a search on here and found two examples, the first is exactly the kind of thing we want but is done in flash - example I don't think I'll be able to create popup bubbles when hovering over each state. An example I like is - Transmit's feature section. How was this built and how could I recreate something like that?

View 1 Replies

Interactive 3D Diagrams In Flash? (not Bars)

Jul 20, 2011

I'm searching a (free or commercial) Flash component that can display 3D diagrams (three axes) and allow the user to interactively rotate the diagram.The kind of diagram I'm talking about looks like this:The component would be used to display various three-dimensional arrays served either from a server or JavaScript.I think I could write such a component myself, but really want to avoid to reinvent the wheel...
Any .swf available that does this?

View 1 Replies







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