where is the "set dx to" and "set to dy" block in stencyl 3.0

robxD321

  • Posts: 2
hello everyone well im trying to make a tower defense game and im reading a tutorial but the version of stencyl use in the tutorial is 2.0 so i would like to know where is the "set dx to" and "set dy to" block in stencyl 3.0
thanks  :)

sdieters

  • Posts: 2068
what do you mean with set dx/dy?
My new profile is TheIndieStation.
When you see a recent post with this name, i'm probably using my phone. So dont mind any typo's =p

Alexin

  • *
  • Posts: 3127
It's probably an attribute.
"Find the fun"
alexin@stencyl.com

mdotedot

  • Posts: 1654
Hello robxD321,

Welcome to the forum.

Probably you are looking for this:


You have to create those attribute-blocks yourself:
-go into design mode (it is default)
- Locate the Attributes tab on the right hand (between scene and game)
- [Create an Attribute...]
- name: dy and select number as its type
- Now you have a set dy to in the setters sub-tab

The screen looks like this if you followed the steps:



Hope this helps.

Best regards from
M.E.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.

robxD321

  • Posts: 2
oh thank you mdotedot, well i have one more question how can i make a circular region?

mdotedot

  • Posts: 1654
Hello RobXD321,

Please make a new forum post for new questions!
You can create a circular region in the design to right-click on the
  • on Region icon. It should give you the option to create a circle region.


Best regards from
M.E.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.