QuickScript - Pulsar

This will create a ghost of a single vector object which will expand and fade out giving the effect of a pulse being emitted from the object.

Syntax: Pulsar(inObject, inColour, style)

inObject – is the frame containing the child frames you want shuffled – use the keyword this if you want the action to apply to the object triggering it.

inColour – the colour you want to use for the effect. You can specify the colour in one of three ways:

style – the type of effect you want chosen from the four presets – "pen", "fill", "flarePen" and "flareFill"

Example:

Pulsar(Cog1,RGB(125,255,0)"flarePen")

This will create a pulse of an object called "Cog1". It uses the RGB function to assign a bright green colour and will create a flared ghost of the outline of the object and pulse this.