ActionScript 3.0 :: Intermittent Error Talking Between Classes

Mar 17, 2011

I am building a quiz using XML for the questions and a ButtonTopLevel class to control the behaviour of the buttons tasked with choosing a question. Basically, the docClass imports the XML, makes sure it is fully loaded and then adds these top level buttons as children. I need to maintain the MouseEvent.CLICK in the button class because once the button has been used, it will switch to feedback mode and no longer be available as a button. Once clicked, the button says:

[Code]....

I have a sort of "go back" button in during development, and if I go back to the top level buttons and click any one of them, it works as it should. There is nothing undefined, with the possible exception of a variable or two I've declared and not yet used. Is it something in the way I'm telling the child to talk to its parent? My code is rather lengthy, but I will post if need be - just hoping it might be something I'm missing in this call to the parent.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Classes Talking To Each Other

Aug 27, 2010

Now I am trying to another very simple thing.

In my main time line I have:
var _side = new Side();
var _main = new Main();

I have Main.as and Side.as saved in the same folder as Main.fla.

Here is Main.as

ActionScript Code:
class Main {
public function Main(){

[Code]....

Now the Main.as knows nothing of the variables speed and velocity. Is there a way to reference back and forth? Say for instance I have a dog class that drinks water from the water class.

If it rains then the water class changes var Water from 4 to 8; When the dog drink the water he can drink until the water is gone, but how the water variable was changed in the water class not the dog class.

View 2 Replies

ActionScript 3.0 :: Custom Classes Talking To Each Other?

Aug 28, 2009

i'm still in the process of grasping my move from AS2 to AS3 (or from timeline coding to external classes), and here's a problem i've run into.i have two classes, for the sake of easiness, call them Class1 and Class2.in frame 1, if i have

ActionScript Code:
var c1:Class1 = new Class1();
var c2:Class2 = new Class2();

[code]....

View 4 Replies

ActionScript 3.0 :: Intermittent "child Cannot Be Null" Error

Jun 18, 2009

I have a slideshow which has an image preloader on it. I get an intermittent error - it only pops up sometimes, and sometimes it pops up once, and sometimes 4 times. After dimissing the error, the movie runs fine. Here's the error[code]...

View 2 Replies

ActionScript 2.0 :: Intermittent Failures Of .gotoAndPlay?

Oct 20, 2010

I have a function that fires when a movieclip is pressed. It determines what animation to play and then calls the appropriate function. When it calls FlipWinCard

"private function FlipWinCard( card:MovieClip ):Void
{
// save card so we can flip it back over.[code].......

Most of the time the animation plays correctly but sometimes the animation fails. This has lead me to place most of the followup code in a function that is called by the animation (so I don't change state without showing an animation to the user). I would like to get some clues as to why gotoAndPlay inconsistently fails.It's not always the first time in a run, so I can't blame loading. It just gives up sometimes.The frame is a constant so it's not like I'm guessing a number that should change, in my opinion.I made a watchdog timer to check for the animation so my question isn't a "how to workaround" kind of question.I think there might be better coding practices I'm overlooking and maybe you've seen this before.

View 0 Replies

Actionscript 3 :: Intermittent/staggered Loading Of An Object?

Jun 14, 2010

I've just recently tried my hand at actionscript 3 and have come across a road block.How do I go about rendering the cubes (cube1) intermittently, ie. staggered loading. I need the cubes to load a split second from each other.Below is a snippet of what I have so far:

var rows:int = 5;
var cols:int = 3;
var spacery:int = 100;

[code]....

View 1 Replies

ActionScript 2.0 :: Resize Slidshow Strange Intermittent?

Mar 29, 2006

Are the images showing up out of center? I'm having intermitent problems with the images not coming in the right place. Then if you click on one for a second time it may show up in the right place???Below is the code used to load the images... it was from a tutorial... I don't see

Code:
spacing = 10;
containerMC._alpha = 0;

[code].....

View 7 Replies

Flash :: Intermittent Bitmapdata Draw With Scaling Matrix?

Sep 10, 2009

We have discovered that when we draw one bitmapdata into another bitmapdata using draw, there is an upper bound on the scaling transformAt some point the IBitmapDrawable parameter ceases to be rendered on the target bitmap.Does anyone know what the parameters of this upper bound are? Is this documented somewhere?

View 4 Replies

Determine Whether Intermittent Failure Is Due To Bug In Firefox Or Flash Plug-in?

Aug 30, 2010

We have an old Flash application that has worked fine for years, but intermittently fails on latest versions of Firefox. Using the same version of the Flash Player, the application runs fine in Internet Explorer. Recompiling the product is risky, and I'm trying to fully understand the problem before resorting to that. I'd like to be able to point to a known browser or player bug, but I can't really say where the problem is yet.I've gather the following information using Charles Proxy:The Flash application gets a list of files it needs to load. It requests a file then waits until the Flash Plug-in dispatches an Event.COMPLETE before requesting the next file. During this process I can see the HTTP requests and server responses. When the application "hangs", Charles Proxy reports that the response actually completed; however, Firefox's status bar shows "Transferring ..."

Sometimes for an extended period, I can't recreate the problem at all. At other times, the hang-up happens over and over again.Finally, if we switch to using https instead of http, the problem NEVER happens. Because Charles Proxy shows Status Complete while Firefox shows that a Transfer is still occurring, I speculate that the problem is actually in Firefox. I believe that Firefox is failing to recognize when the file actually finished loading, and therefore it fails to tell the Flash Player. The end result is that our code gets no Event.COMPLETE from the player and cannot continue requesting files.

View 1 Replies

Actionscript 3 :: Streamed PNG Using URLStream Intermittent When Server Is Bogged?

Dec 14, 2011

In my case I need to be able to cancel loading as the user could possibly be scrolling through alot of images and the if not canceled it can take a few minutes to catch up to the scroll position.So after research the URLStream class seems to cure this problem and I found a good streaming class hereThis class works very nice except when there is heavy load on the server causing lag.When this lag happens the class will dispatch the complete event yet the image will not show.Watching the download with HTTPFox shows the image in fact does get loaded.

I assume there is some kind of delayed issue with the URLStream class and the author of this class tried to correct it using the setTimeout method. I also tried delaying the dispatching of the complete event using a timer and not dispatching until if( this.width != 0 ) was detected and this seemed to work much better.But it is still haunting me just not as often.

View 1 Replies

ActionScript 2.0 :: Movieclip As Button HitTest Working Intermittent?

Jul 9, 2004

I was playing around last night trying to learn simple AS to make a movie clip act like a button. I wanted the button movie clip to reduce the alpha value of the other movie clip when you rollover the button and when you roll off the button the alpha of the movie clip goes back up. It works, but if you keep rolling over and out of the button movieclip sometimes the alpha gets stuck at a certain value for a bit, then does what its supposed to. I'm using onEnterFrame () to do the hitTest constantly.

Here's the SWF and FLA files for you to look through:

hitTest SWF
hitTest FLA

Here's the AS code I used in the frame to do this:

Code:
onEnterFrame = function() {
if ( background._alpha > 100 ) {
background._alpha = 100;

[code]....

View 12 Replies

ActionScript 3.0 :: Flash Content Slider Has Intermittent Movement

May 17, 2010

I know the problem is with how I have this structured. Here's the code:
scrollHand.buttonMode = true;
scrollHand.addEventListener(MouseEvent.MOUSE_DOWN, beginDrag);
var bounds = new Rectangle(747,200,0,handLimit);
var dragging:Boolean = false;
var dy:int = 0;

View 2 Replies

ActionScript 3.0 :: Child Swf Talking To Parent SWF?

Aug 1, 2008

I have a SWF file that I call the a parent, it imports a number of SWF(children) which I can switch through. is it possible to have a function in the parent SWF that the child SWF can launch?

The reason I need this is because each child SWF is a sort of small game, so when each game is finished I need some kind of way to let the parent SWF know that the player can continue.

View 9 Replies

ActionScript 3.0 :: Talking To MovieClips From EventListeners?

Aug 13, 2009

im trying find out a value of a var from a mc called from an eventlistener.

//////////// as2 oldSchool ////////////
function loadPlayer() {
trace("myScene: "+this.myScene)

[code]...

View 3 Replies

ActionScript 2.0 :: Talking To Flash Via Javascript?

Aug 24, 2009

i can make Flash execute JavaScript functions, but I don't know how to communicate to flash with javascript. For example, I have a flash header with an XHTML body. When link is clicked in the body, I need the flash header to move to a new frame. The frame is dependent on the link.

View 1 Replies

ActionScript 3.0 :: Talking To External SWF Doc Class?

Jun 11, 2009

I have a file structure similar to the following:

LoadingSWF
LoadingSWFDocClass
ContentSWF
ContentSWFDocClass

In my ContentSWFDocClass I reference library elements that were "exported for actionscript", so they only exist in the ContentSWF. The ContentSWF compiles fine because my ContentSWFDocClass can find all the resources in the library....

The problem is that I need my LoadingSWFDocClass to talk to my ContentSWFDocClass. However, when I try to include a variable (or make any reference to something) of type ContentSWFDocClass in my LoadingSWFDocClass I get a compile error because the compiler doesn't recognize the library symbols that ContentSWFDocClass is referencing.

How can I get around this? I really need to reference elements in the library in my ContentSWFDocClass, and I also really need to be able to send commands from my LoadingSWFDocClass to my ContentSWFDocClass.

View 2 Replies

Animation - Flash: Talking Animated Characters?

Jan 1, 2011

can download animated talking characters for flash? I like to create a presentation which has an animated character similar to this -I was able to find (google) several tutorials for creating animated characters, but I'm not really good at drawing avatars, so now I'm looking to download one (a .fla file)

View 2 Replies

What Is The Recommended Scripting Language For Talking Between Flash And Facebook API

Dec 10, 2009

Currently I have a flash based application (game) which I need to put on facebook, the users could save their scores and resume their game. For the task I was wondering which scripting language would be appropriate. And are there any API's available which could in the process. Or does one has to make all of it from scratch.

View 1 Replies

Actionscript 3.0 :: Prototype - Interface - Get Content Swfs Talking To Each Other?

Sep 21, 2009

I've got a container swf that loads a few content swfs... now what I'm trying to do is get those content swfs talking to each other (the site is [URL], where the home slideshow, work and firm sections are each separate flash files). Specifically, I'm trying to get buttons on the home slideshow to link to their respective projects in the work section.

I've got home.swf dispatching a custom NavigationEvent when a button is clicked, with the clicked project's id attached to it. My index.swf catches the event, but this is where I'm stuck. I can't get it talking to work.swf. As far as index is concerned work.swf is an instance of Loader, and doesn't have the functions I'm trying to call. Right now the functions are on the timeline on frame 1. Do I have to move all the AS in work.swf into a document class and implement an interface that I can use to cast the Loader in index.swf?

View 1 Replies

ActionScript 2.0 :: Nested Buttons Not Talking To Main Timeline?

Sep 27, 2004

Basically I am trying to get buttons that I have in a drop down menu load an external .swf into an empty movie clip placed on the main timeline. However for some reason it is not working. The buttons are contained in a movie called "menuItems" which is then placed in a movieclip called "mainMenu" which is then placed on the main timeline.

on (release) {
_parent.gotoAndPlay("reverse");
if (_root._root._root.currMovie == undefined) {
_root._root._root.currMovie = "personalData";

[Code].....

View 3 Replies

ActionScript 3.0 :: Reference Error, Creating Classes On The Fly?

Jun 28, 2009

I am trying to load the movie clips in my library one by one, using a for look and tween them but it seems as i am getting an error Stuff in my Library

6 movie clips
car_mc1
car_mc2

[code]........

View 13 Replies

ActionScript 3.0 :: Flash Classes Inheritance Error

Aug 9, 2010

I am trying to pass a value from the Doc class to* subClass1. This part work fine. subClass1 receives the value and sets an internal variable to the value it got from the Doc class. When I set subCl[code]...

View 4 Replies

Flex :: Error : Classes Must Not Be Nested --> Actionscript?

Nov 23, 2009

I write a actionscript fileIncludeMyFile.as :

package CustomComponent
{
public class IncludeMyFile extends Object[code]......

View 2 Replies

ActionScript 3.0 :: Error# 2025 And Classes Communication Again

Sep 9, 2009

1. I've created a menu which works almost what I want, but after I click a button and roll over to other buttons, it would show error. It show the error at the output panel but everything still working fine

Code:
private function bgGlow(event:Object):void {
//Disable menu below
event.parent.button.visible=false;

[Code]....

View 3 Replies

ActionScript 3.0 :: Weird Error Involving Classes And Loaded SWF

Jan 28, 2010

My project is about a header.swf that calls a nav.swf (with a menu and other stuff) and also inits a slideshow through a Slideshow class.This is in header.swf:[code]I renamed the XmlParser class to "XmlParser2.as" (as well as other references to it) and then...it worked...what the hell was going on here?

obs: I tried that also: I commented all the code inside the "initSlideShow" function, keeping the XmlParser instantiation, and the nav.swf didn't show as well.

obs2 : i didn't had XmlParser.as imported cause it was in the root directory. ( i explicitely imported it and tried to compile but same thing happened)

obs3: nav.swf uses the XmlParser.as to load two menus, however I don't believe it has anything to do it since it's a file that is already compiled, at the point I try to load it into header.swf, right?

View 2 Replies

ActionScript 3.0 :: 1067 Error And Instantiating Custom Classes

Feb 10, 2009

I am having an issue where I cannot use my own classes in CS3. When I try to create an instance of one class inside another class, from within the same package like this:

var t:myClass = new myClass();

gets me 1067: Implicit coercion of a value of type myClass to an unrelated type Class.

The constructor for the class is simply:

public function myClass():void {
this.isactive = false;
}

View 2 Replies

ActionScript 3.0 :: Error 1172 - Can't Find Additional Classes

Nov 27, 2010

I just start reading Advanced Game Design with Flash and downloaded it's source files. Where I use Flash CS5.

The goal is to create a StatusBox that is a class in an other place then the project files are.[code]...

View 2 Replies

ActionScript 3.0 :: Error #1069: Property RotationX Not Found On Classes.LargeCard

May 11, 2010

I have an image which I have converted to a movieClip, I have exported the movie clip as an AS class and have some code in the class which adds some text to the movieclip. What I want to do is rotate the movieclip around the y axis but I get the following error:

ActionScript Code: Error #1069: Property rotationX not found on classes.LargeCard

How can I rotate the movieclip without using the timeline?

View 4 Replies

Actionscript 3.0 :: Load Classes Ex:flash Display.Sprite(); And Get Error Messages?

Feb 22, 2009

I try to load classes ex:flash display.Sprite(); and I get error messages. Not just with this code with any class I try to implement. why this is happening. Am I missing the folder that has all of the classes in them in Flash CS3.

View 3 Replies

Actionscript 3 :: Importing External Classes - (Error 1120: Access Of Undefined Property)?

Aug 20, 2011

I'm currently working on a Flash platform game and I'm trying to make each level have its own class that defines a hitTest function (Each class is linked to the MovieClip of the level), which would allow the character to walk on the level. Whenever I try to import the subclass into the Document class, errors start popping up and it is driving me crazy (Error 1120: Access of undefined property)

Document Class (Class_Main.as):
package
{[code]....

View 2 Replies







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