Suggestion Issue: Get actor X scale / Y scale block


Pages: 1

dtishin

  • Subscriber - Stencyl Indie
  • *
March 20, 2021, 12:16:21 pm
There's a "grow actor" block under Actors ->Tweens, but there is no getter block to read the current scale of an actor.


Justin

  • Master Stencyler
  • *
April 04, 2021, 06:25:09 pm
For now, that information can be retrieved with the following code:
Code: [Select]
actor.realScaleX * 100
actor.realScaleY * 100


Pages: 1

Details

  • Reported
    March 20, 2021, 12:16:21 pm
  • Updated
    April 04, 2021, 06:25:09 pm

  • View Status
    Public
  • Type
    Suggestion
  • Status
    New
  • Priority
    Normal
  • Version
    (none)
  • Fixed in
    (none)
  • Assigned to
    (none)
  • Category
    Design Mode

Tags