Group: rec.arts.intfiction · Group Profile · Search for Drag1 in rec.arts.intfiction
Author: Fredrik Ramsberg
Date: Aug 24, 2008 03:15
I have a basic drag-drop class that provides simple drag-drop functionality for MCs that are manually laid out on the stage. It does this by passing the name of the stage MC to the constructor: var dragClip1:DragBasic = new DragBasic(drag1); The DragBasic class is in the code below. My questions are: 1. What is more advised with AS3 - to associate MCs with a class during runtime
|