Mm Bogdan & Matt
- Atividade total 153
- Última atividade
- Membro desde
- Seguindo 0 usuário
- Seguido por 0 usuário
- Votos 0
- Assinaturas 71
-
Hi, 1. Not directly to a timer no. I think the best thing would be to roll your own timer using a variable gadget. You could use a variable modifier triggered each second (using a timer) to subtra...
-
Hi, it's only real use is to allow you to identify what type of wire is going into the splitter. If you were making some reusable logic you could perhaps use it to alter behaviour based on the typ...
-
Perhaps the stick is just transitioning from 0 to 1 very quickly and so you don't see a transition? You could try putting the stick through a signal manipulator with smoothing added. Wire the smo...
-
Hi, You can use the power input of the timeline to do that. Power one timeline up as you power the other down and you will get a blend between the two.thanksMatt
-
Hi, the orientation & rotation data type are the same there are just some naming inconsistencies that have crept in during translation. As you mention an orientation is just a rotation from some r...
-
Hi, unfortunately that effect is not available in play mode at the moment. You could do a rough approximation on simple objects by manually painting strokes around the edge of the object and only ...
-
Hi, you're suffering from the fact that the game updates 30 times a second (ie. 0.0333333.. s per frame) which is not a nice decimal update step.A simple way to get a variable counting up time is t...
-
It would be awesome but pretty expensive. Lighting calculations are only done for the little bit of the scene you are looking at for performance reasons. A light detector would need to work where...
-
Hi, sadly we don't have a light detector gadget yet. For a spotlight you can do a pretty good approximation using a cone shaped trigger zone and a laser scope to check for occlusion. Place the la...
-
Hi, thanks Agarwal, yeah the teleporter sounds like what you want. FYI the one frame delay is only if you are teleporting something to the position of something else that is also teleported. So i...