Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Murchad

#1
Hello friends. It's me again with another problem.

I've noticed today, that my character's talking view doesn't match with his idle/walking view and when he is talking, he is "jumping" few pixels to the left. Is there any possibility to globally change the position of one of the views, or I need to recreate manually each of over the hundret of frames?

Thanks in advance :)

EDIT:

I made something like that in global always part of the script:
Code: ags
 if (cSmith.View == 1)
  {
    cSmith.Move(cSmith.x - 5,  cSmith.y);
  }


It's working, but to be perfect i should use "4.5" instead of "5", but then I have error that "Type mismatch: cannot convert 'int' to 'float'." Any ideas how to change that?
#2
Hello friends. I have some problem. I tried to find the answer on the forum, but could.nt find it. I hope I didn't missed it somewhere.

I'll explain what is my problem on this sketch.

SMF spam blocked by CleanTalk