# Papervision: Tweening Plane height

**URL:** https://forum.kirupa.com/t/papervision-tweening-plane-height/279434
**Category:** flash
**Created:** [January 14, 2009, 6:22pm UTC](https://forum.kirupa.com/t/papervision-tweening-plane-height/279434 "2009-01-14T18:22:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![johnnymeerkat](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/johnnymeerkat/32/1254_2.png) [@johnnymeerkat](https://forum.kirupa.com/u/johnnymeerkat)
#### Post date: [January 14, 2009, 6:22pm UTC](https://forum.kirupa.com/t/papervision-tweening-plane-height/279434/1 "2009-01-14T18:22:46Z")

</div>

Hey guys

I’ve been googling this for about two hours and coming up seriously short.

In AS3 using Tweener, I’d like to be able to tween the height of a plane in Papervision. However, using the following (where p is the Plane):

```php
 
Tweener.addTween(p, { height:moveTo, time:1} );

```

I get ‘Property height not found on org.papervision3d.objects.primitives.Plane and there is no default value’; so while you can define the height as an argument when defining a plane, you can’t access it later.

Does anybody have any suggestions on how to do this? It’s driving me to distraction 😕
