Check: Difference between revisions

mNo edit summary
No edit summary
Line 7: Line 7:
| acs_name = Check
| acs_name = Check
| developer = Rayflex Animation
| developer = Rayflex Animation
| released = 1997
| released = June 1997
| character description = © 1997 Rayflex Animation
| character description = © 1997 Rayflex Animation
| extra data = N/A
| extra data = N/A
Line 14: Line 14:
| download = https://tmafe.com/classic-ms-agents/CHECK.ACS
| download = https://tmafe.com/classic-ms-agents/CHECK.ACS
}}
}}
'''Check''' is a [[Microsoft Agent]] character developed by Rayflex Animation in 1997.
'''Check''', also known as '''King Gambit''',<ref>https://web.archive.org/web/19991012094949/http://web.triton.net/edkl/rayflex/gambit.htm</ref> is a [[Microsoft Agent]] character developed by Rayflex Animation in 1997.
==Usage==
==Usage==
===Rayflex website===
===Rayflex website===
Check was created by Rayflex Animation as a demonstration character to attract customers on their website.<ref>[https://web.archive.org/web/19991012111139/http://web.triton.net/edkl/rayflex/gourdy.htm https://web.archive.org/web/19991012111139/http://web.triton.net/edkl/rayflex/check.htm]</ref>
Check was created by Rayflex Animation as a demonstration character to attract customers on their website.<ref>https://web.archive.org/web/19991012111139/http://web.triton.net/edkl/rayflex/gambit.htm]</ref> Below is some of the VBS script played upon the user visiting the website:
(TODO: add scripts)
  Sub SayHello
  Select Case DownloadStatus ' reaction to button push depends on
  Case "OK"  ' how much data has been downloaded
  ActorX.MoveTo 288,216,0
  ActorX.Show
  ActorX.Play "Blink"
  ActorX.Speak "\spd=150\\map=""\pit=130\Hell\pit=80\oh \pit=50\""=""Hello""\. \pit=120\Glad you could stop by."
  ActorX.Play "Blink"
  ActorX.Play "Greet"
  ActorX.Speak "I am King Gambit."
  ActorX.Play "Blink"
  ActorX.MoveTo 312,230
  ActorX.Play "Greet"
  ActorX.Speak "Soon, the rest of my animations will be uploaded..."
  ActorX.Speak "and I will be able to give you commands."
  ActorX.Speak "After all, I am, a king you know."
  ActorX.MoveTo 290,262
  ActorX.Play "Blink"
  ActorX.Speak "Rayflex is now my permanent home and the site of my creators."
  ActorX.Speak "There will be many new things here in the near future."
  ActorX.Speak "Right now, I have to keep dodging all the construction."
  ActorX.Play "Blink"
  ActorX.Speak "But it will be worth it when it's finished."
  ActorX.Speak "The truth, is still out there..."
  ActorX.Speak "in the active X files."
  ActorX.Speak "You used to be able to get the project files for my predecessor, Checkmate..."
  ActorX.Speak "by clicking on Checkmate's image to download him, but for now you'll have to wait until the new website."
  ActorX.Speak "He was originally created in June of 1997."
  ActorX.Speak "You will be able to rebuild him with the Agent Character Editor."
  ActorX.MoveTo 226,275
  ActorX.Speak "That's all for now."
  ActorX.Play "Blink"
  ActorX.Speak "Please contact Rayflex Animation, if you are interested in having a custom character created for your project."
  ActorX.Speak "See you soon."
  ActorX.Hide
  Case "NOCHAR"
  MsgBox ActorXName & "did not load.", 48, ActorXName & "'s Page"
  End Select
  End Sub
==Character data==
==Character data==
{{Character data table
{{Character data table
Line 38: Line 76:
<gallery>
<gallery>
Check.png|The default animation frame of Check.  
Check.png|The default animation frame of Check.  
Checkmte.gif|Gif of Check from Rayflex Animation's website.
</gallery>
</gallery>
==Trivia==
==Trivia==
Line 48: Line 87:
[[Category:Characters]]
[[Category:Characters]]
[[Category:Microsoft Agent 1.5 Characters]]
[[Category:Microsoft Agent 1.5 Characters]]
{{Rayflex namespace navbox}}