controlling a rotating div with javascript

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default controlling a rotating div with javascript

    Here is the complete javascript, there are notes included to help find the problem.
    You can view what's happening at
    [url]http://www.viswiz.biz/simacor/test.html[/url]
    WickedSense Guest

  2. Similar Questions and Discussions

    1. Rotating an SWFLoader
      Hi, I'm trying write a simple wrapper application that loads an existing movieclip, and rotates is 90, 180 or 270 degrees. I've tried using both...
    2. to many rotating objects
      Hy guys. I have 24 objects that i want to rotate on their selfs. i used member('models').model('m1').rotate(0, 5, 0,#self) if i try to rotate more...
    3. animated GIF not rotating
      I am dynamically loading animated GIF files into my movie for display on the stage according to region as determined by a geologic locations...
    4. Rotating
      how do I rotate a primitive/model without rotating it's own axis system. example - When creating a cone, it is created with it's sharp end pointing...
    5. Controlling loadMovie with javascript
      Hi Guys, Is there a way that you can control a flash movie using HTML and/or Javascript on the same page? This is the code I am currently using...
  3. #2

    Default Re: controlling a rotating div with javascript

    Anyone? You just need to look at the contract all function, I know it is not
    scripted to handle cycling in reverse.

    The div tags are dropmsg0, dropmsg1, dropmsg2 etc. These tags are dynamically
    loaded from a .txt with javascript into the specific cell.

    WickedSense Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139