ActionScript 3.0 :: Stage Accessed Differently With The GetBounds Method In An External File Than In The Timeline?
Aug 2, 2011
The following piece of code works in the timeline:
var ball:Sprite = new Sprite;
addChild(ball);
ball.graphics.beginFill(Math.random()*0xff0000);[code].....
Is the stage accessed differently with the getBounds method in an external file than in the timeline?
View 3 Replies
Similar Posts:
Oct 6, 2003
I've made a component to control the movieclip in the main timeline. The instance name of that movie clip passed as a parameter to the component. That is working fine in that file. But when that file loads into another SWF file, that containes a movieclip to hold the file that is being externally loaded, the methods are not working in that componentThis is the code of the component.
#initclip
function visiblerClass() {
this.what = this.insofitem;
[code].....
View 1 Replies
Oct 6, 2003
I've made a component to control the movieclip in the main timeline. The instance name of that movie clip passed as a parameter to the component. That is working fine in that file. But when that file loads into another SWF file, that containes a movieclip to hold the file that is being externally loaded, the methods are not working in that component.
This is the code of the component.
//------------------------------------------------------------------------------
#initclip
function visiblerClass() {
[Code].....
View 1 Replies
Aug 19, 2010
I have two display objects dispObj1, dispObj2. dispObj2.stage is null. (i.e. it is not added to stage anyhow)What should be the output of dispObj1.getBounds(dispObj2)?Is it well defined, or could it be arbitrary?Once I got x of boundingRectangle close to 6710785, which I guess is a symptom of an integer overflow somewhere.
But other times I got a reasonable value for x,y,width,height.
View 1 Replies
Apr 1, 2011
I am creating a vertical shooter game for one of my assessments. There are 4 levels in the game, the object of each level is to shoot as many enemies (spawn via an external as file) to build up your score before the time runs out. Once the time reaches zero, you get linked to the next level. The first level is called the graveyard which has skulls as enemies. Once the time reaches zero, this swf automatically links to the next level which is called haunted_house.swf. The only problem is the skulls from the first level continue to spawn on the new level. How do I stop this? The coding for the timer and to link the first level to the next is below:
[CODE]...
View 2 Replies
Sep 22, 2007
this code for a thumbnail gallery, the data is loaded from an XML file, [URL].. All the thumbnails are loading on the stage correctly and in the correct order when playing movie locally, but as soon as I try Simulate Download or view the movie from the web page the thumbnails lose there order.
[Code]..
View 1 Replies
Mar 14, 2012
Is it possible to host a class file separate from everything else on a website where it can be edited when needed? For example, I'm thinking that in the Linkage section of the movieclip you would put the path to the location of the as file on the website, so [URL] <--well I guess without the ".as".
View 1 Replies
Sep 16, 2010
I've run into a strange error and I was wondering if anyone had experience with this.I'm working on a flash platforming game and I recently released a demo. I was having a problem with the getting the file to play correctly when I noticed an error:The file plays differently depending on where the file is saved. For example:Platform Explorer (http://jrjellybeans.net/platformExplorer.swf).This file runs fine. Platform Explorer (http://jrjellybeans.net/flashGames/platformExplorer.swf).This file opens up the level editor. Yet, I make no call to the level editor anywhere in this particular file.The thing is that the files are EXACTLY the same. Just saved in different locations.
View 2 Replies
Feb 10, 2012
I started using Flash (for school) and I was doing an animation. It was going well until something happened. I'm not sure what, but the stage/timeline and SWF movie file were showing the same thing.....but now the SWF file doesn't display anything. I have text and image layers in my project and it shows when I play it (by hitting enter).....but when I preview it.. nothing shows. Did I accidentally change a setting...
View 9 Replies
Nov 20, 2009
All I'm trying to do is load an external .swf file into a precise location on the stage of my existing Flash file. I've spent an hour and a half on this site search and found nothing. What do I add to my loadMovie command to place the file at specific x,y coordinates?
View 3 Replies
Mar 19, 2009
In trying to keep file size down for download time... I have a SWF file that I have placed using the "UILoader" component (not sure if this is the correct thing to do)... what I would like to work out is how to make a preloader within my main timeline for this SWF file when it comes in. I hope that makes sense - I am very new to all this and struggling with terminology etc. I figured Actionscript would be what I need - but no clue right now...
View 10 Replies
Feb 4, 2012
I have an external as file.I was wondering what I put in it to update a textField I have manually drawn on the stage? so what I'd normally put in the timeline is:
myField.text = 'tester';
what would you put in an exteranl as file, and do I need to include:
import flash.display.MovieClip;
import flash.display.Stage;[code]....
View 11 Replies
Jan 7, 2007
is there a way to communicate (transfer variables) from the timeline in flash9 to an external .as file? ive tried making a movieclip symbol in flash and making a external class file for it(and then linked the 2 together) but when i try to get code from the first frame in the timeline to work with variables in the actionscript class file, it doesnt work.specificly what im trying to accomplish is a menu that i can access to change variables while my movie is playing.
View 5 Replies
May 15, 2009
In my externally loaded text file, I want to place a link that will control a specific movie clip in my flash timeline.Is there a way to do this?
View 3 Replies
Dec 28, 2005
I am using flashmx 2004. I am creating a presentation where the main (suppose "main.swf" )movie has seven "lebels" on the timeline. I am require to link to external swf files for each lebel which I can do by using the button script :
on (release) {
loadMovieNum("externalmovie1.swf", 0);
}
[code]........
View 1 Replies
Jan 11, 2011
I have just started using external AS3 files to try wean myself off using code in the main time line.I am importing an XML file using an external as3 file, but cant return the values to the main timelineIt worked when I used the trace option, but I need these values to dynamicly populate a movieclip on stage (another problem I cant add movie clip to stage even though I have the linkage etc)AS3 Code ----------------------------------
package com.teamSelection
{
import flash.display.DisplayObjectContainer;
[code].....
View 4 Replies
Aug 12, 2011
I have a few external audio clips in MP3 format that I bring in to my SWF by creating different Sound Channels for them. However what I would like to do it when the end of the MP3 file is reached, it will dispatch an event to make the playhead on the main timeline move to a certain frame.
View 2 Replies
Sep 21, 2010
I have a problem when making flash applications with more than one frame that has symbols placed on it in that I can't declare all of the event listeners for the objects at the same time and I have found that even if I put them all on the first frame, add the event listeners, then click through to the next frame then the buttons won't work on that frame.
Does anyone have any idea how I could solve this? I did consider myself a fairly competent AS3 programmer until I realised I had no idea how to handle this sort of thing. Solved: I initialised the clips from my external class and then addChild'd and removeChild'd them as I needed to and placed their x and y on addChilding.
View 2 Replies
Jun 19, 2011
I am very new to Flash and am looking for some help with linking a class I made that will shake the mc when hovered. Right now, I have all 8 mc on the stage. I had it working with repeating the code for each button but I wanted to make it into a class that way I could emininate some of the code.
I have linked each button by selecting "export for actionscript" and set the base class to "ShakeButton" and each class is named after the mc name. the mc names are just 1_mc - 8_mc.I am getting an error of 1120: Access of undefined property shaker_mc.Here is the code that I have in the ShakeButton.as file
[code]....
View 2 Replies
Jun 10, 2010
I have a .as file which calls up different screens onto a main stage. Where would I place the coding to get an external .swf file to appear on the stage? my code looks as follows...
For the main page...
package {
import flash.display.*;
import flash.events.*;
public class Main extends MovieClip {
private var intro:Intro;
[Code] .....
I just can't seem to combine them properly in order to get the .swf file to load.
View 9 Replies
Sep 21, 2008
In my website I would like to import a external file into the stage .The appearance of this file is an image divided into a grid of 6 rectangles (each one a mcl). What I would like to do is, on mouse over, each mcl could rotate to show its back. The idea is when you click , let's say, Adobe the Adobe logo will appear divided in 6 rectangles and when you go over with the mouse they rotates to show Adobe products.
View 7 Replies
Sep 24, 2009
How do I get this code to work?
[Code]...
I can't tell how to get the code to interact with the objects on the stage.
View 4 Replies
Jan 21, 2011
When I add an object from the library to the stage in the timeline (by putting the script in the timeline) it works but when I try to add it from this .as file nothing happens.
[Code]...
View 1 Replies
Nov 8, 2011
I have one fla called index.swf it import another swf called (home.swf) through addChild()In home.swf, there is a button.i am trying to make this button activate an event in index.swf I tried using root but not worked I tried use stage but neither worked.
View 4 Replies
Sep 3, 2010
I m loading an external swf file on main stage which has some links, I want if I click on any of these links the timeline of the main stage should chenge.
View 1 Replies
Apr 15, 2012
I want to load my external SWF file using the following code in "Panel4_mc" instead of on stage. How can I do it" function btnClick(event:MouseEvent):void {
[Code]...
View 4 Replies
May 9, 2009
I am building a pretty basic app which pulls data from an XML file and displays it on my site. It's basically for displaying reviews of other sites so each record has a title, image, description, rating and URL field.I have got as far as being able to display one record at a time, however I would like to dynamically add new placeholders depending on how many reviews there are for a given category.In Flex you can do this with I think it is called the repeater component. However I am not sure the best way to achieve this in flash? So to summarize I guess I am looking for a way to dynamically add new elements to the stage for each record in my external XML file for a given category.
View 7 Replies
Jan 8, 2009
I have a dynamic textfield called neighName on my Flash stage. I also have a movieclip that I call a region on my stage. When I mouseover the region, I want a word to display in a little popup *and* I want some text to display in my textfield. I have an external .as file for handling the region. I can make the code "see" my region, but I can't seem to make it see my textfield, although no errors are being thrown.
View 1 Replies
Jul 9, 2010
Can the background color of the stage be changed from an external XML file?
View 5 Replies
Aug 27, 2011
I'm importing a cool external photo gallery .swf; however I can't figure out the stage settings. I created an empty movie clip and added the import script in there. Works good and can align clip where I want, but the .swf file is not appearing as a 550px X 413px contained .swf. It stretches to fit the main stage.
View 2 Replies