A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Telephone interface

  1. #1

    resolved


    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


  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    2,235
    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...

  3. #3

    resolved thanx


    Thanx alot man.....
    I realy needed this one.

    If i ever can help u in any way....just mail me


    Thanx again....

    Tor

  4. #4
    Senior Member
    Join Date
    Aug 2000
    Posts
    2,235

    Re: thanx

    ~ mgb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center