ActionScript 3.0 :: Keep Track Of Score, Then Give Result?
Oct 8, 2010
I want to create a very simple game for school. The user chooses answers based on questions, at the end the software presents some choices to the player based upon what they said. They have to choose food they like to eat, and the game tells them about the diet, they have 9 choices.I wonder how I should keep track of what they player chose, and how to come up with the result based upon those choices. I made it with a score, so each answer had a value, but various arrangements of answers had the same score. I'm new to Flash and Actionscript 3, I understand conditionals and variables but am unable to piece the logic together for this in my head.
View 9 Replies
Similar Posts:
Oct 8, 2010
I want to create a very simple game for school. The user chooses answers based on questions, at the end the software presents some choices to the player based upon what they said. They have to choose food they like to eat, and the game tells them about the diet, they have 9 choices.
I wonder how I should keep track of what they player chose, and how to come up with the result based upon those choices. I made it with a score, so each answer had a value, but various arrangements of answers had the same score.
View 1 Replies
Jun 10, 2010
I create a password and go to save the password and get an error saying it not in the table.The error was because i had to press generate php code.That was so fustrating. couldnt belive it . Ive just wrote the answer now if any 1 else has the same error. It was annoying .
//__________________________________________________ ___________________________________
http://library.creativecow.net/artic...o-tutorial.php
<?PHP
[code].....
View 2 Replies
Aug 10, 2004
Im designing my own game in flash, iv set up a score text box and it works fine. Except i just cant seem to get it to gotoandplay another frame,scene, when it hits a certain score??
View 4 Replies
Feb 17, 2004
i am building a shooting game and i was wondering if it is possible to have the movie go to frame 3 if the score = 500.I.E Score is displayed in a dynamic text box and everytime the enemy is hit the:
_root.score +=50
=============
on the first frame of the film i have the code
if (_root.score == 500) {
gotoAndPlay(3);
}
View 2 Replies
Feb 23, 2011
I have a result screen that shows bonus points and such. I want each text field to increment one after another and also have it increment by a certain amount each frame. Result Screen pops up. First is the player score check the player score, is it more than the score we want to display if the player score is greater than the player display score by 100 increase the player display score by 100 if the player score is greater than the player display score by 10 increase the player display score by 10 else increase the player display score by 1 when finished move to the next score...and so on. I have thought of using timers to move from one score to the next, but not being in an Event.ENTER_FRAME it only does one if then moves to the next one.
Also the if statement for incrementing the score looks ridiculous and I'm thinking there has to be a better way to do it. I was thinking of making it a separate function but then I wouldn't know what to return, or how to return it so it looks like its increasing and not just showing the total number instantly. I'll try to expand on it a little more.
View 1 Replies
Apr 11, 2009
I am web designer rite now I am making a banner in which I need to give URL for that if somebody click on it so the particular site will open.
View 2 Replies
Feb 25, 2009
i want to make it so when ever the ball hits the edges or the rectangle touches the ball it subtracts 5 points from the score but every second adds 1 point to the score heres the file ball-border-follow.fla
View 5 Replies
Sep 10, 2009
get the better result of my .fla movie,
* my flash movie loader is'nt working after uploading it to website (online).
* The Replay option has gone and not showing after the movie ends
* I want the "skip button" to show while movie is loading.
* my movie should automatically start playing after loading and after clicking "Skip INTRO Button" the page should redirect to next page (URL is defined in skip button action script)
View 2 Replies
Jul 6, 2011
I ams still experiencing some problems with ActionScript 3 and flash and I think it is because of variable scopes what I am trying to do is to make this code iterate exactly same number of times as flash does but the problem is again variable scopes here so please if you have time could you help me with converting it to c#?
[Code]...
View 1 Replies
Jan 30, 2010
I'm using UILoader companent and I'm trying to load another swf in my current swf.Can I give data from main swf to loaded swf or get data from main swf by loaded swf.
View 1 Replies
Dec 14, 2009
I have xml values already and I am trying to add a xml value to it myxml.value[i].@myset = "02"but when I try to add it with the code below it won't work properly and I was trying to figure out if the code is right for checking and adding xml if the xml does not exist.[code]
View 1 Replies
Jun 23, 2011
I got a MovieClip which will be a moving platform for a game. And I want to be able to just copy it and place in different places on my game map. But I would also like to give them different values such as, speed, distance to travel, and so on. In As2 I would put all code i needed for the moving platform to work, inside the MoviClip in it's first frame except for the variables, speed and distance which I would put on the MovieClip instead. In a "onClipEvent(load)". Then I could just copy my MovieClip and change those variables. But this do not work in As3 and I wounder if someone knows a good way to do this
[Code]...
View 6 Replies
Oct 13, 2009
so I've made a working score counter and all that working fine, but I cant find a way to make it follow the camera/player without glitching up.
View 1 Replies
Mar 11, 2010
I'm having some issues getting my top 5 score board to work.. it's done in AS3 and is saved using a shardObject - the loading/saving aspect works 100%, but the actual scores are getting confused and overwriting each other, EG if you get the top score, it replaces both the 1. and 2.
[Code]...
View 3 Replies
Apr 2, 2011
i have created a mini-game in CS3 that is like a race using KEY_UP and the score its equal to the number of times the the right key's go up. that is already done, my problem is to display the score. i'm a bit confuse of how to use a textbox. and the textbox have to appear on the Simbol that won. i create the textbox and insert its type input to appear on the tela, but put it to work with score is the problem :S
View 1 Replies
Nov 30, 2008
I'm trying to make an interactive quiz with a few key points:each answer has to add to a score, and the score has to be displayed at the end of the quiz in a dynamic text box.I've coded all the buttons and finished the animations, but I still need to set it up so each correct answer gives the player a point. How would I go about doing this, plus displaying it at the end? I might feel ambitious and try to have two different animations at the end, a "good" ending and a "bad" ending. How do I get the animation to go to a specific frame depending on the players score, depeding if it is above or below a certain number?
View 1 Replies
Aug 25, 2011
I am editing a flash game,I want that whenever user press the submit button,his score should be saved in the database at my Server.How i can achieve this task?I had got the variable in which score is stored.I can i send this to my database.
View 1 Replies
Oct 18, 2010
when a user clicks cardbtn button i want it to add 1 to there score.here is the code. i have a textfield called card_txt on the stage.[code]
View 1 Replies
Apr 14, 2011
I'm trying to display a score in CS4 using AS2.0. The score is out of 14, so the display should read "1/14", "2/14" etc. I've got some code that scores correctly, but would like the text box to incorporate the "/14" which is static text. If I sit a static text box next to the dynamic text box, it doesn't align properly. I've anti-aliased the text (Bitstream Vera Sans Bold), but the alignment is still not reliable, even checking type spacing, correct Y position on page etc. The code I have currently is:
var score:Number = 0;
function addScore() {
score++;
scoreBoard.variable = score;
[Code]....
In this instance, the "/14" is not displayed when the score is zero, then displays "1/14" when the score is 1, but then displays "a/14" when the score increases.
View 3 Replies
Jan 14, 2010
I have a character on the stage in my fla that when hitting a particle created in an a particle.as removes the particle. I have the code for removing the particle and also a score counter that adds one everytime a particle is removed (located in my particle.as). My problem is the score keeps resetting or I get sporadic results (not sure which) for example here I traced the results[code]...
View 1 Replies
Jun 6, 2011
I have deleted and earlier post where I think I askd to many qustions at once, so I'm breaking it down and solving one problem at a time.
I need to display the current score in a textField.
I have worked out how to display the initial valu (0), but having problems incrimenting the score.
Here is what I have come up with so far, but th score only changes once. It changes to 1 but I would of thought it would keep adding one on very press?[code]...
View 1 Replies
Mar 25, 2004
i just wanted to know how to creat a score. for example, i'm creating a brakeout game. and every time the ball hits a brick i want the brick to give you a point like 20 points per brick.if my ball doesnt hit my paddle and hits the ground, can you show me or tell me how i cant take lifes away. maybe 1 life down and you have 2 left?
View 6 Replies
Apr 1, 2005
is there a way to set a limit of a score. eg they can have a maximum of 90 (works)but they can only have a minimum of 60 (cant get it to work)
its probably really easy, but it just wont work....
View 11 Replies
Mar 3, 2010
XML is cool in flex, but I have an annoying problem to solve, caused by what I can imagine is a feature. You see, when you have just one tag of something, it creates an object which is not an array. But when finds more than one, it puts it on an array structure.[code]I could check the format of resObj.specifictag (to check if it is has an array) and then duplicate the code (for each case). But -even if it's calling a function- I don't think it is an elegant solution.Well, I hope someone has a good idea on this matter. (I know from experience that SO has much more C++ experts than flex, but well...)The perfect thing would be that HTTPrequest handled every tag in a consistent way (using always arrays... though I'm guessing that that would also have its drawbacks).
View 3 Replies
Sep 13, 2010
So good so far in ActionScript language I actually haven't fell in bad condition but still I have one good issue that I can't do!In order at the root timeline everything is Ok when I call the XML childNodes or write the XML class everything its true, but when I call the XML childNodes from root within a movieclip XML
View 2 Replies
Aug 19, 2011
using httpservice in flash builder 4 for a login system, but am getting the result as raw php unprocessed data from server, but when i run the same file in the browser i get a correct xml file am using MAMP, here is the php code :
<?php
define( "DATABASE_SERVER", "localhost:8888" );
define( "DATABASE_USERNAME", "root" );[code].......
View 1 Replies
May 25, 2009
On ResultEvent through HTTPService, i need to print the result in a textBox.
private function google(evt:ResultEvent):void
{
Alert.show(evt.result.loginsuccess.person);
[Code]...
View 2 Replies
Mar 26, 2012
I need to make a SWF that should show some data from the DB. The DB will be read using PHP.I was thinking that the SWF would get the data by accessing "data.php" and data.php will read from the DB. The SWF would read the XML/JSON/RAW DATA from that file and update it's variables.
View 1 Replies
Jul 25, 2009
I am trying to create a weekly calendar. I have a 'switch' statement that shows the week dates and the name of month the week relates too. I have three functions
1. takes the pc date and converts it into the day of the year. eg between 1 and 365
2. it takes the day from 1. and assoicates it to the week number eg 1 - 52
3. functions that are associated with a previous and next button that use the current week number based on the pc date and count up and down.
This is where I have come unstuck. This is the code for my 'next' button.
Code:
function onClickNext(event:MouseEvent)
{
if(currentWkNum != 53)
[Code].....
View 5 Replies