Jump to content
A 2021 backup has been restored. Forums are closed and work in progress. Join our Discord server for more updates! ×
SoaH City Message Board

some help here


tonic41

Recommended Posts

I need some help adding some things.

Speed boost(like in sonic rush)-needed

I tryed to do this but it don't work on loops

Wall jumping

I cant even do this.I just want him stick on a wall and jump off like hes on a yellow spring(I really just need the sticking and jumping part)

Homing attack and jump dash(when not near enemy)needed

Moto Bug type(cant work on slopes)

More characters-needed

They fail to show up

And last rails-needed

You have to hold a button to stay on them(Im not going to over use them)

Link to comment
Share on other sites

What programming language/engine are you using?

Edit: Ugh, me and my RSS feeds; didn't bother to check the subforum title.

speed boost(like in sonic rush)-needed

I tryed to do this but it don't work on loops

You should just have to change the X speed value; nice and easy.

homing attack and jump dash(when not near enemy)needed

Jump dash is also as simple as changing the X speed, but while in the air. Also for the homing attack:

http://www.sonicfangameshq.com/forum/showpost.php?p=76186&postcount=4

Set Sonic's X and Y speed when an enemy is on-screen using that guide. You can check for an enemy on-screen by comparing its X and Y positions to the boundaries of the frame.

more characters-needed

They fail to show up

Pretty sure there's a global value called Character that handles all of that.

and last rails-needed

you have to hold a button to stay on(Im not going to over use them)

Make a rail object and set its qualifier ( in the object properties ) to group.0. Then, if you're not holding the grind button, set its flag 0 ( in the event editor ) to On. Make sure to set it Off again when you press the button.

Also btw, caps are respected around here. If your shift keys are broken, then head over to the Caps lock. It actually works like an object flag; you can turn it off and on and stuff it's awesome.

  • Like 1
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...