![]() |
|
#11
|
|||
|
|||
|
Hi,
The problem is that you are calling node.remove(). This function will immediately delete the object. In this example you need to create an action that will remove the node. Use the following code instead: Code:
fadeReset = vizact.sequence(vizact.waittime(5),vizact.call(node.remove)) |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|