Fruit Ninja "Sword effect"

sebmacflysebmacfly Member Posts: 1,018
edited May 2012 in Working with GS (Mac)
Hi there :)

How can i make the Sword effect with gamesalad?
Like in the Fruit Ninja game...
image

Thank you
Have a great day!

Sebby

Answers

  • Benjamin_m5Benjamin_m5 Member Posts: 646
    @sebmacfly I think this is only possible with the particle behavior, don't know exactly but i think there is a template for this :)
    ---
    Benjamin
  • sebmacflysebmacfly Member Posts: 1,018
    @sebmacfly I think this is only possible with the particle behavior, don't know exactly but i think there is a template for this :)
    ---
    Benjamin
    I have the DBA template, i confirm that particles is used.. but not with lines, only points... That's not a sword effect :)
  • Benjamin_m5Benjamin_m5 Member Posts: 646
    hehe :) yes, points aren't a really good sword effect.
    I think this sword effect with lines is only possible with much of programming. Don't know..think someone other who knows more about GS can answer that :D
    ---
    Benjamin
  • MotherHooseMotherHoose Member Posts: 2,456
    type: drawer … in GS New templates searchFilter
    this will bring up ORBZ drawer (which is probably the basis for the FruitNinjas)

    reWork ORBZ's drawer
    --using image NOT line
    --using one spawn not multiples

    (had used for a straightLine drawEFX)

    my do demo: http://www.mediafire.com/?9e4qrv4dm2046mn

    big hug and thanx to @ORBZ

    image MH
  • sebmacflysebmacfly Member Posts: 1,018
    @MotherHoose

    I tryed the demo but didn't work for a fruit nonja game, when you slice fast, no spawn...
    I have to find a way to always display a sword trace

    Thanks anyway ;)
  • MotherHooseMotherHoose Member Posts: 2,456
    alas, that is why there is the After Timer …
    needs to establish endpoint before it is visible

    you could try on the segmentActor taking the changeAttribute Color.alpha
    out of the rule … to speed things up a little

    but, I don't like how that looks … when drag is small

    ???
    think that maybe laying in transparent dots
    then spawning the sword image orientated to the segment's parameters … might work?
    ???

    @sebmacfly … gotta figure this one out … love the sword looks!

    image MH
  • MotherHooseMotherHoose Member Posts: 2,456
    great @tshirtbooth … just GREAT!

    know you will get things working perfect for us!

    image MH
  • sebmacflysebmacfly Member Posts: 1,018
    i was able to do it in a template i sell. but i have it set up for click rather then slice.
    ill try and take some time tonight and convert it to a swipe and upload it for everyone.

    check it out fast forward to 1:16 into the video

    AWESOME Tshirtbooth!!

    Can't wait to download it ;)

    Thanks a lot man...
  • sebmacflysebmacfly Member Posts: 1,018
    edited May 2012
    @tshirtbooth :
    Are you planning to share it here? or in a new thread?

    Thanks again mate!
Sign In or Register to comment.