NightOfHorror wrote:okay
Click add and close the small window....now where it says add next to where you type move click on the add and the words dissapear.
I just don't see where it says add next to where
krenisis wrote:You have done much work with this, and that's great you help people.
But your tutorial has one problem. It's moonwalk....... I found out that my actor keeps repeating two first frames of animations all the time while moving. But it's easy to fix.
Add variable called direction (or what you want) and then change the moving script to be like this:
(key right)
- Code: Select all
x+=10;
if(direction!=1)
{
ChangeAnimation(blah blah blah all this... xD);
direction=1;
//First line checks if the value of direction is some else than 1
//Second line changes the animation
//And third line makes direction equal to 1, so it can't repeat changing animation
}
This way the variable direction can hold all the directions, then you just have to decide different values for all directions and change them to the code. I hope this helps you to help people!
stormknife wrote:(here) ::Go to the top of your screen where it has a tab called script.Click on that tab and a big menu will open up. Ok now type this in the menu
jump;
Now on the lower part of the menu it has the word name and next to it a space// in the space next to name type
move
Users browsing this forum: No registered users and 1 guest