Author Topic: Ideas for improving the command prompt  (Read 760 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
Ideas for improving the command prompt
« on: April 28, 2020, 03:12:33 PM »
Here are a lot of small ideas to improve the command prompt.

Fade time
Add to fade out and fade in a numeric parameter
Code: [Select]
fade in = 2
fade out = 2
The number is the quantity of 1/10th seconds to choose, will be better step by step but for now 1/10 is fine.

Specify better the shake time
Shake screen actually allows to select the time of the crash, but will be highly better if you can select a time in steps or 1/10 like before.

Key pressed, key down and key release commands:
The title explains itself.
Code: [Select]
if key pressed = attack
score + 10

Key command allow to work with numerical keys
As the GameMaker's char command I think, allow the key command to use a number instead of a key, so you can work with any button.

Choose talk speed
Allow users to choose the talking speed for anything.

Allow to give speed to items, players, enemies etc.
Set the vspeed, and hspeed of anything to do some cool stuff with it. NOTE: The command SHOULD work with internal values, no high, low, medium, numbers and real numbers.

Allow negative and decimal values
Really, please!
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: Ideas for improving the command prompt
« Reply #1 on: April 28, 2020, 06:14:35 PM »
I agree 1000%!