Hey everyone,
So I am totally new to scratch and it looks like I'm missing some key parts, I need to make a phone place calls.
The problem is that I can figure out how to connect some features, I want it to be setup so that when I press the call button, it will choose randomly to dial a number that has a busy tone, or gets rerouted to various recordings but I only want it to dial if there have been 7 numbers keyed in (Basically simulating a normal phone).
Then I have to do speed dial (same thing but with 1 number).
Help?!
Cheers
Offline
Ok, first question: Are you doing it with computer keys or clickable keys on the screen? Basically what you need to do it use the length of block for the 7 numbers and if you want to make sure it's numbers, test each letter to see if a list containing numbers contains that letter, then the next and so on. That's probably pretty confusing, so I'll post a project for you.
EDIT: Here it is. Tell me if it's good or not.
Last edited by AtomicBawm3 (2010-11-07 21:31:57)
Offline
Holy smokes, intense work.
What I have is a bit different, its a number pad where all the numbers are individual sprites, they are setup to play sounds when dialed,
I want it so that when someone clicks on the number or dials it will make a call (given its 7#s)
then I want speed dial, aka dial a 1,2,3 or 4 and it rings.
Offline
alexrabu wrote:
Holy smokes, intense work.
What I have is a bit different, its a number pad where all the numbers are individual sprites, they are setup to play sounds when dialed,
I want it so that when someone clicks on the number or dials it will make a call (given its 7#s)
then I want speed dial, aka dial a 1,2,3 or 4 and it rings.
So, do you want it to be based on the product of the seven numbers, sum of the seven, sum of the seven mod 7, etc.? Also, since I really don't feel like making your project entirely from scratch (no pun intended), could you post what you have, so I can work off that?
Offline