2D 'animation'

All topics specific to modeling questions in Enterprise Dynamics
Post Reply
MichatM
Posts: 8
Joined: Monday 09 December, 2013 - 16:05

2D 'animation'

Post 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
Nick
Posts: 48
Joined: Saturday 15 February, 2014 - 01:52

Re: 2D 'animation'

Post 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
MichatM
Posts: 8
Joined: Monday 09 December, 2013 - 16:05

Re: 2D 'animation'

Post by MichatM »

Perfect, thank you.
Post Reply