ActionScript 1/2 :: Join Two If Statements Together?
Dec 3, 2006
I want to join two if statements together and I'm unsure of the syntax. This is what I have but it is obviously wrong. if (Key.isDown(Key.RIGHT) or if (moveRight_btn.onPress){
If they get a question wrong in my quiz ( weakest link) the money clip goes to zero and it goes onto the next question. If they get it right the money clip advances and they go onto the next question. I want to include each time that it should only go onto the next question if all questions have been asked. SO i want an extra if clause in both sections, saying if current question is more than 11 go to '#game over"The questions are saved in the frame of the quiz
_root.qArray = new Array("question: A;B;C;D") _root.qArray.push("Question?:A;B; C; D")
There are 11 questions.At the moment at the section with choosing answers I have
function selectAnswer(n) { // correct if (answers[n] == correctAnswer) { _root.money.nextFrame();
We are a group of beginners flash developers, and we are making a first game, but we are working in a part each one. So we need to know how we can join the differents files .fla that we are making in only one file .fla is it possible
I have 2 movieclip on the stage:movie1 and movie2so i need to join these 2 movieclips in just one called movie3 in way that when i call the movie3 it displays me movie1+movie2.
I need to delivery a proyect on friday and I need to join several swf files. I create buttons like for example ENTER when I click on it I place the function
[Code]...
and it works itload the new file but I can see the other file so what to do is to delete, erase or anything to not see the previews swf i will have back and foward buttons
I want to develop a "Join the Dots" game. I am anewbie in flash. I want to let the users join the dots to form alphabetical letters. If they do it correctly, they gain scores.
I need to add one array to another (only care about saving the joined one). Which is the preferred way of doing this? Speed is the primary concern followed by readability (I consider Option 1 to be a cleaner option). I assume it might also depend on the length of the arrays, but are there any good guidelines?
I've got 3 variables called pSize1 = 15, pSize2 = 16, pSize3 = 17. I have some radio buttons that have the data: 1, 2, 3. depending on what radio button is pressed, I need to trace the data in either pSize1, pSize2, or pSize3.if they user presses the first radio button, it returns data 1, how can I combine that with "pSize" to return 15, and not "pSize1". What i have tried so far:
Code: var listenerObject:Object = new Object(); listenerObject.click = function(eventObj:Object):Void { thisSize = eventObj.target.selectedRadio.data[code]......
I'm currently testing Flex/AIR for a new software that we have to design to display data received from the network and I'm very excited about all possibilities Flash offers in terms of UI and how easy it is to quickly develop a nice-looking, portable application, compared to other technologies (like Java, though richer in terms of API but harder to write code reusable for desktop, Internet and mobile apps, and not so good looking ).
The application itself gets data from a multicast group and formats it on the screen (images, graphs, ...).
So I'm really willing to use Flash to build this app and after a few benchmarking/prototyping I'm using a DatagramSocket (AIR-only, that's fine) to read UDP datagrams and it's working fine except for two tiny things on which I couldn't find any answer: I can't have the socket join a multicast groupI can't set the send/receive buffer size for the socket I have a lot of code in C and Java for that and both are just a single call to "setsockopt" function: In C: setsockopt(sock, IPPROTO_IP, IP_ADD_MEMBERSHIP, &group, sizeof(struct ip_mreq)) - where "group" describe the multicast group to joinsetsockopt(sock, SOL_SOCKET, SO_RCVBUF, &sz, sizeof(sz)) - where "sz" is the number of byte to use for the receive bufferIn Java it's even simpler, using a MulticastSocket: sock.joinGroup(group)sock.setReceiveBufferSize(sz) I tried to use Alchemy to write simple functions to create an UDP socket and have it join a multicast group but alas, the "socket" call returns -1, as it seems that sockets cannot be created in Alchemy environment (though compilation works without problem...).
I find it hard to believe that I'm the only one needing these two tiny "setsockopt" calls... I found on Adobe forums people trying to set the TCP_NODELAY option on a socket (also using setsockopt in the end) but without success...
By the way, the data come from an electronic board and is somehow coded in VHDL so I can't use RTMFP on that, though it seems to implement the functionnalities I need (or at least the multicast group part, the receive buffer size would be a bonus).
Well, I'm rather disapointed by this as Flash fills remarkably 99.9% of the application needs but this tiny 0.1% makes it impossible for it to get the data, thus making it useless...
And we don't want that I turn to Silverlight, do we?
I am wondering if any one can point me in the right direction. I have a number of sound objects. I am wondering if there is any way I can pull out the byte arrays and stitch them together into as one bytearray.
There's an array, lets called it arr1. There is a switch, that pushes argument to this array, but after the switch ends, I'm stuck at join("").split("");
var arr1 = []; switch (myString) { case "apple": { arr1.push("apple"); break; }}} arr1 = arr1.join("").split("");
I know is simple, but I never had experience with arrays in flash before, I just realized join("") was used to convert the Array to string, but isn't split reversing this?
Ok, I am new to Flash and I am using CS3. I just learned about creating lines and choosing their end cap styles and joint style. I created 2 lines that were connected, highlighted both with the selection tool and tried to change the join style to miter. It would not work. I also tried round and bevel but they would not work either. I did this over and over with many different sets of lines, and I could not change the join style. What am I doing wrong?
I know there is a way to determine how many users can connect or "join"( in a manner of speach) per second, and how to set a maximum number of users in the queue to join, this does not mean though, that the server will reject all or any petitions after a certain number of players are connected or viewing a stream, which is what we need to do. anyone know if its possible to do this and how?
in other words,we need to set a limit on how many users can be watching a stream at any given time, be it by stream or by server, it matters little, we just need to get it set..
For the life of me I can't work out how to replace a "/" character in a string!? Using the standard myString.split("/").join("-"); does absolutly nothing to the string. I've heard the odd story of adding double slash ie. split("//") but that has no effect either.
I know there is a way to determine how many users can connect or "join"( in a manner of speach) per second, and how to set a maximum number of users in the queue to join, this does not mean though, that the server will reject all or any petitions after a certain number of players are connected or viewing a stream, which is what we need to do. anyone know if its possible to do this and how?in other words,we need to set a limit on how many users can be watching a stream at any given time, be it by stream or by server, it matters little, we just need to get it set...
they are two seperate files i am wondering if there is a way i can join them together so that once the "Test" button on the interface is pressed the quiz is started,
Is it possible to join an object to an other object?So if i rotate object "A", object "B" should rotate too."A" object is fixed but object "B" is dynamically added.I attached an image.The green object is always on the stage but the purple one is added when you play the game. When you add the purple one i want to join it to the green box. The green box can be rotated (second picture).This is where i want to "join" the purple to move together.
I am trying to use if and else statements and failing. I am either completely missing their purpose, or just not writing the correct code. Scenario: I have designed a gallery that consists of animation in movie clips that are placed on the time line. With the if/else statements I need Flash to know what movie clip the user is on, so that the users next action loads the correct movie clip.
How to do a rollover button where you rollout and it doesn't another option depending on the current frame. So I decided to open up another actionscript file and do a test so that I knew that I could make an if statement work in a barebone state. And I can't get it to work
First I stated my variable to be 0. I added 3 buttons. Button One makes the variable unit "myVar" to 1 and Button Two makes it 2. And my output button reacts to these variable changes. But it doesn't work.
ActionScript Code: One_btn.addEventListener(MouseEvent.CLICK, OneV); Two_btn.addEventListener(MouseEvent.CLICK, TwoV); Output_btn.addEventListener(MouseEvent.CLICK, OutputV); var myVar:Number = 0; function OneV (event:MouseEvent):void { [Code] .....
well after I made all of the conditional statements I came to the conclussion and the annoyance that I cannot retrieve the statements value, I need help:[code]it does not return the value.. why?
After searching for how to do this i discovered the Get/Set functions of as.3. The only problem is that i am not experienced enough with this kind of statement to get it working, so i have come here to seek from the wise and masterful members Here is some more info:Inside a fla called "Main" i have 2 MovieClips. The first is called Main and has a class linking to the com/Main.as file which has this code:
used to be able to handle variables and if else statements back in AS2.0, but I don't know how to go around them in AS3.0For instance, a code like this:
i have got a project im working on that requires if statements
basically im wanting to create 2 or more statements detailling if an answer is right, to move onto the next question but before it does that, to play an audio clip then move on. the next statement will be similar, but i cannot remember how to create them i.e. the syntax.
if i could get a response ASAP that would be gr8, as i have 2 weeks to get it done.