
Welcome Guest
|
#1
|
|||
|
|||
|
Functions in multiple instances of a movie clip
Okay, so I have a piece of code in the timeline which allows you to drag and drop an object. Say I had the Movie Clip "circle" that could be dragge and dropped. Then here is my code in the timeline:
Actionscript:
circle.onPress = function(){
this.startDrag(true);
}
circle.onRelease = function(){
this.stopDrag();
}Any idea how I can get around this? |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Goto + movie clip in a movie clip | mongolian | Newbies |
2 | 11-20-2007 07:07 AM |
| Movie Clip buttons will not work with instances | teni | Newbies |
0 | 08-14-2007 10:56 PM |
| Movie Clip within a Movie Clip: Text Linkage Problem | Inquirer | Newbies |
5 | 12-27-2005 08:22 AM |
| What is the best way to do this? | rolento | Newbies |
29 | 12-09-2005 10:12 PM |
| on mouse effects in movie clip instances | Vesper | Flash 5 Actionscript |
1 | 06-25-2001 04:26 PM |

Programming Languages



