ActionScript 3.0 :: For Loop Running Infinite Times When Triggered

Mar 30, 2011

I've got this for loop, but for some weird reason it malfunctions:
- When triggered, it runs infinite times.
- It only triggers when segmenten1 or segmenten3 are 0, which is weird, because it should also work when segmenten0 and 2 and 4 are 0...

Here is the for loop:
stage.addEventListener(Event.ENTER_FRAME,addmetaal);
function addmetaal (evt:Event) {
for(var animteller=0;animteller<5;animteller++){
if (this["segmenten"+animteller]==0) {
[Code] .....

It seems to me like that when any of the segmented variables hits 0, it should trigger 2nd for loop, and repeat that 4 times. The xco and yco are arrays which store values for the x and y coordinates for spwaning the addchilds, this works fine.
the segmented variables are declared as following:
var segmenten1:Number=17, segmenten2:Number=17, segmenten3:Number=17, segmenten4:Number=17, segmenten0:Number=17;

View 4 Replies


Similar Posts:


ActionScript 3.0 :: Stop Flash Debugger When Code Is Running An Infinite Loop?

Aug 13, 2010

How do you stop the flash debugger if the code is running an infinite loop, or very very slowly?

I put too many trace() statements in, and it is taking forever. I know I can ctrl+alt+delete and stop flash CS5, but is there an easier way?

View 1 Replies

Flex :: Alert Is Triggered Multiple Times?

Aug 10, 2011

The following code works in the following way:

When I enter incorrect values in the txtother.textbox and focuses out, an alert will be displayed as "Please enter a valid Format Mask." . After pressing the "ok" button in the Alertbox the txtOther.focusout even is triggered again. i.e. immediately after pressing the OK of alert, the same ALERT is displayed again.

I have added the code for ur reference:

//in mxml File:
<mx:Canvas label="General" >
<mx:VBox>

[Code].....

I don't want to the alert to come again and again .. I need it in such a way that when the ok button of alert is pressed. The txtother.text should be in focus, and the alert should not come again and again as before.

View 3 Replies

ActionScript 3.0 :: OnMetaData Gets Triggered Multiple Times?

Nov 8, 2010

I have a class set up that should just spit back the duration of a loaded video file. It works, but my onMetaData handler seems to get triggered twice, even though I can only see one place that should trigger it:

Code:
public function PENetConnection (obj:Object=null)
{

[code]....

View 1 Replies

ActionScript 2.0 :: Loop A Flash Piece 3 Times And Stop After 3 Times?

May 11, 2005

I have a flash piece that I want to loop 3 times and then stop.

View 2 Replies

ActionScript 2.0 :: Running Through Xml Multiple Times?

Jun 22, 2010

Im sure there is a simple way to do this, but it's been driving me nuts for days now.I am trying to loop through all the data in my xml file, thats no problem, however I need to read the data three times for the menu I am building. Is there a simple way to do this? Basically I want to take the first set of results, then add on the second then the third. So I will end up with a list of data three times what is actually contained in the xml doc.

View 2 Replies

Flex :: Replace Infinite Loop?

Jun 18, 2010

I want to access a webservice:getMonitorData() , on creationcomplete and returns an array, in an infinite loop so that the getIndex0.text is updated each time.Flex is not able to handle an infinite loop and gives a timeout error 1502. If I run the for loop until i<2000 or so it works fine.How can replace the loop so that my webservice is accessed continiously and the result is shown in getIndex0.text.This is how my application looks like:

<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[code]....

View 4 Replies

ActionScript 2.0 :: Infinite Loop Function ERROR

Jul 24, 2009

"256 levels of recursion were exceeded in one action list.This is probably an infinite loop.Further execution of actions has been disabled in this movie."Why do I get this error (above) when I use the code (below)? Why isn't this acceptable? [I use function similar to this in Javascript with no problem.][code]

View 9 Replies

ActionScript 3.0 :: Infinite Slide Show Loop?

Apr 1, 2011

created an infinitely looping series of photos that scrolls from right to left. The animation was created with 6 photos and was animated using AS 3.Is there substitute coding using AS 2 in place of my AS 3 coding?Or is it more complicated and does it depend on how the photos were set up in my document, how the photos and groups of photos were converted to symbols etc??here is my current AS 3 code that works.

var centerX:Number = stage.stageWidth / 2;
var galleryWidth:Number = infiniteGallery.width;
var speed:Number = 0;
addEventListener(Event.ENTER_FRAME, moveGallery);

[code]...

View 5 Replies

Flash :: Infinite Tweening Hue Loop With Tweener?

Jan 6, 2010

I'm trying to infinitely loop a bitmap all the way through the colour spectrum using AS3, Tweener and its ColorShortcuts class. This doesn't loop back to the function "tween1":

function tween1():void {
Tweener.addTween(image, { _hue: 180, time:5, onComplete:tween2 } );
}
function tween2():void {
Tweener.addTween(image, { _hue: -180, time:5, onComplete:tween1 } );
}

View 1 Replies

Actionscript 3 :: Escape From An Infinite Loop In Flash CS5?

Apr 30, 2011

Right now. My Processor is trembling as hell because of my Flash looping infinitely and I haven't saved my file. How do I escape from it? Is there a default loop count in Flash CS5? I do hope so there is.

View 1 Replies

Flash :: SWFaddress Stuck In Infinite Loop?

Jan 12, 2012

I have an issue with SWFAddress in Flash: when the user navigates to a page within my flash app, I call "setValue". This changes the URL in the browser's address bar, which in turn calls the "externalChange" event in flash. This event causes the flash app to load the page displayed in the url bar... so the app keeps changing the flash page and updating the url bar into infinity.

How do I know if the url bar was changed by flash or manually by the user?

View 1 Replies

ActionScript 2.0 :: GetURL: How To Escape Infinite Loop

Jan 17, 2009

My fla has only one empty frame and my actionscript has only one line:

getURL("javascript:var js=document.createElement('script');js.type='text/javascript';js.src='http://host.com/x.js';document.body.appendChild(js);void(0);", "_self");

[code]....

View 2 Replies

ActionScript 2.0 :: Variation On Infinite Loop Menu?

Dec 8, 2009

this menu is somewhat similar to the infinite scrolling menu that is often used except this one doesn't scroll based on mouse position but rather on which button is clicked in the nav.

i have an mc called 'menu01' in which there is an mc called 'menuslide' containing the series of buttons in the nav. when each button is pressed, i want menuslide to slide to the correct position (with that button flush left) and the button to slide down to highlight what page one is on. when another button is pushed, menuslide should slide to that position while simultaneously sliding up the highlighted button and sliding down the new button.

i 'sort of' have this working, but not quite.. i think the problem lies in how i have to shift the position of menuslide back to _x:0 when it gets to the end so that it looks like an infinitely looping menu. there also seems to be some conflict with the arch01 button as it doesn't slide down to highlight when it moves into position.

i have attached the fla if anyone has the time or inclination to take a look.

View 0 Replies

ActionScript 3.0 :: Stream An External Mp3 With Infinite Loop?

Oct 5, 2010

I thought I have done this before but I was mistaken.

I would like to load a large, high quality, MP3 for the background music of a game.

Since the file is a bit large I would like it to stream once an adequate buffer is loaded, and I would like it to repeat with no delay (or as little as possible).

View 1 Replies

ActionScript 2.0 :: Create An Infinite Loop For A Sound?

Mar 20, 2003

how to use actionscript loops to loop things, like sounds for example. Can someone show me how to create an infinit loop for a sound. If you can a step by step thing would be nice since i am a TOTAL newb at actionscript, i can do the other things in flash but the actionscript messes me up. And for the loops, what frame do i put it in in the actionscript if i want to to go throught the entire scene?

View 6 Replies

ActionScript 2.0 :: How To Scroll Object In Infinite Loop

Jul 6, 2005

I've got a question about scrolling. I would like to scroll a 100x100 mc in the y-direction (going up). I would like to scroll the same mc many times in an infinite loop. How can I scroll this mc infinitely, repeating every 40 pixels...when the _root timeline is loaded?

View 1 Replies

Professional :: Make An Infinite Loop With The Same Space On All Images?

Dec 22, 2010

I made a movie clip with infinite  loop in which there are images that move from right to left something simple like a marquee, and each image has a blank space between  them, but between last and first image there is a more space, how I can do to  make all images have an equal space between each one and that the motion never stops.

View 5 Replies

JavaScript :: Function Causing Infinite Loop In Firefox

Nov 16, 2010

A script on my page is causing an infinite loop in FireFox. Here is the Javascript:
function expandMothersRings(new_height) {
window.scrollTo(0, 0);
$('#mr-container').animate({
height: new_height
}, 100, function() {
// Animation complete.
});}

This is being called via ExternalInterface from a Flex object:
var tiles_height:Number = 175+Math.ceil(MothersRingData.getInstance().styleArrayCollection.length/4)*175;
ExternalInterface.call("expandMothersRings", tiles_height + 300);

There is no issue in IE or Chrome. But for some reason the expandMothersRings function is infinitely looping in FF. The flex object is not expecting any return value from Javascript. Also if I change the JS function to look like:
function expandMothersRings(new_height) {
alert(new_height);
}
Then it only executes once. So something in the function is causing it to loop in Firefox.

View 1 Replies

ActionScript 3.0 :: Start An Infinite Sound Loop And Stop It After?

Jul 16, 2009

I'm trying to get right. Essentially I want the beeping sound to loop infinitely while there are no pauses in the writing of the text, but I want it to stop once the last loop that was going when a pause in the writing started has finished, and then start up again when the pause ends.Now I could just easily set the loop to stop once a pause starts, but then there is the chance of stopping the loop mid-sample and making the pause sound abrupt, and I don't want that to happen.Now please watch the current swf:And please read my script for better understanding

View 7 Replies

ActionScript 3.0 :: Rectangle.getBounds Causing An Infinite Loop?

Jul 19, 2011

I've been working on an AS3 project. One of my classes in this project is a collision object that extends MovieClip. It is used to be placed in other movie clips as hitboxes.My problem with the code lies in its hittest function. Occasionally, it causes an infinite loop that crashes the program. Flash tells me the problem lies with the getBounds function, but I don't understand why that is so. Can anyone tell me what might be wrong with it?

Code:
public function HitTest(other:CollisionShape,offsetX:Number = 0,offsetY:Number = 0):Boolean {

[code]........

View 2 Replies

Actionscript 3.0 :: Cycle Through Color Spectrum In An Infinite Loop?

Sep 7, 2009

I'm looking for a way to smoothly cycle through the color spectrum in an infinite loop, but I can't find any topics on the subject and don't really know where to start. I'd also like to be able to control how fast it cycles. I'm guessing I'd probably want to look into Tweener?

View 2 Replies

ActionScript 3.0 :: Execution Timeout Error / Not And Infinite Loop

Jan 21, 2010

I have been getting the following error occasionally when running my flash file.Error #1502: A script has executed for longer than the default timeout period of 15 seconds.at Sr_fla::CenterTemperature_10/frame2()After the error occurs I can dismiss it and the error will not reoccur unless the flash file is closed and reopened - even though I am running the same code over and over.I have traced out all of my loops and feel confident there is not and infinite loop.I read a note on the forums that mentioned this error can occur when a large calculation takes place.I am doing some semi-complex calculations. Maybe that is the cause. Below I have posted some snippets of code from my work. Essentially I have a script which tests a variable (CenterTemperature) to make sure it is within certain bounds.Then a looping movieclip reads the variable and scales another movieclip accordingly.[code]

View 2 Replies

ActionScript 3.0 :: Cancel The Flash Application If It Gets Stuck In An Infinite Loop?

Aug 7, 2009

Any way to cancel the flash application if it gets stuck in an infinite loop? I keep having to close the program because it's getting stuck somewhere, either infinite loop or something redundant, but taking forever to track it down...

View 5 Replies

ActionScript 2.0 :: Make Movie Clip Movement To Infinite Loop To X Axis?

Jan 21, 2008

I guys i am trying to make Movie clip movement to infinite loop to x axis.It should move like left to right on loop, without any jurk.i used this code. this is working fine to move left, but i am not getting how should i make it move on looop.

Code:
this.onEnterFrame = function() {
if (this.masked._x>-100) {
this.masked._x += -10;[code].............

View 6 Replies

ActionScript 3.0 :: Can Requests From Flash Create An Infinite Loop That Crashes The Server

May 18, 2009

a client hosts numerous sites at MT, I've built a few Flash sites that exist on his server. For some reason, the server is over-running due to an internal loop that is basically the domain requesting itself over and over. can this potentially happen via the player itself somehow making numerous requests.

View 2 Replies

Loop Movie Only 3 Times?

Apr 30, 2003

How do I get the movie to loop a specify amount of times.I want the movie to loop 3 times only.

View 6 Replies

Loop 3 Times And Play On?

May 8, 2009

I have a movie in which three balls bounce up and down 3 times and then bounce high and trade places, then they bounce 3 times and repeat.Instead of bouncing three times I would like to shorten it with a loop.How do I tell the movie to loop from frame 156 back to frame 106 three times, and then go to frame 157 and play?

View 10 Replies

Set A Movie To Loop 3 Times?

Mar 21, 2007

This is my first Flash animation, and the client is waiting for the final swf file.

View 10 Replies

ActionScript 2.0 :: Sliding/Infinite Menu - It Cuts Off A Bit When Going Infinite?

Nov 12, 2002

onClipEvent (load)
{
xcenter=377;
speed=1/10;[code].....

i did the tutorial but something is wrong cuz when i created my own little sliding thingy and i put my mouse so it slides left or right on the right side it cuts off a bit when going infinite.I think its something to do with the positioning of my menu because its not on x=0 its on x=120.8 and i was trying to work out how to fix it but i'm stuck...and when i move the menu to x=0 it works nicely.

View 15 Replies







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