#How do I include DustTransition in a function?

1 messages · Page 1 of 1 (latest)

left jetty
#

I want to create a circle of dust particles but I do not know how to make an argument for the dust transition. Here is my function:

 wait 1 tick
 loop 45 times:
  loop 1 times:
   set {_v} to spherical vector radius {_n}, yaw (loop-value-1 * 8), pitch (loop-value-2)
   lerp 1 of {_t} using {_u} at {_l} ~ {_v} with offset vector(0,0,0) with extra {_n2}```
#

I tried to use {_u} as text so I could put the argument as dustTransition(purple, magenta, 5) but it gave me that error

hidden drum
#

why would you use the type text?

misty plume
#

ew 'lerp'

left jetty
hidden drum
#

its a dust transition

left jetty
#

So do I put u: dust transition

hidden drum
#

try it