User Tag List

Results 1 to 4 of 4

Thread: Sprite engine bug

  1. #1


    Join Date
    Sep 2009
    Location
    Poland
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Sprite engine bug

    Hello, I made sprite engine but does not work as it should be. When I press right or down arrow
    everything seems okay but when I press up or left arrow Animation player starts to jump
    Please help me...
    Links to file :
    mirror1:http://rapidshare.com/files/278350273/SE.rar.html
    mirror2:http://www.speedyshare.com/297454670.html
    mirror3:http://www.storage.to/get/AYGLW40O/SE.rar
    thanks in advance

  2. #2
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sprite engine bug

    OK I figured it out.

    Make these changes;

    Event 11: Change < to <=
    Event 13: Change < to <=
    Event 19: Change X( "Buffer" )+32 > Alterable Value X( "Active Picture" ) to Change X( "Buffer" )+32 >= Alterable Value X( "Active Picture" )
    Event 19: Change Y( "Buffer" ) <= Alterable Value Y( "Active Picture" ) to Y( "Buffer" ) < Alterable Value Y( "Active Picture" )

  3. #3


    Join Date
    Sep 2009
    Location
    Poland
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sprite engine bug

    Thanks it's work but I change Event 15 and Event 16 too

    Event 15-> Start loop "Buffer X" 20 times to Start loop "Buffer X" 22 times

    Event 16-> Start loop "Buffer Y" 15 times to Start loop "Buffer Y" 16 times


    because when player X position greter 608 player
    becomes invisible so i fix it makes 22 loop
    and the same with Y position but maybe you know another way to fix it?

  4. #4
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Sprite engine bug

    Cool. Glad it works now.

Similar Threads

  1. Sprite Help
    By mr_mercury06uk in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 12th April 2013, 04:34 AM
  2. Sprite Engine
    By Red21a in forum File Archive
    Replies: 12
    Last Post: 8th October 2009, 01:30 AM
  3. The Arcane Engine (RTS / RPG Engine)
    By Ryan in forum File Archive
    Replies: 36
    Last Post: 4th October 2009, 04:46 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
  •