Page 1 of 1

2D 'animation'

Posted: Wednesday 21 May, 2014 - 11:19
by MichatM
Hello,

Probably a stupid question but I would like to lay a floor plan underneath my moving objects, already have the image (with bitmap atom) in the model but haven't found a way to 'lower' it, so entities moving on the floor and not under.

Thanks,
Micha

Re: 2D 'animation'

Posted: Wednesday 21 May, 2014 - 11:38
by Nick
Hi Micha,

1. Go to the 4DScript interact (Shift+F6)
2. Select the Bitmap atom
3. Execute the following 4DScript code

Code: Select all

SetRank(1, AnimAtom)
The code sets the rank of the selected (in this case the Bitmap-) atom to position 1

Regards, Nick

Re: 2D 'animation'

Posted: Wednesday 21 May, 2014 - 11:50
by MichatM
Perfect, thank you.