Author Topic: splashing water  (Read 4929 times)

mccool

  • Regular
  • **
  • Posts: 48
  • That's like trying to eat a burrito with no fork!
    • View Profile
splashing water
« on: 2006-06-17, 01:06:07 PM »
is it possible to make it so when a sprite hits ''water'' tile then a splash anmation pops up then disappears? also how do i make it so when i jump on an enemy he ''squishes''?








P.S. SGDK is 8)
Old Skool!

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Re: splashing water
« Reply #1 on: 2006-06-19, 05:14:57 AM »
Create a sprite that looks like a splash that gets created under the player when the player initially touches a special function covering the area representing the water.  The sprite should follow a path relative to the starting point, and the path should dimply be one point with a delay just long enough to play the animation.  Set the options on the sprite to delete at the end of the path.

mccool

  • Regular
  • **
  • Posts: 48
  • That's like trying to eat a burrito with no fork!
    • View Profile
Re: splashing water
« Reply #2 on: 2006-06-20, 06:00:53 PM »
thanks! that would seem to work. but where would i create the actual splash sprite's path and how do i know how many frames the animation is?




p.s. i would do basically the same thing for a squishing goomba too ,right?
Old Skool!

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Re: splashing water
« Reply #3 on: 2006-06-21, 05:35:18 AM »
Paths are created in the map editor.  It doesn't matter where you put it since it will be moved to the location specified in the create sprite function when the sprite is created.  Just click once to create the first point of the path and then press P to add a delay (... I think.  It's been a while since I've actually used version 1.x -- too busy working on 2.0).

There was a formula for calculating the number of frames of a sprites animation posted somewhere on the forums.  I suppose I ought to make that a FAQ or something... maybe I did :).  Here's a link to the thread that talked about this before -- check billybob884's second message: http://gamedev.comdel.net/index.php?topic=682.0

mccool

  • Regular
  • **
  • Posts: 48
  • That's like trying to eat a burrito with no fork!
    • View Profile
Re: splashing water
« Reply #4 on: 2006-06-22, 08:14:57 AM »
instead of making the animation of the actual splash be the exact same length as the delay in the path, i just made a long delay in the path and added a bunch of blank transparent tiles after the splash in the sprite editor. it looks great.thanks! :D :) ;) ;D
Old Skool!