still problems with the matrix class

I hope that I get my favorite here, genius who helped me yesterday. I closed the thread until I tested it in fact the script because it made total sense. However, it does not work...

to import flash.geom.Matrix;

mast: var matrix = mc.transform.matrix; where "mc" = the instance name
mat.b = Math.Tan (45);

I would change the angle in which the y axis is skewed to a clip on the stage. any suggestions for what I am doing wrong?

You must reassign the matrix transformation of mc down after changing the carpet:

Tags: Adobe Animate

Similar Questions

  • Still problems with the adapter Bluetooth Toshiba Windows 7

    Hey there, it's me again.

    I am referring to my 'Problem Bluetooth on Windows 7' subject:

    I thought after the solution of bluecat that my problem has been resolved. But it isn't really.

    After you install the Windows fix, it worked just a short time. But now the problem is the same.

    When I remove the Toshiba Bluetooth Stack and try to work with Manager Bluetooth of Windows, I see that the Bluetooth icon is to come and one to go on the taskbar. In Device Manager, I said Windows, that it is not closed the device to save power. But I think that the device is on and walk and stop...

    I really absolutely have no idea what is the problem, but I get terribly angry.

    Details:
    Windows 7
    Dell Wireless Bluetooth internal adapter 350 (but it is manufactured by Toshiba)
    Experienced pilots: Vista Pack of profile of the Dell homepage (no battery installed, driver only) / Toshiba Bluetooth Stack (the latest version)

    This is the old thread:

    Hi all

    Just as I installed Windows 7, my keyboard and Bluetooth mouse do not work very well.

    I use the Dell Wireless 350 Bluetooth internal adapter, Toshiba Bluetooth Stack 8.00.02 and the keyboard and mouse Logitech MX1000.

    To connect the devices on my computer, I first have to disconnect the Bluetooth adapter by pressing Fn + F2 on my Dell i9400, after re-login I can search and connect devices correctly. They work fine as long as the laptop is running.

    After restarting the laptop, devices no longer work. They are still in the known, but not connected Bluetooth stack. That's why I have to unplug the adapter Bluetooth, another time and reconnect in order to connect the two devices.

    I first thought, it's a Windows problem. I thought that Windows is able to ask the adapter to save power. But when I go to Device Manager, there is no box for this option, as known from other devices (Te USB Ports). If this isn't the problem. I think the problem is something else, maybe performed by the Bluetooth stack.

    Windows XP it worked perfectly. I used the same hardware and also the battery Bluetooth Toshiba (uploaded on the homepage of Dell).

    Someone at - it ideas?

    Thank you!

    Daevu

    Hey there

    Yesterday I did Format C: and installed Windows 7 news.

    I do not have a bluetooth driver for my Dell Wireless 350 Bluetooth adapt (made by Toshiba).

    And now: the mouse and the keyboard work. I even do not see anywhere in my system, but they work.

    There is no bluetooth adapter in my device manager and I had do not connect the keyboard and mouse with my computer. She simply do nothing.

    I do not understand this...

    What is a backup connection?

    What I tried:
    -> Installation more recent Bluetooth Stack from Toshiba. Problem in the above message. I also installed the MS Hotfix. The same problem.

    -> Installed "Vista profile Pack" on the home page of Dell, recommended for my laptop and Windows Vista. There is no battery installed. So I had to connect the mouse and keyboard via the Windows Bluetooth Manager. But the adapter was performed on and off windows, the icon in the task bar came and went and came and went. Connection is good, 1 minute then a few seconds. Not possible to work with the mouse.

    And now, without having to install a driver, it works. Am I stupid?

    Daevu

  • problem with the TextSnapshot class

    someone can help me. I m stuck on this problem. I am not able to highlight the text to the second click. There is no redirect when I m trying to clean next time. to check the output problem please enter 'hot' in the text box and click the button, you'll see the text highlighted. but next time whent, you try to click on which he he's not showing any result.

    Please help me it is very urgent...

    var my_snap:TextSnapshot;

    S1.onRelease = function() {}
    my_snap = odd_img.getTextSnapshot ();
    hltextodd (St.Text, my_snap);
    };
    //******************set focus***************
    hltextodd = function (txt:String, wink: TextSnapshot) {}
    var fnd_arr = new Array();
    var start_pos:Number = 0;
    start_pos = snap.findText (start_pos, txt, true);
    found = 0;
    While (start_pos > 0) {}
    found = found + 1;
    [found] fnd_arr = start_pos;
    var finalB:Number = start_pos + txt.length;
    snap.setSelected (start_pos, finalB, true);
    trace (start_pos +', ' + finalB);
    start_pos += txt.length;
    start_pos = snap.findText (start_pos, txt, false);
    }

    };

    "to run this script adds a text of entry in scene with the name" "st ' and button with"s1 " and a clip with static text " TextSnapshot example, TextSnapshot example, TextSnapshot example, TextSnapshot example, TextSnapshot example TextSnapshot, TextSnapshot example TextSnapshot, TextSnapshot example, TextSnapshot example, TextSnapshot example, TextSnapshot example "

    Help, please... It is urgent. ..

    Thanks in advance.

    Thank you so much dear...

  • Small problem with the tween class?

    Hey everyone, I have a site that incorprerates several different interpolations, interpolation, running on a timer in the main movie(scrolling text), another developed with a button click (scrolling images) in a film that is loaded into the main movie. My problem is that tweens sometimes freeze, especially the scrolling text and from time to time, random images, interpolation of images scroll freezes. I should mention that I have several different EventListeners in the background to mouse clicks, and I have small (15 k) SWFs loaded into the film every 3.5 seconds. If anyone knows why the tweens freeze sometimes? could it have something to do with the loading and the EventListeners, or I have to live with?

    Thank you for reading and suggestions that you may have;


    The draft of the site is www.sunnysideosc.ca (select Gallery > pictures)

    Interpolations of freezing is usually caused by the instance of Tween getting the garbage collector. You must have the persistence of a reference to the Tween to prevent it of to GC would be. In other words, if you do this:

    new Tween(obj,'x',etc...)
    

    While Tween will get destroyed the tracks of time following GC. Instead, follow these steps:

    tween = new Tween(obj,'x',etc...)
    

    steerage "would be a property of the object in scope when the Tween is created.

    Also, you can create the Tween instance once at the beginning and assign to a property and use Tween.continueTo () to make the animations.

  • Problem with the Screen class

    Hello

    Please anyone suggest me that I had made an application for blackberry strom 9500 when I got extends the class of devices back button screen is disabled automatically. and when I extends the class screen it works correctly.

    I don't think that the class screen itself has the feature to close the screen when you press the ESC by default. If it isn't and you want to use it, you can pass the DEFAULT_CLOSE style to it.

    public class MyScreen extends Screen {     MyScreen(Manager m)     {          super(m, Screen.DEFAULT_CLOSE);      }
    
        protected void sublayout(int width, int height) {        // Add sublayout logic    }}
    

    Documentation: http://www.blackberry.com/developers/docs/5.0.0api/net/rim/device/api/ui/Screen.html#DEFAULT_CLOSE

    Is there a reason that you are using the Screen as opposed to screen or full screen class?

  • Still problems with the icon

    Hey guys,.

    My application got rejected for the second time because of the icon does not appear. I don't know what I'm doing wrong. Can anyone help?

    My icon was not 86 x 86 for v1.0.0. So, I presented a v1.0.1 with a size 86 x 86 icon (I've also attached this icon with this post).

    Looks like my blackberry - tablet.xml:

    Do not rename, there just need to be placed in the file of blackberry - tablet.xml.

  • Still problems with the passage of the anchor when scrolling down

    I wrote about last week and had to find a solution for my problem because I need to get a published site. Now, I noticed the same problem on another of my sites so I really need some help or information on how to solve this problem.

    The problem I have is, when I put an anchor in a page, when I click on the link to scroll down to it, the entire left page changes as it scrolls to the bottom of the page. You can see it on this link: http://www.chinookestateservices.com/july-10-12%2c-2015.html#kelsosale

    He has been very exaggerated on my other site, this one is not too bad, but I need to find a solution for this. On my laptop computer and a portable computer friends, I have the shift but on my 21 "iMac, it scrolls to close down. Can someone please take a look and see if you can shed any light on this? My solution was to put the anchor out of the page to the left, off the coast of the editing table, then it scrolls down, but you should be able to put the pegs almost anywhere on your page and scrolling must be straight, correct?

    Thanks much for the ideas.

    Annette

    This is the justified Center but it seems to be something odd about the site when you don't have it completely maxed out.

    There seems to be something in the lower right corner of your site that could do this.

    See the small blue line at the extreme right, which could be the culprit.

  • DW CS5 still works with the DW class in a course book?

    Hello

    I am working on DW classroom in a book and PS CS5, version 11.5.

    If you have 'Classroom in a book CS5', of course.

    Features are added and dropped between each version...

    DSR

    CS5.5

    CS6

    CS6 Cloud

    CC

    CC2014

    CC2014.1

    Any difference between the book and software versions could cause some frustration.

  • Problem with the Finder

    There were problems with my finder for a few months now. Whenever I click on the finder, it will take about 3 minutes to load, and then I'll be able to use it. This applies when I try to open any folder as well. The time-out period is really long. I restarted the finder many times and I've updated my IMAC as well. Can someone help with this situation?

    Thank you!

    Log on to your account and your account of comments. Are there still problems with the Finder in the comments? If not, he isolated to your user name and we can probably repair easily.

  • Hi guys, I had a problem with the monthly payment, it is written that my credit card data are no longer available, but my credit card is still valid until the 04.16 I olny a few days to fix this, is there another way to make a payment?... and h

    Hi guys, I had a problem with the monthly payment, it is written that my credit card data are no longer available, but my credit card is still valid until the 04.16 I olny a few days to fix this, is there another way to make a payment?... and how I can do?

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • I was not able to open my my Adobe Illustrator application after update. He says there are a few problems with the preference but after following the instructions, Illustrator still does not work and it keeps giving the samei question. Help, please.

    I was not able to open my my Adobe Illustrator application after update. He says there are a few problems with the preference but after following the instructions, Illustrator still does not work and it keeps giving the samei question. Help, please.

    I think you are talking after upgrade to CC 2015 you're not able to launch I. Also, I believe you speak for read only matter of preference.

    After following the instructions please do not launch Illustrator and check your file preference if the permissions have been set correctly. A good way would be to get inside the preferences folder and then try to create a file manually. If it succeeds, please write to [email protected]

    A few external links to help you set permissions:

    MAC

    OS X Yosemite: set permissions for items on your Mac

    WIN

    Set, view, change, or remove permissions on files and folders

    r-and-file-permissions/465f2b42-63dd-4486-8dd1-c870290efeed http://Answers.Microsoft.com/en-US/Windows/Forum/windows_vista-Files/How-do-i-change-folde

    Kind regards

    Ashutosh

  • better integration with the Mavericks. Still a problem with the display of the menu bar spaces when moved

    Much better integration with the OSX mavericks on the latest version. Without a doubt ahead of Parallels in terms of dual display/full screen. The menu bar has been resolved, but there is a ghost menu bar that appears when you move one space (fullscreen vm) from one monitor to the other. It resembles a translucent bar on top and without words. But clicking on it shows menus as if it is supposed to be links there.

    Yes, it is a known problem with the Mavericks Developer Preview; We work closely with Apple to find a solution. So far, we have seen only with the restoration of the window or when you move the window between monitors - if you leave full screen and enter again, it should work fine. If you notice any others, please let us know.

  • Strange problems with the database

    Hello

    I just got my Fuze and am very happy with it; However, I am having a very strange problem with the database. I have a 16 GB sdhc card that I use with the "rocket" and there are about 4 songs on the card that will not play and have no information charge tag. Their tags appear in the tag browser (not the in the track information screen) as just an empty rectangle. Under the track information screen, sizes are listed as ~ 4000 mb. The songs will not play and I can not jump in front of one of these songs once they were loaded.

    At first, I suspected some kind of corruption of tag, so I set out that night to track down the problem. I removed the 16 GB card and reset the player. Then, I loaded one of the corrupt in the internal memory of the player. The track has been scanned and played correctly. Then, I removed the track of the internal memory and it loaded on another SDHC card. Yet once, everything worked correctly, so I knew that the card I was using was a kind of system files or physical problem. I returned the original 16 GB sdhc card in the reader and checked that the file was still unplayable, and then I plugged the "rocket" to my computer. I transferred the unplayable file on my computer and compared (with md5sum) to the original file, thinking that if there was the file system or physical corruption the copy of the map would be damaged. However, the files were equivalent.

    To make things even more interesting, I also have problems with the registration of the kind. I have some files tagged Genres such as 'Classic' and 'Rock '. In the list of the genre, I see this:

    C

    CL

    CLA

    CLAS

    Class

    Classic

    Classic

    Classica

    Classic

    Rock

    So, there is corruption on the kind of 'Classic' but not the kind of "Rock". Each of the substrings of 'Classic' contains only a few titles, with most of the other titles listed where they should be. I checked that the tracks are labeled correctly and in exactly the same way as the other tracks that do not have this problem.

    I am at a total loss about what to do, and I'd really appreciate any advice or suggestions. I use the current firmware, 2.03.31a and the songs in question are in Ogg Vorbis format.

    MM

    Thanks for your replies.

    I managed to find what may be the problem. Tracks that received corrupt tags had the names of total path with more than 256 characters. It seems that the driver internal fat32 the rocket uses vomits all over the place when the path name is too long. Before the "rocket", I got an iPod running rockbox tags with the same directory structure that I have on the "rocket", so I don't think that this restriction on the length of the path name is a limitation or requirement of the fat32 file system. Reduce the path corrected the problem with the files being unreadable.

    However, the problem with foires genres the rest. Looking at the files show that corruption, they all have a little information in tags. Most of the information is contained in the hashes I have files that identify them via musicbrainz. The limit on the total number of characters in the tags of the track includes the "rocket" label is not read or use?

    MM

  • Problem with the compilation by using the new compiler (Compilation failed during execution: compilation-abc)

    Hello

    Since the release of the fast compiler, I experienced problems with the compilation of the version release with it.

    As it was still in beta, and since it was still possible to use the legacy compiler, I chose to use the legacy compiler each time (especially since it was more stable).

    With this 64-bit iOS requirement came into play on February 1, the legacy compiler is no longer available because it has been completely removed from AIR 16 (and all future versions).

    Now, I can no longer compile release versions (debug versions are works well) because I have the following error every time:

    Error occurred during the application of packaging:

    Stack dump:

    0 program arguments: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/bin/compile-abc / compile - abc.exe - mtriple = armv7-apple-ios - filetype = obj - sdk C:\Program Files\Adobe\Adobe Flash Builder 4.7 (Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/lib/avmglue.abc 64-fields C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot/lib/air-fields.)) arm-air.txt-O3-ane-symbol = MmgCmApiExtInitializer - ane-symbol = MmgCmApiExtFinalizer - ane-symbol = MmgRbApiExtInitializer - ane-symbol = MmgRbApiExtFinalizer - ane-symbol = MmgStoreKitApiExtInitializer-ane symbol = MmgStoreKitApiExtFinalizer-ane symbol = MmgGoViralApiExtInitializer-ane symbol = MmgGoViralApiExtFinalizer-ane symbol = MmgGaApiExtInitializer - ane-symbol = MmgGaApiExtFinalizer - ane-symbol = MmgGAIDFAAccessApiExtInitializer - ane-symbol = MmgGAIDFAAccessApiExtFinalizer - ane-symbol = AFExtensionInitializer - ane-symbol = PushwooshExtInitializer - ane-symbol = PushwooshExtFinalizer elease-temp\AOT\AOTBuildOutput4982262150932522887.tmp\ABCFilesList.txt-abc-file-list=C:\BingoIslandWeb\Client-branch-1.06.05\BingoIslanMobile\BingoIsland\bin-r

    Compilation failed during execution: compilation-abc


    I tried to pin-point the source of the problem leaving specific things in the code, while removing all the rest,

    But so far, all I could find is that he has a problem with the classes that extend EventDispatcher.

    Anyone encounter this problem and knows how to work around it?

    Thank you!



    I had this problem also with other things. It was difficult to solve. Remove all const and var conversion in the Document class solve my problems

  • Problem with the instruction FOR... Once again!

    Hello world

    Well, I'm still doing a slideshow of car using external files and can't see the end. The current movie is here:

    http://www.virtuallglab.com/projects.html

    I also enclose the code. My problem is I had initially set up an animation with 2 pictures slide with text and then wait 4 seconds before slipping outside, and then next photos and text would slip in and so on, using a setInterval.
    The problem is the loop FOR seems to ignore the setInterval and slides of the 'wait' service, so buckle up just quickly and get to the last picture, so now the example above, it comes the last picture (I = 9) and that's it!

    Can you do not include another function in a statement FOR. Or is there a way to tell the loop TO wait for all movement is complete?

    Any help greatly appreciated

    ***************************************************

    Mx.transitions import. *;
    Import mx.transitions.easing. *;


    for (i = 0; i < 10; i ++) {}

    var picLeft = "photos /"+ i + ".jpg"; ".
    var picRight = "pics /"+ i +"b.jpg";
    var txtToLoad = "text /"+ i + ".txt"; ".

    this.createEmptyMovieClip("leftHolder",1);
    leftHolder.loadMovie (picLeft, i, leftHolder.getNextHighestDepth ());
    leftHolder._x = - 200;
    leftHolder._y = 15;

    var leftTween:Tween = new Tween (leftHolder, "_x", Strong.easeOut, leftHolder._x, 10, 2, true);

    this.createEmptyMovieClip("centerHolder",2);
    centerHolder.loadMovie (picRight, i + "b", centerHolder.getNextHighestDepth ());
    centerHolder._x = 180;
    centerHolder._y = 250;

    var centerTween:Tween = new Tween (centerHolder, "FLF", Strong.easeOut, centerHolder._y, 15, 2, true ");

    Text._x = 600;

    myData = new LoadVars();
    myData.onLoad = function() {}
    text.carText.text = this.content;
    };
    myData.load (txtToLoad);

    var textTween:Tween = new Tween (text, "_x", Strong.easeOut, text._x, 420, 2, true);

    myInterval is setInterval (wait, 4000);.



    function wait() {}
    var leftTweenFinished:Tween = new Tween (leftHolder, "_x", Strong.easeOut, leftHolder._x,-200, 1, true);
    var centerTween:Tween = new Tween (centerHolder, "FLF", Strong.easeOut, centerHolder._y, 250, 1, true ");
    var textTween2:Tween = new Tween (text, "_x", Strong.easeOut, text._x, 600, 1, true);
    clearInterval (myInterval);

    }
    }


    ***************************************************************************************** ***

    There is no way to tell a loop to wait for. This isn't what they are doing.

    All of the loop for runs (if possible and it is not a kind of infinite loop) completely before whenever the image is rendered.

    If you want to spread in time, you must use the setInterval - but not inside a loop for! If you do this, you immediately set, but the number of intervals of your loop. In this case you will also assign IDS for these intervals to the same variable, replacement effectively the value so you won't ever be able to erase most of these intervals.

    That means rethink you the entire structure. Set up a kind of counter and limit like this:

    var slidesToShow:Number = 10;
    var curSlide:Number = 0;

    Then have your setInterval the curSlide increment each time it is called, and check to see if it showed all the. This is where the "loop".

    As for the other part of your question - Yes you are actually two different issues in progress - once again, you can't do a loop for, wait for anything. So no there is no way to pause while you wait for your pre-teen at the end. But you can be notified when a Tween completes.

    See the documentation on the tween class in the help files. You will find the onMotionFinished event. If you configure one of those to begin with everything that needs to be started when the Tween is finished.

    You should also use the MovieClipLoader class to load your images, because you don't know how long it will take to load. Using this class, you get a nice event (onLoadInit) that tells you when the asset is ready for use.

    Finally, I think that you might want to use instead of setInterval setTimeout. It runs only once, whereas setInterval repeat forever. So I think that your algorithm would be something like that.

    1. load creditrice
    2. when ready to animate in and set onMotionFinished Manager
    3. when the query is finished start loading assets and setTimeout for 4 seconds.
    4. when 4 seconds is up or the clip is loaded (no matter what either takes longer) go to 2 and repeat.

    If this is going to be run locally on a hard drive or CD you will have no problem with the length of time that it takes to load external assets, but if it's on the web it's going to take time.

Maybe you are looking for