I’m just experimenting here. I’m having two problems here. When I glue the sphere to the mesh it disappears and the particles just stay where it is. I wasn’t sure if you could glue particles.
make object box 200, 80,15,80
CollisionTypePRO( 200, TYPE_WORLD )
PositionObjectPRO( 200,-689,5,209 )
make object box 5000, 5,5,5
make mesh from object 5000,200
delete object 5000
ADD LIMB 200, 1, 5000
OFFSET LIMB 200, 1, -689,150,209
make object sphere 90,20
SCALE OBJECT 90, 10, 10, 10
position object 90,-689,26,209
Particle1 = P3D Add Particle( 24, 0, 85 )
P3D Position Emitter Particle1, -689,65,209
P3D Set Particle Area Particle1, 150, 100, 150
P3D Set As Flames Particle Particle1
Particle2 = P3D Add Particle( 24, 0, 65 )
P3D Position Emitter Particle2, -689,150,209
P3D Set Particle Area Particle2, 100, 200, 100
P3D Set As Smoke Particle Particle2
GLUE OBJECT TO LIMB Particle1, 200, 1
GLUE OBJECT TO LIMB Particle2, 200, 1
GLUE OBJECT TO LIMB 90, 200, 1
I added this code to see that when I made the attempt to glue the particles and the sphere to this object, it would move with it but it doesn’t. The particles just stay where it is and as I said before the sphere disappears.
if mouseclick()=1
MOVE OBJECT LEFT 200, 1
endif
if mouseclick()=2
MOVE OBJECT RIGHT 200, 1
endif
Please help
?..?..?..?