// Instruction Example : window.url.open (string,long)
screen
.resolution
.set
(
512
,
384
)
text
.display
(
"Press a key to open the url."
,
CENTER
,
10
)
keyboard
.wait
(
)
window
.url
.open
(
"http://www.alambik.com"
,
3
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)