PDA

View Full Version : rotation last selected movie clip? please help!



talmagwa
November 22nd, 2004, 08:30 AM
I am trying to make an interactive floor plan and I am stuck on the final aspect. The user can pick the type of table they want and can add or remove tables. I am using duplicate movie clip for this. There is one type of rectangular table which I need to rotate, the problem I am having is that I’d like the last table selected (dragged) to be the one which can be rotated by the arrow keys if desired, and I just can seem to get it right. Any thoughts?





TIA



Tom

Jack_Knife
November 22nd, 2004, 11:29 PM
What's your code reguarding the dragging of table's like? You could store the name of that specific table when you stop dragging it in a variable, then when the user presses the keys, it checks that variable for which table to rotate.