Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

When ever I try to play Safe Cracker in VP Mame I get the following error.

Line:671

Variable is undefined: 'KeyStartButton'

Any idea what I need to do to correct this so that I can enjoy this game?

Thanks!

Sub SC_KeyUp(ByVal keycode)

If keycode = keyStartButton Then Plunger.Fire ' reset the plunger, the first ball must be launch by the player

If vpmKeyUp(keycode) Then Exit Sub

If keycode = PlungerKey Then Plunger.Fire

If keycode = 16 Then

Controller.Switch(56)=False

End If

If keycode = 17 Then

Controller.Switch(57)=False

End If

If keycode = 18 Then

Controller.Switch(58)=False

End If

Posted
When ever I try to play Safe Cracker in VP Mame I get the following error.

Line:671

Variable is undefined: 'KeyStartButton'

Any idea what I need to do to correct this so that I can enjoy this game?

Thanks!

Sub SC_KeyUp(ByVal keycode)

If keycode = keyStartButton Then Plunger.Fire ' reset the plunger, the first ball must be launch by the player

If vpmKeyUp(keycode) Then Exit Sub

If keycode = PlungerKey Then Plunger.Fire

If keycode = 16 Then

Controller.Switch(56)=False

End If

If keycode = 17 Then

Controller.Switch(57)=False

End If

If keycode = 18 Then

Controller.Switch(58)=False

End If

Looks like a scripting error. Did you ensure you D/l the latest and great version of the table?

Posted
Looks like a scripting error. Did you ensure you D/l the latest and great version of the table?

Yes

Does it play for you?

Posted
I havent tried it.. Im sure I have it somewhere. :)

Id have to dig it up. Ill respond once I find it.

:)

Well if you would, please let me know cause I can't get just that game to work and I thinking about buying the real deal so I want to test it first. =]

Guest
This topic is now closed to further replies.
×
×
  • Create New...