PDA

View Full Version : help using the freeTransform as script by senocular


Navarone
09-11-2006, 06:56 PM
A kick-off from this thread loadMovie-duplicateMovie help (http://www.actionscript.org/forums/showthread.php3?t=116228&goto=newpost) I have somequestions about the freeTransform (http://proto.layer51.com/d.aspx?f=636) script or this version freeTransform (http://senocular.com/flash/actionscript.php?file=ActionScript_1.0/Prototypes/MovieClip/FreeTransform.as) by senocular.

The freeTransform script is located in the swf's that get loaded into my room scrollpane. Here are my problems, If I try to access the swf in the room, using room.content.onPress =function(), the freeTransform script doesn't work.

If I try to add the freeTransform with the room.content.onPress function the registration points for the loaded swf are all messed up. So what I want to have happen is,
1. When an Item is added to the room, I can select that item and delete it using the deleteKey.
2. I want to restrict the added items to the room bounderies.

Any help greatly appreciated.