Jump to content

Recommended Posts

Posted

The table plays great, but at one point during gameplay, the table crashed with this particular error:

 

Starting script

Runtime error
-------------
Line: 2016
Description unavailable

 

This is lines 2015-2017 in the script:

 

Function BallVel(ball) 'Calculates the ball speed
    BallVel = INT(SQR((ball.VelX ^2) + (ball.VelY ^2) ) )
End Function

 

Does anyone know the reason for this error?

Untitled-1.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...