Points = Other/Money
PE = Points mod 10
PZ = Points mod 100 / 10
PH = Points mod 1000 / 100
PT = Points mod 10000 / 1000
Annahme: du willst es links oben anzeigen lassen und eine Zahl hat eine Breite von 8 Pixeln und eine Höhe von 16
fork (PE = 1) { Show Picture (1) 28|8 Bild einer Eins}
fork (PE = 2) { Show Picture (1) 28|8 Bild einer Zwei}
usw.
fork (PZ = 1) { Show Picture (2) 20|8 Bild einer Eins}
fork (PZ = 2) { Show Picture (2) 20|8 Bild einer Zwei}
usw
PH bekommt PictureNummer 3 und Koords 12|8, PT Nummer 4 und Koords 4|8
das Ganze als Parallel Process (Common Event vielleicht?) und mit einem Wait 0,0 am Ende







Zitieren