|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 10/19/2009 at 03:58AM PDT, ID: 24823113 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: |
private function addMovement():void
{
items_container_mc.addEventListener(Event.ENTER_FRAME,moveItems);
}
// move items
private function moveItems(evt:Event):void
{
import com.afcomponents.events.LoopEvent;
// What code do I put here?
}
|
Advertisement