Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Dvz?
#1
Hmm for some reason i cant get characters's to move on z axis
its probably something simple that i missed:D
plz help
Reply
Thanks given by:
#2
Well, dvz can go either way and it depends entirely on user input. For example, dvz:2 + v = go down, and dvz:2 + ^ = go up.
FOLLOW THE RULES!

LFE Forum Rules (Click to View)
Grand Fonic Hymn - Orchestral Arrangement. Arranged by me. I promise it's not horribad.
Reply
Thanks given by:
#3
ehrm yeah but...
to make it clear
you cant type
Code:
Dvz: 2 + v
kay?
u have to type the down button at the game
Reply
Thanks given by:
#4
If you want other characters to move, you need to catch them with a cpoint and the catching object needs to move then while holding the enemy.

If you just want to move your own character, then the others are completely right, you need a value for dvz which tells how fast a character will move fowards/backwards. In addition, you'll need to press the up/down button to actually move.
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#5
But what if I want to move ball on z-axis?

Then, Could i use hit_j: 51 (up) and hit_j: 49 (down)?
Reply
Thanks given by:
#6
That only works for type-3-objects. But as far as I got it, he wants to know it for characters. But yea, you're right :)
btw, you could also use hit_j: 1 and 99, depending on the speed you want to have. The closer to 1 the faster it'll move downwards and the other way round ;)
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

"Freeze, you're under vrest!" - Mark, probably.

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by: Gad
#7
Ok, that helped :). Thx
Reply
Thanks given by:
#8
so you cant have a move that makes a char move
like it does in dvx: or dvy:,(typing a number and the character moves for that value)
you have to press up or down?
Reply
Thanks given by:
#9
You can use state:80id and change type: 0 to type: 3, after move you can return from type: 3 to type: 0 by state: 80id too. :D
Reply
Thanks given by:
#10
hmm... ill try it
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)