ActionScript 2.0 :: Flash8 Score Function Not Fully Working?

Jun 2, 2009

I've got two textboxes txt7 and txt9. First shows percentage right (working) and second is conditional if less than 70% shows "should repeat this" (working) but if 100% the "well done" doesn't show.

txt7var = Math.round((new_score/4)*100); // convert score to percentage
txt9var = "";
this.onEnterFrame = function() {
if (this._currentframe == 'score') {

[Code].....

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Flash8 Simple Game Score Not Working?

Mar 28, 2011

I'm following a tutorial to make a simple game. The aim of the game is for a player to evade a flying enemy ; the higher the score, the faster the enemy. The main elements in the game are the enemy the player and a score card.

However, from following the tutorial, and adding the dynamic text field etc....the score doesn't actually work.

This is the code that I was instructed to place on the first frame of the Scripts layer:

//Game Variables
enemySpeed = 5; //Set Enemy initial speed
numberEnemy = 4; //Change this to add more Enemies
score = 0; //Set initial score to 0

[Code].....

View 2 Replies

ActionScript 2.0 :: [Flash8] Game Score (A Simple Timer) Not Working?

Mar 28, 2011

I'm following a tutorial to make a simple game. The aim of the game is for a player to evade a flying enemy ; the higher the score, the faster the enemy. The main elements in the game are the enemy the player and a score card.However, from following the tutorial, and adding the dynamic text field etc....the score doesn't actually work.This is the code that I was instructed to place on the first frame of the Scripts layer:

//Game Variables
enemySpeed = 5; //Set Enemy initial speed
numberEnemy = 4; //Change this to add more Enemies
score = 0; //Set initial score to 0

[code].....

View 1 Replies

Flash8 :: Changing The Size Of Fully Flash Website?

Oct 18, 2009

The site is created and I tested it on all resolutions but some are complaining some text is too small to read easily. Is there a way to change the size of the entire flash website without having to go in and change individual font sizes and resizing all the graphics?

View 3 Replies

Flash8 :: Button To Make Screen Fully Blank?

Apr 14, 2012

Is there some way I can use a flash button to call some javascript? The swf would be embedded in my html webpage.

on(release){
//fire javascript code to blank whole screen.
}

View 1 Replies

ActionScript 2.0 :: Flash8 OnRelease Function Not Working?

Mar 5, 2009

i have a movieclip on the main timeline, and inside that mc I have 1 button on first frame and 1 button of second frame...From the main timeline i run this script for frame 1 button...

publisering2.avpubliser_btn.onRelease = function(){
publisering2.gotoAndStop(2);
}

And this works fine.. however, i run the exact same script for the button on frame 2, ofcourse changing the path and gotoAndStop(1) instead... And this isnt working.. The button's over frame works so its activated...

View 3 Replies

ActionScript 2.0 :: [Flash8] DuplicateMovieClip Not Working Inside A Function

Jun 27, 2006

I have duplicateMovieClip action inside a fuction and it doesnt work, however it works when placed outside of this function, right where the function is defined, 1st frame.

[Code]....

View 2 Replies

ActionScript 2.0 :: Flash8 With High Score Table?

Dec 28, 2009

I need some urgent help with my high score table. My scoreboard was based of a tutorial that I found using php and flash to create a scoreboard. When I use the scoreboard in flash (using ctrl + enter) the scoreboard runs fine... It uploads the new name and score and reads the scores from the board then loads them to flash. But the problem is as soon as I try to use the created "*.SWF" file, it acts as if nothing is meant to happen... I click on the button to upload and reload the scores and nothing happens at all.

I loaded the file onto the same FTP site i'm hosting the scores and the PHP file and the scoreboard once again worked fine. Upon trying to post it anywhere else, the scoreboard won't work.

I have the local playback security setting set to "Access network only".

[Code]...

View 1 Replies

ActionScript 3.0 :: Flash Site Not Working Fully In Chrome And Safari?

Sep 1, 2010

I produced a website a year ago now, and up until now it has been working fine. My client brought to my attention today that there are suddenly problems when viewing the site in chrome, IE and safari. You cannot get past the landing page as the 'enter' button is not there despit the graphics being in the right place.I have updated to flash player 10.1, and opened, published and uploaded the flash file in a newer version of flash to see whether that helped, but no go.

AS3 on 1st frame:

Code:
stop();
addEventListener(Event.ENTER_FRAME, loaderFF);
function loaderFF(e:Event):void{

[code]....

View 6 Replies

Creating A Fully Function Iphone In Flash?

May 5, 2010

im having trouble creating a fully function iphone in flash and create user interaction witht he app.how to do this i have create the different app stages and how they look in photoshop

View 5 Replies

ActionScript 3.0 :: Function Not Fully Completing Every Other Time Called?

Mar 26, 2009

The function shown below is trying to take data from a text input and refresh the data displayed. I am trying to get it to do so when the enter key is pressed. But it only refreshes on the second time enter is pressed. The "Enter pressed" is traced twice, but the "Enter Frame" is only shown after the second "Enter pressed" trace.

Code:
trace("Enter Frame")
function locRefresh(evt:KeyboardEvent) {

[code]......

View 4 Replies

ActionScript 3.0 :: Score-- And Increase On Button Click Not Working?

Mar 28, 2011

My problem is that I have a countdown for a variable called health, that works fine, it decrease the score over time, my problem is that I'm trying to have a button, that when clicked increases the health variable by 50, it works fine in Debug, it shows that the variable is being updated, but when I run it normally, it just doesn't update. Here is the offending code:

ActionScript Code:
public function countdown(e:Event)
{

[code]........

View 2 Replies

ActionScript 2.0 :: Quiz Score Not Working - Remain Same All The Time

Mar 25, 2007

I'm trying to create a simple quiz with a few questions, the code I have below doesn't seem to work. It comes up with my final score as -15 all the time, its not even checking to see if the answer is correct, as soon as I load the movie the Output comes out as -5 -10 -15.

quizBut.onRelease = function() {
totalOutput_txt.text = "Your final score is: "+score+"/30.";
};
score = 0;
if (_root.answer1 == "flush") {
[Code] .....

View 1 Replies

ActionScript 2.0 :: Get Score Text Box To Gotoandplay Another Frame - Scene When It Hits A Certain Score?

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

ActionScript 2.0 :: Score - Movie Go To Frame 3 If The Score = 500?

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

ActionScript 3.0 :: Score Quiz Results Using A Statistical Formula Called A Probit Function

Apr 7, 2011

I am working on an eLearning lesson that needs to score quiz results using a statistical formula called a probit function. There are formulas in many languages (VB, C++, etc.) for the probit function, but not in AS3. The closest I can find is in JavaScript.

[Code]...

View 8 Replies

Flash8 :: Achievements Appear Once Not Working?

Jan 18, 2010

I'm making an game which i want to intergrate acheivements, I've got everything working to an extent but I've isolated code and put it in a test to show my problem. I have a MC called "ach" (without ") and inside that i have another MC called a1 , a2 , a3. They are animated to disappear after say 45 frames. I've put my acheivements on buttons just to test them, but in my game you get them for say playing for 1 hour or collecting all items and some for clicking hidden buttons etc. but when I click the buttons again the acheive MC keeps appearing. I only want it to appear once.This is the code I have got that doesnt work.

Button Code :

Code:
on (release) {
_root.ach.gotoAndStop(3)
}

[code]....

View 1 Replies

Flash8 :: Preloader Isn't Actually Working?

Mar 15, 2010

my preloader isn't actually working,trying to load the page on a PC with quite slow internet... The story is following - my preloader animation plays, but only after the whole movie is loaded, cuz I noticed a huge delay before the preloader was actually played... And then I used that flash speed testing thing (sorry, but I don't know how it's called) and it proved my theory... That's the code on 1-st frame, where preloader is:

Actionscript Code:
stop();var loaded:Number = getBytesLoaded();var total:Number = getBytesTotal();var percent:Number = Math.floor((loaded*100)/total);if (loaded == total){gotoAndPlay (2);}else{    _preloader.gotoAndPlay(percent);    //loadBar.percentage.text = percent;}[code].....

View 5 Replies

Flash8 :: Embedded Video Not Working?

Jun 22, 2009

This is driving me nuts folks. I've imported a video clip to my stage, added a skin for stop, play, pause etc. I test the Flash file using Control --> Test Movie and everything appears exactly as I want it to.

The problem is that when I upload the files to my server the embedded video clip does not appear, nor does the skin. Just a blank space

View 6 Replies

ActionScript 2.0 :: Flash8 Suddenly Not Working In IE?

Apr 29, 2010

I have a photo gallery I developed using AS2 in Flash 8 Pro. You can find it at [URL] I used a loadMovie to import different swf files into the main swf file when a button is clicked. It works great in Firefox and Safari but suddenly stopped working yesterday in IE. It worked in IE (6, 7 and 8) since last Friday when I uploaded it but stopped yesterday. I am using IE on Windows XP. I did try IE on Vista yesterday when I started having trouble with my XP IE and it seemed to work...however, this morning I can't even get my IE Vista to come up so am not sure it is still working on that version.I removed the preloaders that are in the imported swf files but it didn't help so I put them back in. I am using the following code in my html to embed the flash:

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="815" height="570">

[code]....

I thought maybe there was a change in the way my server was serving the flash so I uploaded onto another server...still not working in IE. I also checked to see that the server did not store my swf files in all lowercase names.

View 3 Replies

Flash8 GetURL Not Working In Browser?

Jun 2, 2010

So iv been flash designing for about a year now, and i thought i was pretty good, however having never usd the geturl script before i am stumped whats going on. my AS is

Actionscript Code: on (release) {    getURL("index.html", "_self");} which works fine when playing the movie in the flash preview (pressing ctrl+enter) but as soon as i publish the movie and view it embbeded in an HTML document it doesnt work. this should indicate its my browser settings? however iv tried disabling my pop-up blocker and still nothing.

View 1 Replies

ActionScript 2.0 :: Flash8 Dropdown Menu Not Working?

Oct 6, 2009

I'm having an issue with my dropdown menu, and I know how It's not working, but not why. See, I have an mc in my menu that I have a rollOver and rollOut function on. This makes it swap between frame 1 and 2 (2 beeing the frame with dropdown). Here's the issue: When I have the rollOver/Out function on the main item, the submenu items don't do anything when clicked. But when I remove the rollOver/Out function and just go directly to frame to from start, they work.

View 1 Replies

ActionScript 2.0 :: Flash8 Suddenly Not Working In IE - Won't LoadMovie

Nov 10, 2009

I have a photo gallery I developed using AS2 in Flash 8 Pro. You can find it at [URL]. I used a loadMovie to import different swf files into the main swf file when a button is clicked. It works great in Firefox and Safari but suddenly stopped working yesterday in IE. It worked in IE (6, 7 and 8) since last Friday when I uploaded it but stopped yesterday. I am using IE on Windows XP. I did try IE on Vista yesterday when I started having trouble with my XP IE and it seemed to work...however, this morning I can't even get my IE Vista to come up so am not sure it is still working on that version. I removed the preloaders that are in the imported swf files but it didn't help so I put them back in. I am using the following code in my html to embed the flash:

[Code]....

View 8 Replies

Flash8 :: Adobe CS4 Flash Preloader Not Working?

Jan 25, 2010

I am making a preloader for a 360* product viewer and i'm having some trouble. the preloader works fine and when placed by itself loads the second the page requests it. but once i put it in my .fla project something causes the preloader to not load. and instead starts playing once the file is completely downloaded.

there are only two frames. the first frame just has the preloader movie in it. the action code for the preloader movie is:

Code:
_parent.stop();
this.onEnterFrame = function() {
if (_parent.getBytesTotal()>1) {

[Code]...

View 1 Replies

ActionScript 2.0 :: [Flash8] OnRelease Not Working For CreateEmptyMovieClip?

Nov 3, 2006

Its suppose to create a Movie called container which has a text field in it then when the container movie clip is clicked on "Goodbye World" pops up in the trace window.So far the only thing this code does is display "Hello World" but no action is taken when it is clicked on.

Code:
var container:MovieClip = this.createEmptyMovieClip("container", this.getNextHighestDepth());
var label:TextField = this.createTextField("label", 1, 0, 0, 150, 20);
label.text = "Hello World";

[code]....

View 9 Replies

Actionscript 3 :: Multiple Dynamic Text Score Display - Modifying Each Text One After Another And Incrementing The Score By A Certain Number

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

Flash8 :: Buttons Not Working In Browser But Fine When Tested?

May 1, 2009

Ok so here is the problem:

Using MacOSX 10.4 Tiger
Flash Professional 8
Firefox, IE, Safari

I created a flash movie. All of the pictures fade in and out perfect. There is a button on each of the pictures and these buttons take you to the picture�s respective page. When I test the movie the buttons work fine. When I export the movie as (.swf) and try it again the buttons work. I am hosting it on a GoDaddy domain that has been purchased and am referencing it on another site that I own. When I embed it onto my website, the movie plays fine but the buttons are not functional. Here are the things that I have tried to rectify the problem:

- Tried exporting and publishing to Flash Player 7 and 6 DID NOT WORK
- Instead of:
on (release) {
getURL(http:// . . ._self)
}

I created a new layer and gave the button an instance name and used it as an action layer:

MyButton.onRelease = function() {
getURL(www . . . ., _self)
}
DID NOT WORK

View 7 Replies

ActionScript 2.0 :: Flash8 Dynamic Text Box With Scroller Not QUITE Working?

May 8, 2009

this post references the files listed at:i've implemented a dynamic text box that calls a txt file into it. it uses a scroller that i found a tutorial on:i've got everything working splendidly - everything EXCEPT the scrolling bar... as you can see, it scrolls up and down just fine, but doesn't control the text.i've pretty much exhausted my search through the actionscript to locate the problem and i can't find it.

View 8 Replies

ActionScript 2.0 :: Flash8 Simple Button Not Working Within Movieclip

Mar 2, 2010

I have a simple getURL button within a movieclip within another movieclip. Does anyone have any clue why this isn't working? The button is in the top layer of the child movieclip, and the child movieclip is in the top layer of the parent movieclip, so what am I missing here? I attached a simplified fla to show the issue. In the end, the main red box will be a country on a map and the popup box will contain info about the country and links to pictures and sites.

View 4 Replies

ActionScript 2.0 :: [Flash8] Multiple Scrollers Working On A Page

Apr 19, 2007

Has anyone found a solution to having multiple scrollers work on the same page? I tried applying different instance names on all components but that didn't work either. The AS below only allows for one scroller to work.

[Code]...

View 1 Replies







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