- Joined
- Mar 16, 2013
- Messages
- 1,383
- Solutions
- 3
- Reaction score
- 646
- Points
- 131
- Favorite Pinball Machine
- Batman(Data East)
ok,small adjustment to the demo, there was an incorrect parameter adjusted it....109 to 135
If CueGo= 5 then
Stecca.MoveTo -17.5,26.87,135,50
TimerCueGo.set true, 500
End if
this will help to understand better
so every time you put the cue back,of one point, you will always have to press F9, and copy the coordinates
the last movement is the one that puts the cue at the starting point
If CueGo= 6 then
Stecca.MoveTo -17.5,26.87,22,500
TimerCueGo.set false
obviously to make everything work as you want, you have to play around, with the timers, and the speed of the model
-------------------TX---- TY----TZ----SPEED
Stecca.MoveTo -17.5, 26.87, 109, 50
TimerCueGo.set true, 250
I hope I have been clear and helpful
If CueGo= 5 then
Stecca.MoveTo -17.5,26.87,135,50
TimerCueGo.set true, 500
End if
this will help to understand better
so every time you put the cue back,of one point, you will always have to press F9, and copy the coordinates
the last movement is the one that puts the cue at the starting point
If CueGo= 6 then
Stecca.MoveTo -17.5,26.87,22,500
TimerCueGo.set false
obviously to make everything work as you want, you have to play around, with the timers, and the speed of the model
-------------------TX---- TY----TZ----SPEED
Stecca.MoveTo -17.5, 26.87, 109, 50
TimerCueGo.set true, 250
I hope I have been clear and helpful
Last edited: