home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- keyDown()
- end
-
- on keyDown
- if the key = "0" then
- go("3b")
- end if
- if the key = "1" then
- go("errb")
- end if
- if the key = "2" then
- cek()
- end if
- if the key = "3" then
- go("errb")
- end if
- if the key = "4" then
- go("errb")
- end if
- if the key = "5" then
- go("errb")
- end if
- if the key = "6" then
- go("errb")
- end if
- if the key = "7" then
- go("errb")
- end if
- if the key = "8" then
- go("errb")
- end if
- if the key = "9" then
- go("errb")
- end if
- end
-
- on cek
- if the lastKey < 20 then
- go("errb")
- else
- go(the frame)
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-