onetera
06-15-2006, 05:58 AM
rollout aaa "Untitled" width:162 height:300
(
button btn1 "Button" pos:[12,8] width:67 height:24
on btn1 pressed do
(
$Particle View 01.Enable_particles = true
)
)
createdialog aaa 150 100
$Particle View 01 activates as I operate the above script, but I can not update the particle on the viewport. Also, it can not be updated on the FOR loop.
However, if I operate them separately, it is updated automatically.
So my question is that what should I do to update the viewport on the script as above or the FOR loop?
$Particle View 01.Enable_particles = true
(
button btn1 "Button" pos:[12,8] width:67 height:24
on btn1 pressed do
(
$Particle View 01.Enable_particles = true
)
)
createdialog aaa 150 100
$Particle View 01 activates as I operate the above script, but I can not update the particle on the viewport. Also, it can not be updated on the FOR loop.
However, if I operate them separately, it is updated automatically.
So my question is that what should I do to update the viewport on the script as above or the FOR loop?
$Particle View 01.Enable_particles = true
