Tweening custom attributes?

eldiablo

  • Posts: 23
Are there any built in blocks to do this? I can't seem to find any other than the ones under motion.

Where are these blocks gone?

http://marte2007.no-ip.org/Public/Guide/Programmi%20e%20siti/Stencyl/blocks/attributes/Functions/tween.html

Xietao

  • Posts: 725
In Attributes tab
Free Time:
Monday, Wednesday, Friday: 13h
Tuesday, Thursday, Saturday, Sunday: 7h
Loving Linux...

rob1221

  • *
  • Posts: 9473
Those blocks don't exist anymore, although I don't know why.  The function is still listed in the API so you can probably try it out with code.

Code: [Select]
public function tweenNumber(attributeName:String, toValue:Number, duration:Number, easing:String):Boolean

eldiablo

  • Posts: 23
cool, thanks for the help!