10-30-2009, 05:08 AM
Well I want my character to use this ball. But you can only use it again once the ball has finished. Sorry I'm only a noob
[solved] Move can only be used after the last one finished?
|
10-30-2009, 05:08 AM
Well I want my character to use this ball. But you can only use it again once the ball has finished. Sorry I'm only a noob
solution that works if your char is only once on screen:
-let the ball permanently opoint a special invisible ball that teleports to your char via itr kind 8 at y: 1000 and dvx frame x. in this frame x, make a bdy at another y-value, eg 500 and let itself delete after one tu. -in the first ball making frame, put an itr_kind: 8 at y: 500 (or whatever you took before) with a dvx to the standing frames. if you use this, you should let the ball cost mp in the second frame, not in the first. @below: its not similar, its the same, just that yours is more understandable :P Thanks given by: Darkangel
My solution is similar:
Ball: Let the ball spawn multiple invisible T0 (type 0-char) every frame of its flying cycle. The T0 should have a body at y: 9000 and should disappear after 1TU. Character: Put an itr/kind 8 in first frame of the ball-opointing move. The itr/kind 8 should have these attributes: y: 9999, x: 2000, w: 4000 - it is at the same height as the ball's body and covers the whole area. ik8's dvx should lead to standing frames. So the main idea of this ik8 stuff is to let the char detect if there is a ball already on the battleground and act accordingly. The main problem are the T0, cuz' ik8 doesn't affect T3(balls). Although if you use the newest exe, this problem is solved, but yeah. Right, i hope this is understandable EDIT: Yeah, I guess you're right...just didn't understand the whole thing with teleporting, so i wrote mine... Thanks given by: Darkangel
(10-30-2009, 02:43 PM)Divisor Wrote: Ball:Thanks I understand most of this but i don't exactly get the point of spawning many characters like this Also what do i do if the ball has no flying frames
10-31-2009, 06:41 AM
itr/kind: 8 can react on type: 0 bdy only, that's why.
10-31-2009, 01:15 PM
why the ball should opoint T0? can't the ball have wide itr/k8 in the ground and react with the char's special body?
10-31-2009, 01:46 PM
(10-31-2009, 01:15 PM)vandesdelca Wrote: why the ball should opoint T0? can't the ball have wide itr/k8 in the ground and react with the char's special body?And then what? The ball will react with char and go to a special dvx frame where it will do what? The char must have an itr/kind 8 because the char is the one that needs to be redirected. |
« Next Oldest | Next Newest »
|