Author Topic: Super Easy Running System  (Read 1989 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Super Easy Running System
« on: February 18, 2020, 09:26:32 AM »
Looping command prompt for player:
Code: [Select]
if key = pick
{
speed = 64
}
else
{
speed = 40
}

Combined with good physics will be cool. You can change the speed to anything you want, also the key you want to use for running.
Sorry because my English is not very good because I'm Spanish ;) :P

War

  • "The top player is here!"
  • Level 20: Nobom
  • *
  • Posts: 1490
    • View Profile
    • My website
Re: Super Easy Running System
« Reply #1 on: February 18, 2020, 11:40:35 AM »
Looping command prompt for player:
Code: [Select]
if key = pick
{
speed = 64
}
else
{
speed = 40
}

Combined with good physics will be cool. You can change the speed to anything you want, also the key you want to use for running.
Good thing someone finally posted the method
I didn't found many interest in sharing it
Hey, wassup wassup? My name is Warrior555MainsGanon (but just call me War) and I'm the main guy behind Megaman Zero Online and the upcoming Matt's Adventure! I don't speak often here but I'm a very friendly lad so if you wanna talk, don't hesitate!

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Re: Super Easy Running System
« Reply #2 on: February 18, 2020, 11:49:53 AM »
I used this method for a lot now. I want to share it to allow more people to use it for better games.
Sorry because my English is not very good because I'm Spanish ;) :P

War

  • "The top player is here!"
  • Level 20: Nobom
  • *
  • Posts: 1490
    • View Profile
    • My website
Re: Super Easy Running System
« Reply #3 on: February 18, 2020, 12:17:29 PM »
I used this method for a lot now. I want to share it to allow more people to use it for better games.
Yeah in fact we can make better game with this method
I wanted to use it for a 1-1 remake in PB sometimes ago but I lost the files and I wasn't interested for using this in Matt Adventure
Good reflex you got !
Hey, wassup wassup? My name is Warrior555MainsGanon (but just call me War) and I'm the main guy behind Megaman Zero Online and the upcoming Matt's Adventure! I don't speak often here but I'm a very friendly lad so if you wanna talk, don't hesitate!

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Re: Super Easy Running System
« Reply #4 on: February 18, 2020, 12:22:18 PM »
Ty! I'm still doing things on PB even with my inactivity
Sorry because my English is not very good because I'm Spanish ;) :P

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: Super Easy Running System
« Reply #5 on: February 18, 2020, 05:48:35 PM »
ASM will not feature a run button. I think it's best the way it is already made.

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Re: Super Easy Running System
« Reply #6 on: February 20, 2020, 11:17:34 AM »
ASM will not feature a run button. I think it's best the way it is already made.
The most probable is that my next project would have a run button.
Sorry because my English is not very good because I'm Spanish ;) :P