// Instruction Example : pixel.thickness.select (long)
screen
.resolution
.set
(
512
,
384
)
Pixel
.thickness
.select
(
10
)
pixel
.display
(
CENTER
,
CENTER
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)