patrick
*********
- Joined
- Jul 16, 2004
- Messages
- 116
- Reaction score
- 10
- Points
- 20
Do you know how to insert in Visual Pinball tables user objects created with softwares like Autocad (.x, .3ds ... files).
If you know that, please tell me.
It seems that the instructions are not far that these ones:
Dim CADObject
If keycode = LeftFlipperKey Then
Set CADObject = CreateObject("C:bbmult9.x")
CADObject.Application.Visible = True
Set CADObject = GetObject("C:bbmult9.x")
end if
The statements are accepted by Visual Pinball but there is an active x load error while executing.
Thanks
If you know that, please tell me.
It seems that the instructions are not far that these ones:
Dim CADObject
If keycode = LeftFlipperKey Then
Set CADObject = CreateObject("C:bbmult9.x")
CADObject.Application.Visible = True
Set CADObject = GetObject("C:bbmult9.x")
end if
The statements are accepted by Visual Pinball but there is an active x load error while executing.
Thanks