A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Cursor changing idea using Resedit..?

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    11
    It's very straightforward to paste in a new cursor in resedit, but what I wanted to do was have two cursors, which are used at different points in the movie.

    I have a series of images some thumbnails, some enlargements and some closeups, I wanted to use something similar to the photoshop magnification tool idea (black & white is fine) a + icon when the the next frame is an enlargement, a - icon when the next frame is a reduction.

    Is there a way to do this in resedit? Or could I combine two movie's and use a flash actionscript to point to the different cursor icons??

    (I dont want to hide and replace the cursor from inside flash)

    Any suggestions appreciated.

    Thanks

  2. #2
    juggernart me2222's Avatar
    Join Date
    Jun 2000
    Posts
    1,322
    thisusernamecantbeinuse ,
    you could try asking someone at http://www.resexcellence.com
    (a big site about resource hacking)
    cheers

  3. #3
    Junior Member
    Join Date
    Jul 2001
    Posts
    11

    thanks..

    I've already posted there, no reply so far tho.

    Cheers

  4. #4

    changing cursor

    its not too hard...

    make some invisible buttons that would be over whatever image is to be enlarged. Add a script that says

    on rollover startDrag myCursor - and hide cursor

    myCursor is a MC that contains your cursor image.
    you probably should limit the drag movie clip to the image.

    the on rollOut statement will contain the stop dragMovie, and show cursor.

    OR

    You could also add a "toolbar" - just put a button that one needs to click on, the zoom icon. and when its clicked on, the start drag starts. And you could have the zoom cursor move all over the stage.

    lookup draggable movie clips and just think of the dragable MC as a cursor!

    CM

  5. #5
    Junior Member
    Join Date
    Jul 2001
    Posts
    11

    Re: changing cursor

    Originally posted by Christopher May
    its not too hard...

    make some invisible buttons that would be over whatever image is to be enlarged. Add a script that says

    on rollover startDrag myCursor - and hide cursor

    myCursor is a MC that contains your cursor image.
    you probably should limit the drag movie clip to the image.

    the on rollOut statement will contain the stop dragMovie, and show cursor.
    CM
    Thanks for the reply, I wondered if you'd mind elaborating a bit more as I'm having a few problems. (I've given up on the resedit idea)

    I've made an invisible button and tried to attach something like this to it;

    on (rollOver) {
    Mouse.hide();

  6. #6
    Junior Member
    Join Date
    Jul 2001
    Posts
    11

    cont'd

    [QUOTE]Originally posted by Christopher May
    [B]its not too hard...

    ..cont'd (seems my message was cut in half?)
    }

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