[solved] 'Riding' a ball - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7) +--- Forum: Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=11) +---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=14) +---- Thread: [solved] 'Riding' a ball (/showthread.php?tid=2342) |
[solved] 'Riding' a ball - Magnamancy - 03-14-2009 Okay, after stripping away most pointless detail, here's my idea: The character generates a barrier around himself (Object 1 = O1) with a set hp. The character then generates a ball (O2) that has a chase function (follows the enemy). Now here's my problem: I know you can have a ball 'attached' to a character, but can you attach a character to a ball (have the character align itself to the ball's values, not the other way around)? (don't worry about messyness, the char's sprites will be blank) Assuming this can work, the char should be able to interact with the target ball, O2. When O1 is broken, the idea is to have it use a stage-wide effect that will send O2 into frames that will make it dissapear.(char returns) (O1 will have a timer ball for it too) What're people's thoughts? Is any/all/none of this possible? (sorry if this has been brought up before, but I don't think it has been, or on the mainsite) RE: 'Riding' a ball - Lauli - 03-14-2009 Try to actually "transform" the char into the chasing ball. But assuming how stupid that sounds, try following: The ball has wait: 0 in every frame the char should follow. In these frames the ball creates bdys that let the actual character react with itr/kind: 8. Basically the same method like the follow-ball method, only a bit complicated. I highlighted you the DC terms for my lulz. RE: 'Riding' a ball - Silverthorn - 03-14-2009 Dunno if this works but try to attach the char using itr/k: 3 followed by cpoint. RE: 'Riding' a ball - Drahcir - 03-14-2009 Give the ball itr:k:3. Edit: whoops, didn't see bp's post RE: 'Riding' a ball - Magnamancy - 03-16-2009 Thankyou, to everyone, for your insight. I will be trying each method in turn. This will start on the weekend at the very latest. Ideas are pouring out of my brain, this could be the start of an interesting character (edit) I actually don't have the time to try all of the methods but Lauli's 2nd one seems to be working (If this char goes through, it will be my first finished one) As for this thread, ~Solved~ |