Hi everyone, I'm new to the forum I hope I have not done anything wrong, I'm trying to make a sprite move according to a specific path in the scene, I have no idea how to do it, can someone give me some advice? Thanks.(I am on construct 2)
Develop games in your browser. Powerful, performant & highly capable.
Lots of ways you could do it, but if it is a "scene" like an animation, I would use timelines. editor.construct.net
editor.construct.net
construct.net/en/make-games/manuals/construct-3/project-primitives/timelines/timeline
Some other ways are discussed in this thread: construct.net/en/forum/construct-3/how-do-i-8/sprite-move-along-path-154504
calminthenight There are no timelines in Construct 2..
gtanix In C2 you'll likely have to use addons like MoveTo, Spline or LiteTween. Search the forum and Tutorials section for the examples.
Ah apologies I didn't see the C2 note. gtanix this is the C3 forum. Try posting in the C2 forum for C2 help.
the game would be this: the squares of one color must be dragged with the mouse into their right hole, while time passes these squares walk faster and faster, I thought of making them walk randomly trying to get out of the layout but I don't know how to do it, I also don't want them to ever go into the holes.