home *** CD-ROM | disk | FTP | other *** search
- Variable Ox,2
- Variable Oy,2
- Variable Ux,2
- Variable Uy,2
- Variable Eing,1
- Variable Spez,1
-
- LABEL START
- Clear 1,7,"┼",1
- SetVar Ox,39
- SetVar Oy,7
- SetVar Ux,42
- SetVar Uy,19
- Wait 6
-
- LABEL BREITER
- Box1 Ox,Oy,Ux,Uy,78
- Subtract Ox,1
- Add Ux,1
- Compare Ox,6,BREITER
- WriteAt 20,12 "F1 = WOW! Das will ich NOCH EINMAL sehen!",79
- WriteAt 20,14 "F2 = (Gähn!) Na schön, das reicht jetzt!",79
- FlushKey
-
- LABEL FALSCH
- ReadKey Eing,Spez,,1
- Compare Spez,0,,,FALSCH
- Compare Eing,";",,,START
- Compare Eing,"<",FALSCH,FALSCH
-