User Tag List

Results 1 to 3 of 3

Thread: Help get a Newbie in the right direction

  1. #1
    No Products Registered

    Join Date
    Mar 2008
    Location
    Georgia, USA
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help get a Newbie in the right direction

    I work with adults that have mental disabilities. I am trying to make a phone dialer. I need the characters to appear as each button is clicked as it would on a cell phone. I also want to store numbers that are dialed to be compared numbers. I want the individual to learn. I'm thinking correct number dialed, sounds play simulate an answer. Wrong number might get "this number not in service"

    Also, I Have the DMTF tones, button sounds play when the phone buttons are clicked, This works fine except on the first click there's no sound. After the first click the sounds play fine.

    This project is similar to others I need so your help would go a long way! Thanks!

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help get a Newbie in the right direction

    Are you on Vista with the sounds in OGG format, by any chance? I remember there being some issue with that.

    For the main functionality of your program, you could use a String or Edit object to store the number entered so far, with each of the buttons adding the digit associated with them to the text (Set text to [get existing contents] + "6", for example).

    A List object would be a good way to check for the existence of a stored number, as it has an expression that allows you to search through the list and return an index number directly.

    For anything else, ask a more specific question in terms of what you want to do, and someone will always be around to help. Welcome to the community!

  3. #3
    No Products Registered

    Join Date
    Mar 2008
    Location
    Georgia, USA
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help get a Newbie in the right direction

    I'm on XP and using wav files. Thanks for help and the welcome!

Similar Threads

  1. newbie needs help
    By amaire13 in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 30th July 2012, 02:47 AM
  2. Newbie help
    By Banshee in forum File Archive
    Replies: 3
    Last Post: 22nd January 2008, 09:32 PM

Posting Permissions

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