Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Help with move/moveroute command

I have very basic javascript knowledge. Coming over from Python & C++.

I'm looking to start creating little mini shows using javascript created events but I don't even know how to begin.

How do I utilize the MoveRoute command? I see the script guide in the F1 help doc but that doesn't give me any clue.

Plees halp?
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
Is there any specific reason you want it done in javascript? The event editor is much more powerful for move routes, it's just clicking buttons and counting how many tiles you want to move.
 
Is there any specific reason you want it done in javascript? The event editor is much more powerful for move routes, it's just clicking buttons and counting how many tiles you want to move.
MoveRoute is just a small part of what I want to do.

I'd rather just write the entire scene in JavaScript.

Text, moving, actions, etc
 
Ok in my opinion all of that can be done through eventing. Maybe there are other limitations you didn't point out. Please can you be more specific about what you would like to do in your shows that are not possible with events ? Unless you really really want to code it but I think it's easier with events. In that case you will have to wait until the coders of the community help you.
 
Ok in my opinion all of that can be done through eventing. Maybe there are other limitations you didn't point out. Please can you be more specific about what you would like to do in your shows that are not possible with events ? Unless you really really want to code it but I think it's easier with events. In that case you will have to wait until the coders of the community help you.
Considering the complexity of multiple characters moving around on the screen and interacting with different scripted objects i'd rather just code it.
 
Top