im trying to create a mobile phone in flash, so the user clicks the buttons and the numbers come up on screen. Im having trouble making it display the numbers i want,any advic would be great, for referance ive used the code:
on (release) {
_root.screen = _root.screen*10 +1
}
on the button, and replaced the 1 where needed. It works so far, except for the 0, * and # buttons