| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
creative soloper
Join Date: Sep 2002
Posts: 43
|
Wondering if I want to use the results of a "service call" (is that the right terminolgy?) later in a script do I need to assign it to a variable or does it already get stored as something?
ie... ActionScript Code:
ActionScript Code:
|
|
|
|
|
|
#2 |
|
Master of Nothing
Join Date: Dec 2002
Location: San Diego, CA
Posts: 2,468
|
Since the returning object is a argument to the result handler, its scope is only valid in the result handler. Basically yes you need to assign it to a variable that can be accessed outside the function in order to use it later.
|
|
|
|
|
|
|
|
|
#3 |
|
creative soloper
Join Date: Sep 2002
Posts: 43
|
Thanks again.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|