This is what Merlin can do.
Go here to have a Merlin
http://theftalk.com/t11207-TESTED-March-MERLIN%3A-Knows-VIEWERs%2C-Date-Time.html
Here's the list of things you can use inside the Rover.Play:
Acknowledge
Announce
Blink
Burp
Confused
Congratulate
Decline
DoMagic1
DoMagic2
DontRecognize
Explain
GestureDown
GestureLeft
GestureRight
GestureUp
GetAttention
Greet
Pleased
Process
RestPose
Read
ReadContinued
ReadReturn
Search
Sad
Show
StartListening
StopListening
Suggest
Surprised
Think
Thinking
Uncertain
Wave
Write
WriteContinued
For Rover.moveto, just change the coordinate values where you want him to move. It's a bit difficult to set the coordinate values, but the following Rover.moveto commands were working when I tested it in my profile.
Top Right
Rover.moveto(screen.width-150,screen.height-760,5);
Bottom Right
Rover.moveto(screen.width-150,screen.height-150,5);
Bottom Left
Rover.moveto(screen.width-1020,screen.height-150,5);
Top Left
Rover.moveto(screen.width-1020,screen.height-760,5);
Center
Rover.moveto(screen.width-580,screen.height-440,5);
Thanks to asn585 for the codes for Merlin
a repu will be much appreciated
Last edited by andreapaula08 (2008-12-29 03:31:45)