I have been trying to make a random effect, based on spawning two balls, and hitting them with an arest, so only one is hit. The hit ball then goes to a frame and catches the char with an ik8 and makes him go to one of two frames (in this case, a throw_iceball-frame and one throw_fireball-frame). However, something screwed up and i can't seem to find the error. So here's two questions:
1. In theory, would this method work?
2. What exactly is is wrong?
My nearly-finihshed study example is attached to this thread
| Metaknight | G-types | Bottle Skinz | Companion Cube | Art Gallery | "Do not grieve, it is logical. The needs of the many outweigh the needs of the few, or the one."
- Mr. Spock "A man's not dead while his name is still spoken"
- Terry Pratchett, Going Postal
02-28-2009, 10:53 AM (This post was last modified: 02-28-2009, 12:25 PM by Lauli.)
SirFrog Wrote:1. In theory, would this method work?
It should work. Actually.
Dunno what's wrong.
But if you want the balls to appear "Randomly" then just make some tricky sequences.
So for example change the hit_??: ??? in each standing frame, or do the same with the defending (only that you have to add some frames there).
It's not completely random, but should do the same effect I guess.
why don't you make only one ball, changing between 2 frames, one to the ice ball, and other to the fire ball, with 0 frames of interval. By this way, when the char hit the ball, it will generate random effects.
That's how MH-Razen (i think), made his Barrel Criminal Random item Creator.
The... idea is the same, but it won't work because it's always the same move (and thus the same wait values). It won't be random at all.
The created ball has to be independent from the char. Then it could work.