Little Fighter Empire - Forums
[solved] Weather effect without stage - 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] Weather effect without stage (/showthread.php?tid=1567)



[solved] Weather effect without stage - Yinseko - 11-16-2008

How can i creat effect of weather (snow, rain , ect) , that can be activated by player in any battle.
for example char casting some spell and while casting rain is appear.
i was try to use very large picture with 3 frames (for animation) and using state 9998 (now massage, without shadow) but it looks afwul using this method =\


RE: Weather effect without stage - Hypermodder - 11-16-2008

you need to add teh frames to a char and use state 14 an delete the bdys! add a bdy at y: -5000
then you need to use an oid: X action: Y to summon the rain.
To stop, use an itr/kind0 at y: -5000 and injury: 500 to kill the "char"


RE: Weather effect without stage - MH-Razen - 11-16-2008

http://www.lf-empire.de/LFEv8.0/index.php?option=com_content&task=view&id=395&Itemid=188

download these two backgrounds and study their data. I never had time to, but as far as I know the weather has to do with weapons and the indifidual width of a background.

I would make the bg-width like 1463 (a size which is really specific), then your weapons always act a type 3 ball when they're on floor. These balls move to right side with zero placer technic (see advanced stage tuts) and then move 1463 px to left side. if ball disappears it's wrong background, now let the ball act an object at one px more to the left, if the ball can destroy the first one itÄs also not the bg, if not you found your bg and let the weather start!

hope I could give you a rough overview about this :p

if you want chars to activate weather then act the type 3 objects with the char... (weather always needs a bit time untill it comes ;)


RE: Weather effect without stage - Yinseko - 11-19-2008

ok, thanks, i'll try this.
plz, do not close topic. maybe some questions appear after trying..