User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Sparkle around Objects Example for Norway

  1. #1
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sparkle around Objects Example for Norway

    This is one way to do it.

    Create Multiple Movements according to objects. Those are all path movements.

    Pretty easy and easyer to acomplish then adding animations for like 50 objects
    Attached files Attached files

  2. #2
    No Products Registered

    Join Date
    Jul 2007
    Location
    Norway
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway

    My problem isnt the pathmoving of my object. That part i have solved allready.

    If you ment movement of the sparkle-effect around my objects i dont think that metod will work for my project. Its a nice effect, but not what i am looking for.
    I want an effect that are present around the hole object at once, and that the effect move with my object, on the objects path until its destroyed.

    Maybe i just have to it the hard way, and make 1 animatation-series each 50+ objects, to get what i want (yikes).

    Wish my luck!

    hehe

    But thanks alot for the example. I am greatfull that you took the time making it.

  3. #3
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway

    on each path node create a spark object, so if you make the movement fast enough it will create a glowing sparkle effekt around the object in under 1 second.

  4. #4
    No Products Registered

    Join Date
    Jul 2007
    Location
    Norway
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway

    I tryed to make it go faster, but seems max was 100 (twice as fast as your 50).
    Atleast it wouldnt go faster then 100 on my comp.

  5. #5
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway

    Here is what I thought about. See attached.

    The movement is sligntly off, I would need to rerecord the movement and make sure it position is right to prevent it from sliding off the object.

    Now with some neat sparkle animation it would look nice.
    Attached files Attached files

  6. #6
    No Products Registered

    Join Date
    Jul 2007
    Location
    Norway
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway

    Yeah thats what i notised also when i tryed it earlyer today. That for each loop it changed posision more and more.

    Maybe i am able to use it still, if i just let the sparkle effect show when object is clicked.
    Object dont really HAVE to move, i just wanted to add that to make more happening on the screen. But the sparkle, yes that i MUST have.. hehe

    Thanks maVado. I will try agein with your new example and try make some neat sparkle animation.

  7. #7
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway

    It moves because the start and end point are not the same, Just record again and make sure both match.

    Another Solution:

    Lets imagine you define all your objects on a coordinate system, e.g. like below the banana:



    You could Save all those XY coords of each spot to an INI File:

    e.g. objects.ini -->

    [Banana]
    Maxloops=12
    1x=34
    1y=45
    2x=12
    2y=45
    ...

    Now when you click on the object Banana, start a loops for Maxloop value of the object from your ini. This allows you to be flexible with sparkle objects. Easy structured objects need less sparkles then complex objects.

    Now on each of the loop step you move a dummy object to that XY coordinate but related to the object (xDummy = xBanana + ValueGroupItem("Banana","x" + [current loopstep]) ... same for Y ) and create a sparke animation.

    If you use fastloops you should have 12 sparkle instant on the screen, and will propably look better.

    I make you an Example

  8. #8
    No Products Registered

    Join Date
    Sep 2006
    Location
    Germany
    Posts
    861
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway

    See attached

    create a text file and save it as "objects.ini" with the following content in the same folder as the MFA File.

    Code:
    [obj1]
    MAXLoops=6
    x0=2
    x1=16
    x2=24
    x3=34
    x4=12
    x5=20
    x6=57
    y0=6
    y1=16
    y2=2
    y3=24
    y4=34
    y5=60
    y6=41
    Attached files Attached files

  9. #9
    No Products Registered

    Join Date
    Jul 2007
    Location
    Norway
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway


    Thanks agein maVado

  10. #10
    No Products Registered

    Join Date
    Jul 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sparkle around Objects Example for Norway

    maVado, sorry to butt in, but the above sample that you used in your example is from a game I just finished playing, did you create that game?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Hidden objects (it thinks objects inside the screen are outside?)
    By SoftWarewolf in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 16th December 2012, 11:15 PM
  2. Compairing 'Objects AltValueA' to 'Objects AltValueB' dont work
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th May 2012, 12:27 AM
  3. Glow Example for Norway
    By Attan in forum File Archive
    Replies: 1
    Last Post: 12th September 2007, 05:42 AM
  4. Sparkle effect for Norway
    By stillhawk in forum File Archive
    Replies: 1
    Last Post: 12th September 2007, 05:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •