
Welcome Guest
|
|
|
#1
|
|||
|
|||
|
Hi All,
I am trying to put together a script/movie that has a simple 10 minuite counter (Down) and next to it a feild to enter 4 digits. if the four digits are correct it disarms the timer. Simple? I have no Idea. I have a timer but can not link it to the disarm system. Any help would be appreciated. This is the timer that I have so far. I am relitivly new at this. Go easy please
Last edited by Perez : 07-06-2005 at 03:26 AM |
|
#2
|
|||
|
|||
|
if you want the 4 digit number to be random, create a random number function, and then after each input of the four digits, have it run a check to see if the digits hit are equal to the numbers that should be hit. if not random...just have it check the digit input and so on. hope this helps you out a little
__________________
"Fear only that which is unknown to you..." |
|
#3
|
|||
|
|||
|
I just want the code for a four digit code to be able to be changed at will via an external txt file etc... and the counter dissarms if you get it right. It then goes to a frame that says Congrats etc..
If anyone has a movie that does this I would be really gratefull
|
|
#4
|
||||
|
||||
|
Thought I'd have a go at this. My version can be downloaded from here. The only thing I haven't been able to do as of yet is to show single digits as double digits (eg 1 as 01) but it does work.
Hope this helps I've only just noticed that you'd got a link to your version, will take a look in a minute. |
|
#5
|
|||
|
|||
|
Wow Thanks mate. That is perfect. However, when I put in the code nothing happens. Do I need it place a button in it that you press to submit the code?
I have the latest Version of the timer here. I have made some enhancments. Thanks so much for this help.
|
|
#6
|
|||
|
|||
|
run a loop
if u want it to show up as "01" instead of "1", run a loop to check to see if it is one digit, or two. then if one..add a 0 infront of the number, if two...do nothing. thats the only way i know of
__________________
"Fear only that which is unknown to you..." |
|
#7
|
|||
|
|||
|
I'm going to try to do this myself. I am moderatly new at this but loving every step. If you know the code so i can check it against mine that would be fantastic.
|
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Avoiding: Error #1009 Null Object with the help of code | Segara | Newbies |
0 | 12-11-2010 07:07 PM |
| How do i get the html code from Flash file into a Dreamweaver existing page? | susette | Flash CS3 / Flash 9 |
0 | 02-01-2009 08:33 AM |
| Adobe's code only, still not compiling | saumya | ActionScript 3.0 |
3 | 04-26-2006 03:54 PM |
| Problems with XML code from reference book. | PUP100 | XML & Sockets | 0 | 01-07-2005 12:07 PM |
| Dup MC then Dup MC 2 (CODE CHECK) | Nogard | Advanced Flash | 0 | 03-18-2001 04:02 PM |

Programming Languages

If anyone has a movie that does this I would be really gratefull

