Author Topic: Scripting Information  (Read 8083 times)

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Scripting Information
« on: 2005-03-12, 08:25:40 AM »
The Scrolling Game Development Kit supports VBScript and COM.  That means you can write script files (in Notepad or your favorite text editor or VBScript editor) that has a fine level of control over how your game operates.  And the COM support means that you can access and control your game and its data from external compiled applications (for instance, applications or DLLs written in Visual Basic 6).  If you're interested in getting into scripting, here are some good starting points.