Author Topic: Error while trying to shoot.  (Read 4683 times)

Jam0864

  • Contributor
  • Fanatic
  • **
  • Posts: 744
    • MSN Messenger - marmalade0864@hotmail.com
    • View Profile
    • Jam0864's Content Dump
    • Email
Error while trying to shoot.
« on: 2006-10-27, 09:23:15 PM »
I used the scripting wizard to make the player able to shoot. It used to work fine but something I've done has stuffed it up. Now whenever I press the button to shoot it has an error message. Automation Error [Press OK] Layer 0 is not loaded; can't draw [Press OK] Display must be open [Press OK]. Does anyone know what this error message means and how to fix the problem?

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Re: Error while trying to shoot.
« Reply #1 on: 2006-10-28, 07:42:48 AM »
Usually the first error is the problem, not the last error.  Automation error in GameDev usually means there's something wrong with trying to play a sound.

Jam0864

  • Contributor
  • Fanatic
  • **
  • Posts: 744
    • MSN Messenger - marmalade0864@hotmail.com
    • View Profile
    • Jam0864's Content Dump
    • Email
Re: Error while trying to shoot.
« Reply #2 on: 2006-10-28, 06:34:14 PM »
Yep that was it. I tried to play it in the multimedia manager and that said automation error as well.
Thanks!   :D