Creating AS3.0 Components Notes

_targetInstanceName vs scrollTargetName

_targetInstanceName

[Inspectable(_targetInstanceName="" name="targetMC")]
  1. public function get _targetInstanceName():MovieClip {
  2. return targetMC;
  3. }
  4. public function set _targetInstanceName(targetName:MovieClip) {
  5. targetMC = this._parent[targetName];
  6. }

is now replaced by scrollTargetName:

[Inspectable(name="targetMC")]
  1.  
  2. public function get scrollTargetName():String {
  3. return String(targetMC)
  4. }
  5. public function set scrollTargetName(targetName:String):void {
  6. trace('targetName '+targetMC)
  7. try {
  8. targetMC = parent[targetName];
  9. //scrollTarget = parent.getChildByName(target) as TextField;
  10. } catch (error:Error) {
  11. throw new Error("targetMC not found");
  12. }
  13. }

Why? I have no idea.

Component_avatar vs boundingBox

Component_avatar knowen as boundingBox in as2.0 components must be 80×22 or your live preview will scale outslide of the Component_avatar.

6 Responses to “Creating AS3.0 Components Notes”

  1. MATTHEW Says:
    July 21st, 2010 at 11:38 pm


    MedicamentSpot.com. Canadian Health&Care.No prescription online pharmacy.Special Internet Prices.Best quality drugs. Online Pharmacy. Order pills online

    Buy:Viagra.Super Active ED Pack.Cialis.Cialis Professional.Viagra Super Active+.Cialis Super Active+.Viagra Soft Tabs.Levitra.Maxaman.Soma.Zithromax.Viagra Professional.VPXL.Tramadol.Propecia.Cialis Soft Tabs.Viagra Super Force….

  2. Backerd Says:
    August 16th, 2010 at 4:13 am

    BssTracing…

    Watch Tv shows online [...]In this post, their[...]…

  3. Apelons Says:
    August 19th, 2010 at 8:57 am

    Entrancemagazine…

    online tv shows [...]I have been waiting for this info for weeks![...]…

  4. Baboolal Says:
    August 24th, 2010 at 12:49 am

    LiveTVNFL…

    online nfl [...]This post discribes some[...]…

  5. Adjuder Says:
    August 24th, 2010 at 1:45 am

    FreshNFL…

    Philadelphia Eagles live [...]I have been waiting for this info for weeks![...]…

  6. Acne Says:
    August 30th, 2010 at 4:20 am

    Acne http://lfree18f.BEDROOMPROPERTY.INFO/tag/Treatment+For+Acne+women/ : For…

    women…

Leave a Reply

You must be logged in to post a comment.