Professional :: Droping Bombs From An Airplane?

May 15, 2010

2. Go to frame 6 on that file

3. Test the movie, right click and press play until you go to frame 6

4. I need the flash to go to frame 1 after the bomb hits any platforms (walls, roofs,    whatever).

5. Send FLA attachment to [URL].

View 1 Replies


Similar Posts:


ActionScript 1/2 :: Make Airplane With Moving Banner Behind It?

Apr 15, 2010

How I make a airplane with with a moving banner behind it?

View 3 Replies

Flash :: Drop And Drag Problems With Droping Onto Another Object?

Oct 25, 2011

I have a drog and drag exercice.

dict[box_a]=obj1_mc;
dict[box_b]=obj2_mc;
dict[box_c]=obj3_mc;

[code]....

View 1 Replies

ActionScript 2.0 :: When Trying To HitTest Bombs With Boundries / Enemies Inside Of 'world' Movieclip

Jun 5, 2006

URL...The game has a helicopter centered on the screen (the heli movieclip is in Scene 1, frame 1, Layer 2). Then I have a "World" movie clip on Layer 1. Inside the world movie clip are the enemies, weapons, and boundries of the map.The world movie clip is moved when the controls are used to make it look like the helicopter is moving (although it is actually stationary). When the space bar is pressed, the "bomb" movieclip inside of the "world" movie clip is duplicated, and the duplicate is placed at the correct coordinates in the "world" movieclip so that it seems like it is coming out of the helicopter. This is all working as intended.The problem comes when trying to hitTest the bombs with the boundries/enemies inside of the "world" movieclip. The "boundry" movieclip is also inside the "world" movieclip, and is part of the Boundry class. The hitTest is inside my "bomb" class. Heres the code:[code]But the hitTest just doens't work. I've tried every combination of legal hitTest statements between the two movieclips, and it wont work. As you can tell from the SWF...the bombs explode seemingly randomly. SO somewhere...somehow...the bomb is colliding with the boundry.

View 1 Replies

Professional :: Possible To Load Html Page Inside Adobe Flash Professional

Aug 26, 2010

Is It possible to load Html page inside Adobe Flash Professional or Adobe Flex.

View 1 Replies

Professional :: Can't Get Transparent Background In Adobe Flash Professional CS4

Jul 29, 2010

I'm wanting to create a moving object that will be exported into a tv commercial. Object has already been created in Adobe Illustrator, and now will be dropped into flash for adding movement. The destination commercial will be created in Sony Vegas, with the settings of (Australian) PAL television (25 fps, 576x720 pixels, lower field first).Thus keeping it simple, I want to set Adobe flash with the same output format, meaning that the canvas will have to be 576x720 pixels at 25 fps.  So far this seems to have worked okay.Now I'm wanting to get rid of the canvas colour, just like I have here in this photoshop screen shot.
 
Judging by the colour palette in Flash Professional, it looks like it can't be done.  I've checked "transparent palette" through yahoo and google, and had no results.  The adobe documentation only details how to remove a background in Photoshop.

View 1 Replies

Professional :: JPEG Gets Messed Up When Saving In Flash Professional CS4

Sep 1, 2010

I have created drawings in Adobe Flash and saved them as .fla files. However, when I try to save the files as JPEGs beyond a certain resolution (such as 4000x4000 pixels), the image gets altered. Essentially, it get's cropped, but some background is left in the  remaining pixels.
Original image (.fla)
Jpeg image (with the saving problem):

View 2 Replies

Professional :: Purpose Of Flash Catalyst, Professional And Builder?

Sep 20, 2010

I'm a bit confused with the purpose of these programs. For example if I want to create a game or utility app that runs on air. Can I design it in Flash Professional and later open in Builder for more heavy coding? Or is Catalyst supposed to be used as the design program?
 
I used to think that you design stuff in Flash Professional and then open the project up in Builder to do more deep coding.

View 1 Replies

Professional :: Flash MX Professional 2004 Fails To Open On Mac Osx 10.6.7

Apr 27, 2011

i am trying to install a copy of Flash macromeadia 2004 mx profesional. the software installs fine when i go to open it it apears in the dock and nothing happens. right clicking on the icon in the dock the program says it's not reasponding.
 
on the box on my flash it syas made for mac osx 10.2.6 and my mac is running mac osx 10.6.7

View 3 Replies

Professional :: Save When Use Trial Version Of Flash Professional CS5?

Sep 21, 2011

I downloaded the trial version so I could work on the final project for class but for some reason when I tried to save it my computer froze up. Is this because the save feature is turned off for the trial version or was it just my computer? If I can't save using the trial version than I wasted memory on my computer and a lot of my time downloading the trial version that isn't going to be very useful to me.

View 2 Replies

Professional :: Correct Failure Of Flash CS4 Professional?

Sep 25, 2009

I recently purchased and installed Flash CS4 Professional on my home computer (HP Windows XP Media Center Edition).  AS2 works as a Publish Setting, but AS3 does not function in any way.After my initial installation, I ran a CS4 update of all programs, including updating Flash CS4 to 10.0.2.I have uninstalled the software and re-installed it in the "simplified" mode.  Updated to v10.0.2; no change in AS3 failure.  I have run the Adobe Support Analyzer, and an error has been found in the installation log file (for both the initial installation and the re-installation).  But use of the Package for Support button (repeatedly, over 4 days) fails to upload and fails to produce a "key", yielding this message: "The storage server is unavailable! Please try again later."Here is what I mean by ActionScript 3 failure:With any script in the Actions-Frame panel, clicking Check Syntax produces this message: "This script contains errors. The errors encountered are listed in the Compiler Errors Panel."  The Compiler Errors Panel is always blank.  When I am working in AS2, an intentional script error immediately is identified correctly in the Compiler Errors Panel.With any script in the Actions-Frame panel, clicking Auto Format produces this message: "This script contains syntax errors, so it cannot be Auto Formatted. Fix the errors and try again."Any .swf produced with CTRL+Enter sits in its initial state and does not run or otherwise have interactivity..

fla files I have found the failure with include:  AS3 examples from the Adobe Flash website; AS3 files I produced with Flash CS3 Professional on a previous employer's computer; a simple "stop();" in the Actions-Frame panel for the first frame of a movie clip.I have also made sure that my computer has updated versions of the Flash 10, 9, and 8 players.  A .swf file (AS3, Player 9) I made with my employer's Flash CS3 software runs fine on my computer.  But producing a new .swf from the same .fla file on my home computer with CS4 yields an inactive file.Adobe technical support is unable to deal with ActionScript problems and referred me to the community of Adobe expert users.

View 14 Replies

Professional :: Flash Professional Adding Swf Files?

Dec 19, 2011

i am new with adobe flash and i have made 2 swf files that need to link to one main one, i am not sure what the actions should say. so far my programming for my main swf where i want all the other swfs to open from are:
 
var movieLoader:Loader = new Loader();function addMovie(event:Event):void {var movieRequest:URLRequest=new URLRequest ("slideshow.swf");//define a loader to load a movie to the stage//Set the loaders load property to the the var movieRequestmovieLoader.load(movieRequest);//add the image to the stageaddChild(movieLoader);//set its x and y positionsmovieLoader.x=0;movieLoader.y=0;}PictureSlideshow.addEventListener (MouseEvent.MOUSE_DOWN,addMovie);
function activateButtons() {  removeChild(movieLoader); }

[Code]...

View 1 Replies

Professional :: Flash Professional CS5 Freezing?

Jun 10, 2010

I'm running Flash Professional CS5 on Windows XP OS. When using Flash the program is freezing on me. So far this has happened when importing images to the stage, publishing the file and testing the movie. My only option is to force Flash to close. Sometimes, this freezing is accompanied by the standard "Adobe Flash has encountered an error and needs to close" message, but this is not always the case. This is my first time using Flash, and I'm creating a video using ~400 BMP's so the .fla file is quite large (12MB).

View 6 Replies

Professional :: "Download Now" Button Not Working For Flash Professional CS5.5 Trial

May 30, 2011

I was going to download the trial version of Flash Professional CS5.5 but when I got to the download page it wasn't downloading. The "Download now" button was there, but it was unclickable, when I clicked on it it didn't work, plus it was a little dimmer than I remember it was when I downloaded another trial. I'm also using the latest version of Google Chrome and I tried downloading it on IE and Firefox.So, is there any solution to this?

View 4 Replies

Flash 10 :: Converting Adobe Flash Professional CS5.5 .fla To Adobe Flash Professional 8

Jul 29, 2011

I'd like to convert a Adobe Flash Professional CS5.5 .fla file to an Adobe Flash Professional 8 .fla file. Is this possible without downloading Adobe Flash Professional CS4 and CS3?

View 3 Replies

Professional :: CS4 - Can't Set What Should Be On The Top

May 18, 2010

<body><p>hello!</p><p> </p><p><strong>problem 1.</strong></p><p> </p><p>Why the blur and frame is covered by two books, while i set it should be on the top?</p><p> </p><p style="text-align: center;"><a href="http://img94.imageshack.us/i/32651165.png/" target="_blank"><img border="0"

[code]....

View 1 Replies

Professional :: SEO Changes From CS4 To CS5?

Oct 10, 2011

My site that mainly has Flash was recently updated with a file made from CS5. In my google dashboard there are a lot of new keywords that are only in the Flash file. My page ranking also dropped from 4 to 11. Does anyone know if any changes from CS4 to CS5 could have caused this? If so, what can I do to disable this compatibility with search engines?

View 1 Replies

Professional :: Security In The Swf?

Feb 27, 2007

I'm a designer considering creating a video project with Flash. I've read some of the security threads on the board, but they are way over my head. I will have a simple Flash file with text and a dozen imported FLV video files.If I use the "protect from import" option, will that keep the videos from being stolen from within the swf? Or, is that just a mediocre hurdle that can be easily overcome by someone wanting to dig into my file?

View 4 Replies

Professional :: Convert DVD To SWF?

May 15, 2009

Is there any easy solution for converting DVD to Flash? I have an instructional DVD that I need to add to a website.

View 5 Replies

Professional :: Add URL To A Button?

Jul 6, 2009

Alright I know this is gonna seem ridiculous, but I've done it a few times and something always goes buggar.. so using a button already made from a template the code is this: 
 
onClipEvent (load) {
num = 5;
link_num = _root.getMenuSystemOrder(num-1);

[Code].....

View 6 Replies

Professional :: Convert Swf To Mov?

Aug 20, 2009

I have a swf video with sound and I would like to convert it to a mov file. When I inport the swf file into After Effects, the sound does not inport. How can I convert this file to a mov file along with the sound? I have Master Collection CS3.

View 5 Replies

Professional :: How To Convert Swf To Mov

Dec 18, 2009

I have a swf file that I need to convert to Quicktime mov file. I have looked on the internet and found many programs but they are all trial and you must purchase to fully complete the conversion.

View 5 Replies

Professional :: Can A _mc Be Controlled Within Itself

Jan 5, 2010

I have a _mc made visible by, instruct_mc._visible = true;Once the _mc is visible I would like to have a button 'within instruct_mc' that will make, 'instruct_mc._visible = false; again' is this possible? If so what would the AS2 command have to be because the button dose nothing until I take it out of ' instruct_mc

View 4 Replies

Professional :: Zooming In/out On One MC Of Many?

Jan 11, 2010

I'd like to have my viewers mouse over any of the MovieClips on the scene and using the keyup / keydown have only that MC scale up or down.  The scaling should only effect the moused over MC.Here is what I'm using for the scaling on one MC now...
 
var Listener:Object;Listener = new Object();Listener.onKeyDown = function(){    if (Key.isDown(Key.UP))     {                    container._xscale = container._xscale + 10;            container._yscale = container._yscale + 10;    }     if (Key.isDown(Key.DOWN)) {                    container._xscale = container._xscale - 10;            container._yscale = container._yscale - 10;    } };Key.addListener(Listener);

View 2 Replies

Professional :: .swf To .mov With Many Restrictions?

Jan 11, 2010

I am trying to convert a .swf to .mov in Mac Leopard, and I have many rules to follow for this particular purpose.
 
.mov must be 640x480 or 720x480under 50 MB(my restriction) needs to look really good  I have tried the following:
 
Export from Flash to .mov - I get 300 MB and it looks pretty badThis converter [URL] couldn't even take my .swf for some reasonThis converter [URL] works (37 MB) but the quality is pretty lowBring the .swf into Premiere and then export, which works great, but the file is 737 MB - even when I lower the quality all the way down to 1 

View 5 Replies

Professional :: CS3 - Run Swf From Browser?

Jan 12, 2010

I have a swf that uses actionscript 3.0 to drag and drop images, activate buttons that run movie clips and manage the display list. It runs flawlessly when I execute it directly (i.e. double-click the swf), but I want to publish it on the web -- so I used File -> Publish to create the necessary html file, but when I run it in a browser (I've only tried IE) the initial screen looks perfect, but none of the buttons and drag and drop features work. Also,when I run the swf using File -> Publish Preview, it fails exactly the same way if I choose HTML, but works perfectly if I choose Flash.I created a pared-down version of the fla (see the code below) to try to isolate the problem, and the behavior is exacly the same.I'm attaching the swf and html files for the pared-down version.

- actionscript 3.0 code -----import flash.display.StageDisplayState;import flash.display.Scene;import [code].....

View 12 Replies

Professional :: How To Export *.flv Or *.f4v

Jan 20, 2010

I don't see any export settings to export in *.flv or *.f4v format.   Do I have to convert *.swf to those formats?

View 1 Replies

Professional :: Best Way To Export To .gif

Jan 22, 2010

I made a banner for my company that I'd like to turn into a .gif file for our marketing strategies portion of our site.  I am new to flash and can't seem to find the right export/publish settings to get the cleanest possible .gif file.
 
Would anyone mind looking at my attached .fla file to see where I might be going wrong.  All of the images I imported into flash were edited in photoshop CS4 and saved as .png files.  Is this the preferred method?  When I export my animation it slows down and becomes all grainy.  I am trying to create a .gif similar to the one I have also attached that was created in flash by a professional design firm.  What would this guy (the guy that created the attached .gif file) have done differently? 

[Code]...

View 4 Replies

Professional :: One Page Per URL?

Feb 3, 2010

I thought that this was worth posting. If you're creating a Flash-based web site, it is very important to create Flash sites that support "deep linking."

View 1 Replies

Professional :: Can't Get Swf To Reload

Feb 12, 2010

I have a simple flash website it is in AS3. Inside the website is a portfolio with a link to "print," "web," and "motion." When they click on motion, I have another swf that runs -- so far so good -- however, if they click off the "motion" page to look at any other page and then decide to go back to the "motion" page the swf no longer runs. The code I'm currently using is below. The swf that runs from the "motion" page is a component that I bought that is in AS2. Prior to buying it I asked the developer if it would work in AS3 and was told yes. I have posted these questions to the developer and have received no answer.

[Code].....

View 2 Replies







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