Height/Width of Actor Type before Spawn

dreph

  • Posts: 142
Howdy!

I'm back at it again, just messing around with some concepts.  I am trying to get the width of a specific Actor Type before I spawn the actor.  I have read that there is a code option for this, but 1) I'm unsure how to actually implement a proper line of code in Stencyl, and 2) I feel that there should be a method to get this information without writing code. 

If anyone could lead me in the right direction, that would be stupendous.  I've been trying to figure it out for a couple of hours now.  Thanks in advance!

colburt187

  • *
  • Posts: 2416
You could maybe use the for each actor of type block?

Bombini

  • *
  • Posts: 1400
I am using this a lot!

dreph

  • Posts: 142
Oh Dudes! Nice! This worked perfectly for what I needed.