Hi..Jame Thank you all, for your answers. Chaiya ----- Original Message ----- From: "James Newton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 2:21 PM Subject: Re: Re : Re: <lingo-l> SMS from Lingo
> Chaiya Whangmongkollert <[EMAIL PROTECTED]> wrote: > > > I tried it but .. It's very hard code for me. > > Please, help me to finished this code.. > > Hi Chaiya, > > -- CREATE TWO BEHAVIORS > 1. Create a script member and paste the Letter Input behavior into it > 2. Set the script type of the script member to behavior (#score) > 3. Do the same for the Display Input behavior > > -- CREATE THE KEYPAD LAYOUT > 4. Create a set of 12 button sprites with the numbers as on a standard > telephone key pad > > 1 2 3 > ABC DEF > > 4 5 6 > GHI JKL MNO > > 7 8 9 > PQRS TUV WXYZ > > * 0 # > > > 5. Drop the Letter Input behavior on each of these sprites, and choose > the appropriate group of letters for the sprite in the Parameters... > dialog. > > -- CREATE THE TEXT DISPLAY > 6. Create a field or text member sprite in channel 13 > 7. Drop the Display Input behavior onto it. > 8. Accept the default value for the delay parameter > > -- TEST > 9. Run your movie and test what happens when you click on the buttons. > > > You will discover that you want to erase mistakes. You will need to create > a new behavior that will send an #mBackSpace event to the Display sprite in > channel 13. Look at the sendSprite() command in the Lingo dictionary to see > how to do this. > > Cheers, > > James > > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
