
Welcome Guest
|
|
|
#1
|
|||
|
|||
|
Properties?
Just wondering what the difference is when referencing a movie clip's location between:
var TEMP = Movie_mc._x; var TEMP = getProperty("Movie_mc", _x); ..been doing alot of mathematical stuff lately and just want to make sure the page wont explode on me when i least expect it.. |
|
#2
|
||||
|
||||
|
They do the same thing. The second one
Actionscript:
getProperty("my_mc", _x) Actionscript:
my_mc._x
__________________
Our greatest glory is not in never falling but in rising everytime we fall. - Confucius Blog | Shared Items |
|
#3
|
|||
|
|||
|
good deal, thanks.
|
«
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 |
| loadMovie with custom properties... | JeffScript | Newbies |
3 | 02-25-2006 12:46 PM |
| createChildren do not access instance properties | Joan Garnet | Actionscript 2.0 Components |
4 | 07-20-2005 01:18 PM |
| width & height properties of components | Ultraniblet | Actionscript 2.0 Components |
1 | 05-29-2005 11:49 PM |
| Properties of Browser Window | toddbuckles | Flash MX ActionScript |
1 | 08-12-2002 08:28 AM |
| Properties | toddbuckles | Newbies |
1 | 08-12-2002 04:06 AM |




