fb:porticula NoPaste
GET: auch hier kein segfault
Uploader: | Jojo |
Datum/Zeit: | 07.10.2008 17:15:22 |
Screen 13
Dim a As Any Ptr = ImageCreate(32,32)
Dim As Integer x,y
For x=0 To 319
For y=0 To 199
PSet(x,y),x+y
Next
Next
Do
x=150*Rnd-150
y=150*Rnd-150
Get(x,y)-(x+31,y+31),a
x=150*Rnd
y=150*Rnd
Put(x,y),a,pset
Sleep 100
Loop Until MultiKey(1)