-
Hi guys/girls...
I need to make a "telephone" in flash.
When "calling up" the correct telephone number,
i want to jump to "scene2".
When "calling up" the wrong number,
i want to jump to "scene3"
so....how do i get those telephone buttons to work ?
i can't use an input textbox for this....i need to
enter the numbers by pressing the number-buttons
on the flash-telephone.(unless ofcourse when pressing
the buttons on the telephone it generates in the txt-box)
and yes.....it must b done in flash 4.
please help.. :)
Thanx
Tor
-
For each button put;
Set Variable "/input" = /:input & n
where n is the number you want to add to the telephone number.
Then for your conditional
If (/:input = 1234567)
Go to etc...
Else
Go to...
-
thanx
Thanx alot man..... :)
I realy needed this one.
If i ever can help u in any way....just mail me :)
Thanx again....
Tor
-
Re: thanx