Effects question

VGXVGX Member Posts: 796
edited November -1 in Working with GS (Mac)
Hi,
How do you make a Shock Wave/Ripple Effect? Example when you touch a ball the effect happens then goes to the next scene

Comments

  • RedlerTechRedlerTech Member Posts: 1,583
    Not really sure, it would be a lot of code I know that, May not be possible with GameSalad.
  • VGXVGX Member Posts: 796
    Damn! Oh well have to think of something else, thanks anyway ;)
  • RedlerTechRedlerTech Member Posts: 1,583
    well wait! lol It MAY be possible with some sort of partially (type) transparent object (coming out of all directions) pushing against whatever it is :D

    It may take a while to do though, & some hard thought

    Matt :D
    _________________________________________________________________________________
    Next Gen Entertainment Store
    GameSalad Community Project
    Quality Game Making Service
    1 On 1 Project Help
    Free Pong Remix Template!
    Game Creation Log - B.S.
  • BrynjeBamsenBrynjeBamsen Member Posts: 188
    Make a new actor : Call it shockwave - make it transparent. or perhaps have the image be a ring.

    Create Rule:
    When ball Collide or overlaps with "whatever" spawn actor "shackwave"

    In the shockwave actor you create a timer rule

    For 5 sec
    put in a change size rule with in the timer saying
    Growth rate to maybe 20

    Then make sure you have all the collide rules so the shockwave can push the other actors away

    and another timer rule saying
    After 5 sec destroy
  • VGXVGX Member Posts: 796
    Didn't think of that. Thanks :)
  • RedlerTechRedlerTech Member Posts: 1,583
    That's a good idea :D But it wouldn't be a perfect circle?
Sign In or Register to comment.