Menu

Jump Button. Please help!

2005-11-07
2012-12-25
  • Nobody/Anonymous

    The one problem I had with jumping is when I tried to alter it...
    I wanted to change the sprite so that it had a jump animation(I got it to land just fine- I used special functions for solids and hills.) but I couldn't understand the syntax...could you give an example of changing it to a jumping sprite?
    i.e.: playerjump

     
  • Benjamin Marty

    Benjamin Marty - 2005-11-09

    You can activate special functions from script.  Just activate a function that switches to playerjump:

    With ProjectObj.GamePlayer
       .ActivateFunction(.rMap.Specials("DoJump"))
    End With

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.