Tagged Questions
2
votes
1answer
30 views
Timer AI not working
var moveTimer:Timer = new Timer(1);
moveTimer.addEventListener(TimerEvent.TIMER, timerListener);
function timerListener (e:TimerEvent):void
{
//code
...
0
votes
1answer
60 views
Action Script 3. How to get time from game and insert to database?
I'm creating flash game. Here is timer, which counts how long player playing. When "Game is over" counter stops. And I need to write this time to database. My counter format is MM:SS, so I don't know ...
0
votes
1answer
51 views
Action Script 3. Timer starts count when I'm in menu, but game not started
I'm creating flash game and I get strange problem. Timer starts count when I'm in menu, but game not started. In menu I have button "Play", after It is clicked It add timer, but It shows how long ...
3
votes
1answer
54 views
Action Script 3. Restore timer to 0 after game restart
I'm creating flash game, here is timer which counts how long player playing at current level. And here is "Restart" button, I need to restart timer (count from 0) after this button is clicked.
Here ...
0
votes
1answer
30 views
AS3 timer event causing trouble
I am creating a game that uses a timer set to a random number. The timer counts up to this number then the game ends. I would like the player to have an option to replay once the timer runs out but I ...
1
vote
2answers
57 views
Action Script. How to disable keyboard?
how to disable keyboard keys in Action Script?
I'm creating Flash "memory" game, Idea to discover 2 equal cards. When 2nd card is discovered it is shown for 750 milliseconds, in that time player ...
1
vote
2answers
38 views
Action Script 3. Timer MM:SS doesn't work
I'm creating app and I need to show game time MM:SS format. But I don't know why timer doesn't wrok It shows 0:00.359 (359 of miliseconds) and not change. Where is the problem? I can't find It. Thank ...
4
votes
1answer
106 views
Action Script 3. How to count game time?
I'm creating Flash "memory" game, Idea to discover 2 equal cards. I need to add "Timer" in top of window which count in how many seconds all cards will be descovered.
Here is my code:
package
{
...
4
votes
2answers
57 views
Action Script 3. How to add timer?
I'm creating Flash "memory" game, Idea to discover 2 equal cards. But when I choose 1, if second card is wrong It discover only for half second, but this is not enough. I need to make that second card ...
1
vote
1answer
98 views
TimerEvent vs. ENTER_FRAME in AS3/Flex games?
I'm trying to write a simple game in AS3 / Flex 4, and I'm trying to find the best way from the get-go to handle timed execution of code.
The most natural approach would be to use a bunch of Timer ...
0
votes
0answers
96 views
Falling object and repeating in a loop ( Action Script 3.0)
I am trying to make a symbol (made a special class for it) to fall continuously until a timer reaches 0. Also I would like this rock to repeat and show in random places on the stage. I can't figure ...
0
votes
0answers
35 views
timer resets before urlrequest completes AS3
I set a timer to check for new messages every second and then print them, problem is once it detects new messages it prints them 2 times. I guess the timer resets before the urlrequest completes ...
1
vote
1answer
57 views
AS3 timer is faster than php
Im trying too load new messages every second, but new messages are doubled everytime they are loaded, I suppose because the timer is completed before the php is executed?
so I tried to add
if ...
0
votes
1answer
47 views
AS3 How to add a Class on the stage from a timer?
lots of help from you guys :). My next question is here :).
I have timer in class MyTimer.as and Thief1_mc.as movie clip.
How can I addChild(Thief1_mc) on the stage from MyTimer? Everything looks ...
0
votes
1answer
41 views
AS3 How to dispatch timer event to another class?
I am trying to dispatch event every second from Mytimer class and catch the event from Main class. I've declared variable "sus" as integer = 10. I have nothing so far, no output, nothing. Some help ...
0
votes
0answers
39 views
AS3 .swf file doesn't play right
I'm using corel videostudio ultimate X6 to embed my flash as3 (Flash CS4) timer on to a video, but the timing is messed up (one second in the timer takes 2 or 3 seconds real time). Is there any way to ...
0
votes
2answers
47 views
Something wrong with my code
I have a fla file and an external class called theAlarmClock.
The hands on the clock should be moving, but after Ctrl+Enter - they are idle.
package
{
import flash.display.MovieClip;
import ...
0
votes
2answers
198 views
setting up a timer in flash as3
I have a project due in a weeks time, and I have almost completed it. I have got one more issue I need to work out and I am stumped.
I will paste the code I have so far below.
If you could also ...
0
votes
1answer
73 views
ActionScript 3: How can I keep an accurate BPM counter?
I'm looking to create a drum machine in ActionScript 3 (as an Adobe AIR Android app), which will keep to a user defined tempo (BPM).
I am struggling to find a way to keep the project in time, I have, ...
1
vote
1answer
82 views
Flash restart functions after completion
I have made this code which works fine - my problem is that at the end i wish to make it start over.
When i started making this my intent was, that the .swf movie would just loop when it ended - but ...
0
votes
2answers
78 views
Object and Timer AS3
I have a question about TIMER in AS3
i have a zombie object on my stage, i want him to come and attack the HERO.
what i want to do is:
the zombie walks toward the hero
When he is close enough to ...
0
votes
1answer
110 views
Multiple timers help! FLASH as3
I'm making a quiz game, there's 5 questions involved. I made a timer for the 1st question so when the user hasnt answered the question within 10secs they'll go to question 2 (another frame).
Question ...
0
votes
1answer
62 views
Actionscript Timer doesn't stop after number of loops
Pls help! I can't figure out why my Timer doesn't stop after number of loops. I declared a variable "roundCount" at the beginning. The Timer should have stopped when it's value is zero, right? But it ...
0
votes
3answers
191 views
AS3 timer or framerate
Ok, so I heard timer based movement is better than FR one. V = V + n per 1/60 sec, not per frame @ 60 fps. They said it makes the speed actual, not reduced with FR lag. But as I tried it, timer really ...
0
votes
2answers
59 views
AS3 #1067 Implict Coercion of a value of type flash.utils.timer to an unrelated type Function
I've been getting this error and I have no clue how to fix it, it works in another class so it should work here, right? (I moved it from that class to this one) The only difference is that this class ...
0
votes
1answer
65 views
Action Script 3 timer issues
So, I have a game going where you have to stay alive for 45 seconds, however if you die it goes to scene 4 and you can click to restart scene 3 (Which is where you try not to die). My issue is with my ...
0
votes
2answers
106 views
how to add hitTestObject statement inside a timer class?
Apologise if this is a very obvious question.
I'm wanting to add a hitTestObject if loop to a mini game.
The obstacles are 3 items within an array, all 3 are movie clips that play individually in ...
0
votes
2answers
77 views
How to add a return function into a timer class in flash as3?
Hi I've got a problem concerning a for loop.
I have an array containing 3 MovieClips, I want to play each movieclip one by one, I'm planning on achieving this by using a timer class inside a for loop ...
1
vote
2answers
62 views
play function is undefined when incased in a timer class? Flash AS3
I'm having a problem with my AS3 flash script.
I have an array of 3 movieclip items, I want to play each one with a timer delay of 1 second between each item. However when placing a timer class ...
0
votes
1answer
123 views
Action Script 3 Timer Not Stopping
Okay, so I am a very amateur AS3 programmer. I have a timer setup, and after 45 seconds it should move to scene 6, however if it calls hitTestObject, it should stop and reload from 0 when the scene ...
0
votes
2answers
60 views
Need help using a timer in Action Script 3
Alright, so I am fairly new to AS3 and I have a level in my game where you have to stay alive for 45 seconds. If I use a code like (Or if there is a better code, I'll use that one)
var ...
0
votes
1answer
92 views
TimerEvent function ignoring Timer delay
I'm working in AS3, Flash AIR 3.2 for iOS SDK. I'm trying to run part of the program only after myLoader finishes loading an image. I have a myTimer.start(); which runs inside ...
1
vote
1answer
70 views
remove timer event
I have this looping flv video and I have a random movie that is played when the movie is running. I need when i've play the other movie the shaker to be disabled, or to stop that random cycle. Thanks
...
1
vote
1answer
146 views
digital signage application (as3)
i'm trying to develop a digital signage application for the company i work for, with flash cs6. it is actually composed of two applications, one is server side, and other is installed on tv displays ...
1
vote
1answer
166 views
Continuos Timer and object for a game AS3
I am currently working on a game where you need to survive as long as possible while dodging questions that come your way. (all with AS3)
At the moment I am going from 1 scene to another in between ...
0
votes
1answer
220 views
Timer count in Flash AS3
I have 2 movies (swf) which have to run from a single file.
Both of them have separate preloaders.
I load the first movie and stop it while it plays.
For playing the second movie, i am using a ...
0
votes
1answer
101 views
timerEvent within enterFrame function?
I'm calling a timerEvent function from enterFrame, it's running the timerEvent function on everyFrame. Is there a way to control it?
I've got my bullets firing function with timerEvent of 500, so it ...
0
votes
2answers
117 views
timer not working in class actionscript 3
package
{
import flash.display.MovieClip;
import flash.events.MouseEvent;
import flash.events.TimerEvent;
public class MasterContainer extends MovieClip
{
public var playTimer:Timer = new ...
0
votes
1answer
534 views
TweenLite AS3: ease:Linear.easeNone doesn't work
In the function below I try to throw random items (generated by the function generateItem() ) on the stage and let them move from outside the right side of the stage to just out of the left side. This ...
0
votes
1answer
310 views
as3 code for a blinking light?
I am trying to make a game where people have to identify a lighthouse, and then drag a symbol over to it. I have the drag and drop code fine, but I am wondering what is the best way to animate my ...
-1
votes
1answer
81 views
Score system based on time NAN
I've created a score system in my flash Quiz game where the faster you answer a question, the more points you get. At the moment however my tracer shows 'NAN' when I run my game. Can anybody see why ...
0
votes
1answer
217 views
AS3 setInterval double, triple issue
I'm having a setInterval AS3 problem.Let me explain: I'm making a game with a timer, lets for example give its instance, timer1.every 500 milliseconds timer1 moves to left 25 times (timer1.x-=25) and ...
0
votes
1answer
315 views
Flash AS3 - Timer goes crazy after a few loops
i've been making a "slideshow" where 4 images are animated in random order.
to prevent multiple animations to one image for example 3 times successively, i've write a little logic.
my problem :
...
0
votes
3answers
175 views
AS3: Large number of timers lagging flash
I have a large number of objects (472) that require a timer used to check how long it takes between state changes of a variable. The code below is what I have so far but that many timers running ...
1
vote
1answer
74 views
How do i convert the value of a timer event to a number?
I'm making a game where the reaction time to killing an enemy is shown and used in later calculations. The number needs to be precise and in seconds, with three significant figures. So i need the ...
2
votes
2answers
1k views
creating a (proper) time counter in AS3
How do you create a time counter in as3? Some simple search on google will point you to the AS3 class Timer that actually is a counter of events and not a proper time counting utility.
I have seen ...
0
votes
2answers
275 views
How to delay a while loop?
Would this code delay the time between every time the loop gets fired?
while (coin.x > objYEnemy.x) {
var delay:Timer = new Timer(100, 1);
delay.addEventListener(TimerEvent.TIMER, ...
0
votes
2answers
111 views
Is Event TIMER always dispatched before TIMER_COMPLETE?
Is flash.utils.Timer object's event TIMER always dispatched before TIMER_COMPLETE?
During the 2nd event, I am nullifying stuff that are required during the 1st event; so their order is of prime ...
0
votes
2answers
271 views
AS3 - Timer not showing
I'm using Flash Pro CS6 to make an easy game where some cubes drop. I added a text field (instance name is timerText) where I wat the time to display. Here is the code:
var time:int =0;
var ...
0
votes
2answers
369 views
Timers in AS3 can not tick fast enough
I'm making a game in AS3 that requires a huge amount of bullets to be fired sequentially in an extremely short amount of time. For example, at a certain point, I need to fire one bullet, every 1-5 ...


