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