Page 1 of 1

Would like some help from smart people!

Posted: Fri Jan 18, 2019 1:16 am
by KittyBeast
I've been trying to recreate and use one of Mouzi's levels which is based on limiting the player's shooting range. His level is here: http://zetaflow.skylogic.ca/game/play/11941/

I've tried a few ideas like chaining parts with rotatePartToShip, however when the chain gets long it begins to lag and flicker around which makes it so your bullets travel through the parts that are meant to block them.

Does anyone know of good way to do this?

Thanks in advance!

Re: Would like some help from smart people!

Posted: Mon Jan 21, 2019 3:49 pm
by MD
I believe it uses rotatePartToShip. You should only need a couple of them.

Something like this: http://zetaflow.skylogic.ca/game/profile/14708

But think bigger...

Re: Would like some help from smart people!

Posted: Wed Jan 23, 2019 1:24 am
by KittyBeast
Thanks! I'll try it out