ID:1399693
 
(See the best response by Kaiochao.)
ok since this new feature has come out I have noticed either its really easy or really hard and super advanced coders get it easy but how would i do sum basic stuff with it? like make a ball grow in size or spin or sumthing

Best response
Its DM Reference entry has a few examples of how to use it.
It's not that difficult to get a hang of, like everything you just need to get used to it.
To make something grow in size for example applying:
animate(src,transform=matrix()*2)

Will double the size of src because you're multiplying the matrix by 2. Do some research into matrix() and like Kaiochao said take a look at the DM Reference in Dream Maker. There's also a few posts on the forum already in relation to animate with a few source codes if you're looking for more examples.

Good luck!
ah yes ive seemly messed with a few features and its quite amazing