oh man, this is great, i am gonna go watch all the other videos you have!!!
@demirelilgaz3654 жыл бұрын
Great stuff
@webtolich Жыл бұрын
I made it only with one event and without ID's and functions. Condition - On collision Player with Camera_Check Action - Tween Camera to Camera_Check.X, Camera_Check.Y Works the same. Code the less 😀
@AdamBarkerThe Жыл бұрын
So what would I change if I wanted the camera to switch instantly instead of scrolling over?
@graphics_gurunt Жыл бұрын
When you're doing the parameters for Tween in the event sheet, make the time equal to 0.0
@KiffinGish4 жыл бұрын
You add an instance variable for "Camera_Check", but looking at the "Common" section in the debugger I see that there is another variable called "IID" with the same values, why not just use that instead?
@Vimlark4 жыл бұрын
Honestly never looked at the IID for this. Not sure if it would work the same or not.
@anubis91163 жыл бұрын
Are we allowed to take this and make it into so much more, full game and all with many many levels?
@craziestblox459 ай бұрын
i have a problem where my camera just points at random coordinates on the grid (pointing at grass). i followed every step but still unsure of what could have caused this. any idea?
@KiffinGish4 жыл бұрын
Followed the video tutorial exactly and rechecked everything, but for some reason I am still having this problem. When moving right the camera will not scroll until I have moved to the 2nd column in the adjacent area, and when moving back the camera already scrolls to the left when I am in the 1st column. Any ideas what I may be doing wrong would be greatly appreciated.
@KiffinGish4 жыл бұрын
Same thing occurs when moving up and down between adjacent areas.
@KiffinGish4 жыл бұрын
Fixed it by decreasing the Camera_Check dimensions to 318 x 174, not sure if this is the correct solution, but it seems to work fine.
@Vimlark4 жыл бұрын
Glad you found a solution. To be honest I don't remember exactly but I know there was some trickiness with the camera because of the grid. If you still have issues with it, let me know, I can pull the project back up and look. Sorry for any confusion.
@stephenmackenzie90164 жыл бұрын
The screen shakes when it hits a hole, whats the easiest way to prevent that please?
@Vimlark4 жыл бұрын
It's been a while but it looks like I set it up to shake when the rock can't move anymore. You would have to do some extra checks to see if it can't move because of a hole or wall. Not entirely sure.
@Gabrielrezcp3 жыл бұрын
can you help me? everything is working but its like the camera is teleporting to the poisition and not making a smooth movement, how can i fix it?