"Speed"feature in Stencyl

2DIndie

  • Posts: 51
Hello,

in another game engine i have seen something for the speed setting and here a figure shows the speed.
You can see this here: https://youtu.be/YzgCTXoRyp0?t=473

It would be nice to have this in stencyl too. ;)

« Last Edit: August 22, 2020, 02:48:17 am by 2DIndie »

JeffreyDriver

  • Posts: 2262
Custom code: Engine.STEP_SIZE = Std.int(_Speed);

Speed (_Speed) is a number attribute. 10 is normal speed. Can't have a number lower than 1.

2DIndie

  • Posts: 51
Where does this go? :-[


2DIndie

  • Posts: 51
I think it's not what i want. :-[