Sleep |
Previous Next |
Sleep <Unit> [, TvBlank]
|
Part
|
Description
|
<Unit>
|
Required. The interval to pause execution by
|
TvBlank
|
Optional. Changes the period when the Sleep command ends.
|
Print "Hello"
Sleep 60
Print "World"
Sleep 1, TvBlank
LoadTiles MyTiles,1,1000
End
MyTiles:
DataFile mytile.bin, Bin
|