Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Ball just go forward
#1
I have a simple question.
How do I get the ball just go forward and not go up nor down (diagonal)?
Equals ball FIRZEN.
Thanks
Reply
Thanks given by:
#2
use dvx and remove hit_Fa.
Reply
Thanks given by:
#3
Try something like this:
    DC-Code:
pic: 0  state: 3000  wait: 1  next: 1  dvx: 15  dvy: 0  centerx: 40  centery: 41  hit_a: 0  hit_d: 0  hit_j: 50

I'm pretty sure I forgot something in here. If I could recall what it was...
If this doesn't work, then try changing IDs of the ball. I know, there is an ID-dependency for this, so if everything fails, you gotta need to mess with those.
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~

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

» Gallery | » Sprites | » DeviantArt
Reply
Thanks given by:
#4
dvz: 550?

I think that will answer your question
Reply
Thanks given by:
#5
(09-03-2009, 04:28 PM)Ramond Wrote:  doesn't that NOT work with balls? ~Ramond

It works perfect if I remember correct.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by:
#6
hit_j: 50 and dvz: 550 together should work atleast, I remember 1 of those worked for sure
Reply
Thanks given by:
#7
dvz: 550 works for sure but i´m not sure about hit_j: 50
[Image: 333wc2q.png]

only the past knows how the future looks like ~ HW
Reply
Thanks given by:
#8
not up: dvy: 550 hit_j: 50 not diagonal: dvz: 550 just forward: dvx: 15
[Image: variaboss.png]
SUPER B*NER: :3
Reply
Thanks given by:
#9
Lol ^^ hit_j: 50 usually stops any z-axis movement... BUT not if you summon objects with facing: 20 or 30 or etc... Same is, if you hold up/down and launch a T3...

That's may an id thingy, since Etox (one of my chars with newly IDs) had same problem on his "stationary" rayball >.> (which moved up/downwards *faceclaw*)
My Creations: (Click to View)

Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.


Greetz,
Alblaka
Reply
Thanks given by:
#10
ya whatever, dvz: 550 stops all z-axis movement even when it's opointed with facing 20 or whatever... just tested it, workes 100%, so it's solved now
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)