ActionScript 2.0 :: Logic Error Or Flash MX Limitation?
May 6, 2002
This is my problem that I have been fighting for way too long. I have a grid with some 300 boxes in it. I want these boxes to populate the grid randomly with random number of boxes populating each time.
My grid is a MC and all of the squares in it are the child of a another MC. All squares are named 1-300 and as you can see in the array, I am testing just 18 right now. I am hoping that it is possible to do what I want to do with an array because I think it would save me a lot of time and save computers a lot of processor juice.
I have been able to get the setProperty to affect the squares that the array points to, but it won't move on to any other squares. Or it will make the entire MC invisible.
CODE for frame 1:
//This code should wipe the grid clean
Boxes = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18];
for (count = 0; count<=18; count++) {
[Code].....
View 9 Replies
Similar Posts:
May 29, 2011
I have the following logic in my code
if((leftCombo.getSelectedIndex() !> rightCombo.getSelectedIndex())&&(rightCombo.getSelectedIndex() !< leftCombo.getSelectedIndex())
Doing something wrong obviously.Here are the errorsScene 1, Layer 'Layer 1', Frame 1, Line 112 1084: Syntax error: expecting rightparen before not.Scene 1, Layer 'Layer 1', Frame 1, Line 112 1084: Syntax error: expecting identifier before logicaland.Scene 1, Layer 'Layer 1', Frame 1, Line 112 1084: Syntax error: expecting semicolon before not.
View 2 Replies
Feb 24, 2011
i have a really high movie clip (~14 000px), and i want to set it's registration point to bottom left, but i get an error trying.Url...What is this silly limitation, can i turn it off? I cant stop wondering why adobe would put this kind of restriction in their software.?
View 1 Replies
Feb 24, 2011
i have a really high movie clip (~14 000px), and i want to set it's registration point to bottom left, but i get an error trying...
What is this silly limitation, can i turn it off? I cant stop wondering why adobe would put this kind of restriction in their software...?
View 9 Replies
Mar 5, 2012
I'm trying to integrate a JavaScript multiple file uploader into a website. I've worked with Uploadify before and wanted to go with that. The difference in this case was that I needed to allow a large number of files in the upload queue (up to 500).
Everything works fine in Firefox, IE6-9 and Safari. Except for Chrome, where when selecting more than 232 files at once (using the Flash file select dialog) it doesn't do anything (the file select event is not triggered for the JS script to capture).
At first I thought it was an Uploadify bug, and decided to try Plupload as an alternative. Problem is that I hit the same dead end with the Flash version of Plupload, it just won't do anything when selecting more than 232 files at once.
Is this a known Flash Player limitation/bug in Chrome?
View 1 Replies
Feb 5, 2011
I was given a task to make a match making game in actionscript 2, problem is, i have very little knowledge about the language (well, and how matching works in as2, what are the important codes, code emplacements, and all I am new in AS2, and i really need a lot of help with our project. :)
I plan to match images. But.. I was planning to have a sort of "Compatibility" match-up game, like,..let's say we have two batteries, one has a 50v capacity(how do u measure batteries?) then the other has a 100v capacity, then there's this battery slot that only accepts a 50v battery, then you will have to match this 50v battery to that battery slot, that's my concept for the game, sir. I hope you got what i said, sir. :D
View 1 Replies
Mar 22, 2011
how to design logic gates using flash?its a part of a project
View 4 Replies
Aug 11, 2010
@ 1) I have a big problem with Math.random logic in the animation on the top of this website ( danceacademy.cz ). If you leave it for lets say 3 minutes it'll start breaking (see for yourself please).
@ 2) Also animation shows mostly the Yemi guy which is undesirable behavior . That's because he is on the end of the code ( else { // In case the random number is 1 myMainMovieClip = new yemimain(); )
[Code]...
View 1 Replies
Aug 16, 2010
I'm trying to visualize the results of a quiz in ActionScript 3.0.What I would like some input on is how to best link the "filters" (top right corner in attached image) to the data source in a flexible OOP way.The result array now contains both number of correct answers and meta data about the person taking the quiz. The meta data could be both discrete (sex) or continuous (age).
results = [{name: "Lisa", correct: 5, sex: 0, age: 52}, {name: "Peter", correct: 3, sex: 1, age: 32} ... ]
How do I tell the boxes to, for example, change color when I change filter?Should each box object hold its own data or should there be some sort of controller listening to the filter object to dispatch an event and thereafter call a box.setColor method?
View 2 Replies
Jun 25, 2009
Here, I have draggalble box but I need to drag in limitation. just say position of x and y is greater than 30 and less than 130 . But have no idea to do limitation.
package {
import flash.display.Sprite;
import flash.display.Shape;
[Code]....
View 2 Replies
Jun 28, 2009
I don't need to deploy an HTTP server and all the connections are made on port 80, the default HTTP port, which is generally not blocked by firewall.Unfortunatly at the end of my work I realized that the flash socket component has some limitation on using port 80.[URL]As nobody is interested by this report, I now think that this limitation is done on purpose by Adobe. I don't know exactly why, may be to force to use their data service product.
I can understand that. But what I am hangry about is that nowhere in the documentation of the socket component there is an information about this limitation. I guess lot of people lost time trying to reach an unreachable goal ! And most of the time you find the problem at the end of the work because local connection is working ok on port 80.
View 1 Replies
May 7, 2011
Im developing a flash based image gallery with a spin effect. at once you see only few images but you should have the option to reveal more images similar to this design [1]: http:[url].....jpg [Flash Photography Template]: http:[url]....I need the logic, should i just play with the tweens or it could be dynamic with action script?
View 1 Replies
Jul 24, 2010
I just read that adobe flash put a limitation on movie clip size to 2700 px widht or lenght...
Is that true ?
Apparently, this decision (if true) was made to limit movie clip size and time to load....
Since Flash cannot keep formating, I am building "text documents" in Adobe InDesign, then export it in .swf...
Some of my .swf are longer than 2700 px.....
So, if the limitation is true, is there a way to bypass that limitation.... ?
View 3 Replies
Feb 23, 2012
we have an origin server where video materials are stored and one edge where clients are conected to.
If i allow clients to connect directly to core server it can go easily to 1000 users without any problems. If the clients connects to edge after 100 users the player will start buffering the video every few seconds.
On the other hand if i connect a FMLE to core ( same video bitrate as materials already encoded ) clients can connect to edge and there is no problem
( tested with 1000 users ) and no buffering issues appeared.
There is no IO wait problem on core, edge is configured not to use any cache. There is no connectivity isssue between master and edge.
Both origin and edge are 4.0.3.
View 7 Replies
Dec 7, 2009
I am using the ExternalInterface on Flex 3. We are actually using flex to compress a large amount of DOM data, so this is specifically being used with LARGE data. To further investigate, if there is a limitation, is this universal? (IE. Silverlight) First, let me state that this is being done with an application that was made by inexperienced software engineers. This is an app that we need to buy time by compressing the data so that we can build a long-term solution. We have no other options, unfortunately. Background: This is an application that is actually a web-spreadsheet. Our long term solution is to make a Office Business Application.
View 2 Replies
Dec 9, 2011
Would like to understand the basic process behind an ecard before I attempt to construct one!Obviously there could be the following elements:Initial web page containing a Swf (choose swf) offering a user a choise of ecards and a consisting of a series of text input fields to collect recipients and senders address and a message. With actionscript that calls a php file on the server.
Passing variables holding the card choise the card text the email from and to etc from swf to php file.The php script runs and creates a copy of a swf card, the one chosen by the user(swf1) It populates the swf copy with text from the variables set by the choose card swf.the php then sends an email to the recipient address with ? and this is where I am unclear?Does it send an attachment of the swf1 or how does it do it?
View 2 Replies
Sep 19, 2005
Im doing a tutorial in a book that moves a car from one end of the screen to the next by buttons.When you release a button it moves the car 10 pixels more down the X axis.The code confuses me and I want to understand it Please Help!
Here is the code:
// stop the cars traveling
stop();
// callback for onPress event on 'back' button
back_btn.onPress = function() {
// move my car -10 pix
[code]...
Why does the - sign and + sign appear before the = instead of after?Is this a logic operator(-= or +?Why doesn't putting the - sign or + sign after the = work?
View 2 Replies
Jan 19, 2011
In a RIA application you are supposed to put as much business logic as possible outside of the RIA layers (flash/silverlight etc). What is the reason behind this? Any logic that goes into the presentation tier gets the benefit of executing faster...
Is this because the RIA technology will most likely need a face lift down the road and you will have to rewrite all the business logic?
View 3 Replies
Aug 26, 2009
i missed something in the Aplly of ColorTransform, but i can't see...I made a background for the menu buttons that changes depending to the container x position.the problem is that it changes the text color too, and I don't figure why... here is the code :
Code:
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
import fl.transitions.easing.*;[code]......
View 2 Replies
May 3, 2010
I want to update 50 "Circle sprites" (sprite with a circle in graphics object) on a timer event. Each circle's radius and position is calculated with a formula based on preloaded xml data.
[Code]....
View 4 Replies
Jul 15, 2010
which everything seems fine, but when i implement a slider on a page inside a folder in the root (i.e. aboutus/index.aspx) i get that error when the slider is trying to call the images.I have similar slider animations in pages located in the root folder and in those i get no problem at all, seems it only happens when the page is located inside a folder.The website is done using main.master on asp, maybe the cache or rendering of the website is missing something, hope someone has had something similar or know how to get around this.
View 2 Replies
Jul 9, 2009
Where I can find a complete set of Flash CS3 logical errors and what they refer to? I know Adobe has a list but for some reason it is incompelete.
View 2 Replies
Oct 19, 2009
I'm working on an app which will, like most apps, have a whole boat load of buisness logic, almost all of which will need to be executed both on the server and the Flash-based client And I'm trying to figure out the best (read: least complex) way to implement the rules engine.
These are the parameters of the problem:
The rules engine must both run in a web browser (ie, in Flash Player) and on the server. Duplicating the logic (eg, by writing a "server" version and a "client" version) would be an unacceptable risk. The input/output data is fairly complex, so serialization is a nontrivial problem. We are currently using AMF for all of our serialization needs, and using another protocol would add significant complexity So it should probably be avoided. It is infeasible to implement a "rules description language". Experimentation has shown that rules are sufficiently complex that any such language would need to be Turing complete Which would also add a significant amount of complexity. The rules engine will not need to make some, but not very many, service calls.
Currently, the best contenders are:
Writing the code in ActionScript, then running it on the server. In theory it's possible to start up an AVM instance, get it long-polling a gateway, then pass data back and forth that way But that seems less than ideal. Writing the code in haXe. I don't know anything about haXe's AMF support, so that could be a deal-breaker. Something involving Tamarin. Seems like a viable option, but I haven't done enough research to tell either way.
View 1 Replies
May 24, 2010
i want to develop AI car(opponent) in car race game what should be my direction to develop them with less complexity because i don't have any idea. because the player car is moving on the scrolling track plz suggest me should i have to use relative motion or way point concept but that should also be change on the scrolling track (i.e. player car movement)
View 3 Replies
Dec 2, 2010
I have the following code below. Is there any way to shorten it by putting it in a for loop. I want all values to be false, apart from go2 which will be true
Code:
var goArray=[go1,go2,go3,go4, go5];
var go1:Boolean=false;
var go2:Boolean=false;[code].....
View 9 Replies
Jan 31, 2010
I want to shorten this piece of code with conditional logic:[code]But i keep getting this error - TypeError: Error #1009: Cannot access a property or method of a null object reference.
View 4 Replies
Apr 11, 2006
I am trying to figure out the mini putt logic.. I understand that you give an angle and force then hit the ball. Now, once it hits a border, is it : the straight angle of the border minus ou plus (depending on the side) the angle of the ball that gives us the bounce angle? Any tips/formulas welcome
View 2 Replies
Jul 31, 2010
I'm builiding some sort of data portfolio in a section of a website. The method i'm using is the next one:
- Load an XML with all the data
- Call a function to build the portfolio.
- Use a "for" within said function to place all of the images at their respective positions
So, what I'm trying to achieve is to place the all of the nodes at the same time on and off screen following the next pattern:
[Code]...
View 1 Replies
Nov 6, 2011
Tested versions:
4.5.
Our problem is: When we used Flash Media Developer Server 4.5 (Trial), we can use Share folder. However, when we bought Streaming Server and deployed with same file structure, we can't use Share folder but Local folder only.
Is there any limitation of using Share folder in Streaming Server?
Configuration:
It's standard. we set fms.ini in Windows.
i.e., VOD_DIR = C:Program FilesAdobeFlash Media Server 4.5applicationsvodmedia
View 1 Replies
Nov 29, 2011
I'm going to setup a web server for streaming h.264 video for flash player and ios device.I know that I need the vod with HDS and HLS, and I don't need real live stream recording.At this stage, I have configured my apache server and use modules in FMS.I have referred to this document,[URL]It seems works fine now.Because I don't need to use FMS any more in my environment, what's the limitation I need to concern in terms of license, performance, etc. ?
View 4 Replies