hey, this problem i have had is driving me absolutly mad. i didn't wanna post here till i put in a good effort in tryin to solve it. the problem i have is this.
particle emitters created
particle receivers created
loop
create actual particle
move particles
check slider (the slider changes value, but i have made it put in the same values)
end loop
now, when one of the properties of the particle system are changed, all the particles, emitters and receivers are deleted. then recreated. but when recreated:
p.particle=new particle
p\ent=createpivot()
position p\ent,0,0,0
it says that entity doesn't exist and highlighs the position statement
anyone any clue why this is happening. oh to make it worse, it happens randomly............
particle emitters created
particle receivers created
loop
create actual particle
move particles
check slider (the slider changes value, but i have made it put in the same values)
end loop
now, when one of the properties of the particle system are changed, all the particles, emitters and receivers are deleted. then recreated. but when recreated:
p.particle=new particle
p\ent=createpivot()
position p\ent,0,0,0
it says that entity doesn't exist and highlighs the position statement
anyone any clue why this is happening. oh to make it worse, it happens randomly............