Help Reversing direction of spinning object...

Hi,
I am VERY limited to flash. I have been teaching myself by
using templets and see how things work. So i purchased a small
templete (i know i know a damn templete) and i cant get this
certain movie to REVERSE its current rotation. I have tried
everything that i can find but there must be an easier way!
Movie
Flash snapshot
ANY help would be great....It just looks dumb on the site
when the record is spinning the WRONG WAY to the needle...

Hi Brian
What code have you used to rotate at present?
"brian the dj" <[email protected]> wrote in
message
news:g0f0ft$dq5$[email protected]..
> Hi,
> I am VERY limited to flash. I have been teaching myself
by using templets
> and
> see how things work. So i purchased a small templete (i
know i know a damn
> templete) and i cant get this certain movie to REVERSE
its current
> rotation. I
> have tried everything that i can find but there must be
an easier way!
>
http://www.djvelocitee.com/Help/Help.swf
>
http://www.djvelocitee.com/Help/Help.bmp
>
> ANY help would be great....It just looks dumb on the
site when the record
> is
> spinning the WRONG WAY to the needle...
>

Similar Messages

  • PROBLEM WITH LOGO PRINTING IN REVERSE DIRECTION

    HI,
    When Ever I take the print out of the checks, The company logo is getting printed in reverse direction, but if i look at the print preview , it is showing up correctly. even if i take the print out of just  the logo from SE78, the logo is getting printed out in reverse direction...I think it is the problem with the printer settings, but i m not sure. Can any one please help me out with this issue,
    Regards,
    Raghu

    Hi,
      Are you trying to get this print directly from the backend or some frondend application triggers your form? As I also faced same problem many a times but then observed that when smartform was triggered from frontend, logo was always in its right position.
    Regards,
    Shikha

  • My laptop screen displays on reverse direction

    HP Pavilion DV6-2121er
    OS: Windows 7 Home Basic
    My laptop screen displays texts and symbols on reverse direction. For example, on the desktop "My computer"  - as "retupmoc yM".
    I did reinstall my OS, but it didn't help me.
    What problem may be? Please, help me!

    I have the same problem.  A more accurate description would be that the display is mirrored...
    If I view the reflection of my display in a mirror everything appears normal.
    If I view my display directly everything is reversed horizontally pixel by pixel (i.e.. mirrored).
    At no point during the boot process is the display correct.  As soon as the BIOS posts the screen is messed up so this issue has nothing to do with the display driver as it's not even loaded yet.
    My problem is actually slightly worse.  My display is mirrored and then shifted to the right half a screen length with pixels beyond the right edge of the screen getting wrapped around to the left side of the screen.  You can get a sense of the problem by doing or imagining the following scenerio:
    1) Take a screen shot of your desktop.
    2) Open the screen shot in photoshop and mirror it (not the same as rotating or flipping)
    3) Print the screen shot and tape the left edge of the paper to the right edge forming a tube
    4) Make the tube flat again by cutting it down what used to be the middle of the image.
    Please help HP

  • Reverse Engineer / Import Selected Objects

    Hello All,
         I am new to ODI tool and trying to understand, how to reverse engineer / import selected objects? I am unable to do this.
    For instance, I have 10 tables in database, I want to import/reverse engineer 3 of them, how do I this in one go? I am able to do this, one by one.
    Your Help is appreciated.
    Thanks,
    Andy.

    Hi
    Create a model.--> click on selective reverse engineering---> check New Datastore and object to reverse engineer. then you can select 3 tables out of 10 tables.
    what do you mean by import here ?
    Are you trying to  import 3 tables from ODI ?
    Thanks

  • Directly change an objects variable

    Hi everyone,
    I'm a bit rusty with my ABAP, and I was hoping you could help.
    I have my object called 'value', which has many classes in it, and each of these classes have variables.  My question is, how do I directly access those variables through the object, without calling a utility?  I want to set VAR A to something, how would I do that?
    The hierarchy goes:
    OBJECT value
         CL_1
                    VAR A
                    VAR B
         CL_2
                   VAR A
                   VAR B
    How do I directly change these variables?
    Thanks in advance!

    Hi
    Check with below sample code
    REPORT ysubdel .
    INTERFACE i1 .
      DATA          : inum TYPE i  .
      DATA          : cnum TYPE i  .
    ENDINTERFACE.                    "i1
    CLASS c1 DEFINITION .
      PUBLIC SECTION.
        INTERFACES : i1 DATA VALUES inum = 5 cnum = 6  .
    ENDCLASS.                    "c1 DEFINITION
    CLASS c1 IMPLEMENTATION.
    ENDCLASS.                    "c1 IMPLEMENTATION
    START-OF-SELECTION.
      DATA : oref TYPE REF TO c1 .
      CREATE OBJECT : oref.
      WRITE:/5 'Values from class',oref->i1~inum ,
                 oref->i1~cnum .
      oref->i1~inum   = '7'.
      oref->i1~cnum  = '8'.
      WRITE:/5 'Values after changing',oref->i1~inum ,
    oref->i1~cnum .
      oref->i1~inum   = '7'.
      oref->i1~cnum  = '8'.
    Regards
    Srilaxmi

  • Spinning object and moving it faster with mouse down

    I am using AS2 (CS3 Flash) and know how to do a simple motion
    tween to create a spinning object (which is just a color wheel). I
    was wondering how to take it to the next level and have it
    interactive. I'd like it to be able to rotate faster with a mouse
    down and drag if possible. Any suggestions? I don't really know AS,
    but can do what I'm told to do - I'm more designer than
    programmer.

    sure - well instead of using a motion tween, you should
    directly manipulate the objects spin using the _rotation property
    within an onEnterFrame loop - in this way you can then adjust the
    value of the step in the rotation (by degrees) when the user
    presses the mouse button - then reset it to the orginal value on
    release. as for dragging an Object, you would use the startDrag()
    and stopDrag() methods of the MovieClip class. you would end up
    with something like this:

  • How do you select an object that is directly under another object?

    How do you select an object that is directly under another object?
    I was working from a template and I wanted to make a text box the same size as a column box that was put there in order to keep the text in the confines of the paper that is was being printed to.
    I could actually put text in each column fine but I wanted it to be in a text box so that I could slightly tilt the test box to compensate for my printer feeding it in slightly wrong. I accomplished this on another template but I could not on this one. If I was working in InDesign or something I know I could just select that layer but I'm at a loss of what to do here. How do I select a column right under a text box? I just thought of something. Once I make the text boxes the same size as the columns I think I can just delete the columns from the inspector. But that would be kind of a work around. I know you can hold down command when nothing is selected from outside the document and then highlight but this is not working. Does anyone have some tips and tricks when it comes to having control over which objects you are selecting when it comes to objects that are overlapped as well as directly over each other.
    Thanks.
    Tim

    I'm not sure it's documented any where, but it's not too difficult. First, ⌘-click outside of the layout area to enter object mode then drag the cursor towards the two objects until you see the handles. Now, again ⌘-click on the top object to deselect it. You can now move the underlying object to the front to edit, delete, etc.
    After typing this, it dawned on me, why not just click the top object to select it & move it to the back? I've only done the other way a bazillion times & now I think of this.

  • Searching in reverse direction

    Hello,
    Anybody any idea as to how i can search a string or character starting from the reverse direction i.e from the end point of the document
    Thanks in advance.
    Reg,
    suri

    OOOPS, sorry, here is the right one:
    public class reversDemo {
    public reversDemo() {
    public static void main (String args[]) {
    java.lang.String s = "Hello World";
    for(int i=0; i<s.length(); i++){
    System.out.println(s.substring(s.length()-i-1, s.length()-i));
    }

  • Help Request! Static Array Objects.

    Hi, I'm a newbie looking for help with creating a static object array in the constructor of a class so the array can be accessed from all other classes but remains the same set of values for manipulation.
    My code looks like;
    public class ShipDatabase
    public static Ship shipList[];
    static {shipList[0] = new Ship("Sentry", 15, 10, "Scout");
    " " " etc
    shipList[5] = new Ship("Guard", 20, 2, "Scout");}
    However it won't compile. Also I need to know how to access it from other classes when it does compile.
    Any help is good help.

    eg?
    public class ShipDatabase
          private static class Ship
             private String s = null, ss = null;
             private int i = -1, j = -1;
             public Ship( String s, int i, int j, String ss )
                this.s = s;
                this.ss = ss;
                this.i = i;
                this.j = j;
             public String toString()
                return s + ", " + ss + ", " + i + ", " + j;
          public static Ship shipList[] = new Ship[]
          new Ship("Sentry", 15, 10, "Scout"),
          new Ship("Guard", 20, 2, "Scout")
          public static void main( String[] args )
          for( int i = 0; i < shipList.length; i++ )
             System.out.println( "sl: " + shipList[ i ] );
    }

  • When I try to quit firefox, it hangs. I cannot force quit and I cannot restart. I tried the online help which directed me to uninstall, but I couldn't find library /application support. How can I fix this without having to turn off the computer?.

    I cannot force quit and I cannot restart. I tried the online help which directed me to uninstall, but I couldn't find library /application support. How can I fix this without having to turn off the computer?.

    Not sure if this Term is Relevant towards an iPhone but, my iPhone won't Post unless if it's plugged into a Charger.

  • Word 2008 Arabic script - not connected or reversed direction?

    Hi - we have upgraded to Word 2008. My wife is studying Arabic. Now any typing in word does not connect the letters nor go in reverse direction. Have set the Keyboard to Arabic QWERTY. Also, when copy and pasting Arabic translations (eg from Google) they the paste looses character connections and order reverses. Pasting into MAIL comes out OK.
    Do I need to specially import a font for Word? 2004 was OK.

    Do I need to specially import a font for Word? 2004 was OK.
    You are mistaken, MS Word for Mac has never supported Arabic. Only the Windows version can do it. You need to use another app. TextEdit that comes with OS X works, Mellel is the best.
    http://homepage.mac.com/thgewecke/TypingArabic.html

  • Find reference reverse direction

    I have a simple motion application that I am trying to troubleshoot.
    I am moving my motor from the home position to the user specified target position in the forward direction. I then want to return back to home (in the reverse direction). However, whenever I use find reference.flx to find home, it only wants to move in the forward direction.
    How can I get find reference.flx to find home in the reverse direction.
    LabView 8.6.1
    NI-Motion 7.7
    PCI 7334
    Solved!
    Go to Solution.

    Thanks for the reply Jochen!
    Just so that I understand correctly, would I have to wire Find Reference.flx after the Load Reference Parameter.flx?
    And, using Load Reference Parameter.flx could I load multiple parameters? (Example: Could I select the Inital Search Direction and the Edge To Stop On?)

  • Directly launch the object if only one result is found (SEARCH_AUTONAV )

    Hi All
    We are on CRM 7.0 EP1, and I read an article in CRMEXPERT  that one of the improvements in CRM 7.0  would be to jump to the object directly if only one result is found. For example, if I know the sales order number I can open it directly by putting the SO number in search field 'Sales Order' and instead of giving me the result list, the system will directly open the sales order.
    The parameter to used for this is SEARCH_AUTONAV in function profile.But when I test this it is not working.I did not found any documentation about this parameter on help.sap or internet.
    Any idea about this parameter and how to use it?
    Or is there anyway to achieve what I am looking for?
    Thanks in advance for your help
    Swapnil

    Hello Swapnil,
    I'm not sure that SEARCH_AUTONAV is a desired parameter. But there is an improvement request which SAP has introduced by the [Note 1602520 - Improvement requests: Central Edit Button, One hit display|https://service.sap.com/sap/support/notes/1602520].
    Also for tehcnical basis please refer to [Note 1548131 - CC1: Automatic navigation to search result (technical basis)|https://service.sap.com/sap/support/notes/1548131].
    In general it's all about ONE_HIT_DIRECT_DISPL parameter.

  • Need Help with Filling in Created Object

    I'm trying to fill in this object with a solid color I created just using the arc tool. However,  what happens when I use the default fill and stroke tool is that it fills in the shape of the arc rather than just inside the object
    Can someone help me figure out how to fill in just inside the object? I have CS6. Thanks

    dknovice,
    In addition to what Doug said, your screenshot says that you have two paths meeting in the middle. You can just select them and Ctrl/Cmd+J (I think). In earlier versions you needed to Direct Select one set of coinciding end Anchor points (the top or bottom set (dragging over only them after having deselected everything), and then you could (normal) select the whole path and Ctrl/Cmd+J to join the other set.

  • Reversing direction of Text Behaviors

    Hi all -
    Once again, back with another question. Any Motion gurus out there, would love your input.
    So, several of the text effects in Motion feature a "wipe/burn/glow on" where a text object starts at 0 opacity and is brought up to 100% as the effect completes. You have two options for the direction these effects go - left to right, or right to left. I want my text to "burn" in ("Flash intro" behavior) from the right side of the screen.
    What I can't figure out is, when I switch the Direction to "right to left", instead of burning on from 0% to 100%, it goes from 100% to 0% - i.e. erasing the text instead of laying it down. What gives? I can't imagine that a program like this wouldn't allow you to go either direction.
    So what am I doing wrong?..FYI, I tried using the "Reverse" parameter behavior, but you can't apply this to "Direction."
    Thanks in advance!
    Dual 2.6 Intel G5   Mac OS X (10.4.8)  

    Have you try change the (from/to)dropdown list ?

Maybe you are looking for

  • IPhoto 6 and TiVo sharing

    I have always been able to view my iPhotos thru my TiVo. Now with iPhoto 6 I cannot. I have opened the TCP port on my firewall, I have enabled sharing in iPhoto and in shapring preferences. My TiVo gets to the internet, and I can ping it from my comp

  • How stop the automatic statistics collection job after the maintenance wind

    Hi, we are for a solution to stop the automatic statistics collection job after the maintenance window finished. we disable all jobs except the automatic statistics collection, because this is the only one we want to run. Then we define specific valu

  • Which item/record was right click fired from

    im using the popup menu but find it hard to detect which item/record the cursor was at when the right mouse button was clicked. If I use trigger_item I get the item where the mouse was last and not the new one that I just clicked. mouse_item is null

  • Newbee question: Limiting Access

    Ok, here the situation. In my school, I would like to be able to block temporary access to internet or other software to my students individually or globally if needed. Is it possible to do that with ARD? I log to one of my student station and block

  • When use scan mode and FPGA simultaneously, why does the FIFO Read can not be used?

    Hello, I am using compactRIO-9025 to do a project and trying to use scan mode and FPGA simultaneously ( Hybrid mode). I have already build a project as the following tutorial. http://digital.ni.com/public.nsf/allkb/0DB7FEF37C26AF85862575C400531690 an