Author Topic: commands to move blocks  (Read 908 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
commands to move blocks
« on: April 20, 2020, 02:32:01 PM »
Code: [Select]
block 1 speed = 5
block 1 = left
//5 pixels per step, left direction
The title explains itself.
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: commands to move blocks
« Reply #1 on: April 20, 2020, 03:31:48 PM »
Why need this when you've got X and Y positioning? Sure, it's not perfect, but I'm sure TingThing could do a few adjustments to make it more useful.

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: commands to move blocks
« Reply #2 on: April 20, 2020, 04:17:05 PM »
Why need this when you've got X and Y positioning? Sure, it's not perfect, but I'm sure TingThing could do a few adjustments to make it more useful.
Excelent question. X and Y would be like a positioning way for blocks. While this will add movement to the blocks, that would be useful to make our own moving platforms.
Sorry because my English is not very good because I'm Spanish ;) :P