A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: tell target upgrade...

  1. #1
    the JesterTerrestrial Himself stumpy's Avatar
    Join Date
    Apr 2000
    Location
    The C.O.G. - County Of Grey
    Posts
    203

    tell target upgrade...

    Ok...its been a few days since I have done lots of action scripting...how would I change this to the newer "dot" method of tell target?


    on (release, dragOver) {
    tellTarget ("/SliderBar") {
    gotoAndStop(1);
    }
    setProperty("_level0/Pic1", _xscale, 100);
    setProperty("_level0/Pic1", _yscale, 100);
    }

  2. #2
    the JesterTerrestrial Himself stumpy's Avatar
    Join Date
    Apr 2000
    Location
    The C.O.G. - County Of Grey
    Posts
    203
    I am adding this under mikes account as he has said that this community is great and answer just about any questions...thanks...Chris

  3. #3
    OOP is one letter from OOPS kortex's Avatar
    Join Date
    Aug 2005
    Location
    New Hope, PA
    Posts
    2,668
    Well I will make an assumption about where Slidebar is located, but basically,

    on (release, dragOver) {
    _root.SliderBar.gotoAndStop(1);
    _level0.Pic1._xscale = 100;
    _level0.Pic1._yscale = 100;
    }
    Jeremy Wischusen
    Flash - Flex - LAMP - Web Developer Purple Inc
    AS OOP FAQ-Best Practices Thread | Flashkit OOP Tutorials | Purple Inc (day job) | Blog


  4. #4
    the JesterTerrestrial Himself stumpy's Avatar
    Join Date
    Apr 2000
    Location
    The C.O.G. - County Of Grey
    Posts
    203
    very nice...thank you

  5. #5
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    Moved from the Scripting and Backend to the ActionScript Forum.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center