Hi! im following a Tutorial of a game in C2. But using C3. A bit older tutorial but really interesting and good.
THe thing is, Functions as we know has moved a bit in updates and works a bit different these days. So in the first image im posting with this post, you can see how they do in the tutorial. They want to add parameters inside the function afterwards, but i cannot do the same. the other two images are what my C3 gives. Can anyone back me up a little here and try to solve this?
Cheers!
Image 1:
imgshare.io/image/njyjP
Two and three
imgshare.io/image/njiaQ
imgshare.io/image/njEVO
The main difference is you add the parameters one by one now. You've shown the first one - just keep going and do the same to add the others.
Develop games in your browser. Powerful, performant & highly capable.
Thank you. But in the first image the "blocks" gets linked.
But when i try to add parameters in the newer version i can just name it and not link it.
In C3, you create the parameters on the function itself. Once there, you'll find that when you add the call action you are given the list of parameters automatically.