- Joined
- Sep 21, 2017
- Messages
- 480
- Solutions
- 1
- Reaction score
- 239
- Points
- 55
- Favorite Pinball Machine
- Indiana Jones (Williams)
Sence you guys were wondering.
REMEMBER IM A SOAKING WET NEWBIE WITH SCRIPTING
Dim TimerInterval ' The interval at which the timer will fire, in seconds
Dim IncreaseAmount ' The amount by which to increase or decrease the trail length each time the timer fires
Dim DefaultTrailLength '
' Set the default trail length
DefaultTrailLength = 0.48
<SNIP>
...
' Get the ID of the DefaultBall
ballID = xBAM.BallManager.GetBallID("DefaultBall")
...
<SNIP>
custom balls and trails all in one with transformations
i have not tweaked it as Im not sure how or if it can be
Hey HZR - in your code above, where did the function GetBallID come from?
Get the ID of the DefaultBall
ballID = xBAM.BallManager.GetBallID("DefaultBall")
I'm not seeing this anywhere in the BAM function list.