Search  

CURSOR NAV

This is a nice cursor with rotation if cursor position > or < than half stage width and when you click change to next photo or previous photo respectely. This is recomended for advanced photo galleries. Purchase this file and you can learn more about the actionscript code (documented).

MORE BY JORGEPIRES

Preloaders

Image Viewers

Full Sites / Templates

Backgrounds

Utilities

Buttons & Menus

Sound Packs

Posted 7 months ago

i like that arrow animation :D

Posted 7 months ago

great idea :)

Posted 7 months ago

Yea thats cool how to morphs from the stop sign into the arrow. Nice file!

Posted 7 months ago

Cool.

Posted 7 months ago

Nice one :)

Posted 7 months ago

nice arrow animation :)

Posted 7 months ago

Very nice!

Posted 7 months ago

Yes, very cool.

Posted 7 months ago

I really, really like this.. is there a very slight easing on the mouse movements? If so, is it easy to increase a little?

Thanks :)

Posted 7 months ago

Does this use Actionscript 2 or 3? I´d like to buy it but I´m working exclusively with AS 2 .0.

Great work.

Posted 7 months ago

Hi, This file use AS 2 .0 and code very simple and easy to change.

Thanks.

Posted 7 months ago

Glad I bought this, it was just what I needed:

http://strangelydrawn.com/strangelydrawn/commissions.html

Click the ‘Commission a painting’ link, I’ve modified the file a little but it works brilliantly.

Cheers!

Posted 7 months ago

Very Cool Jim! Nice modification!

Thank you for your purchase.

Posted 7 months ago

how can i got it?

Posted 7 months ago

great!

Posted 7 months ago

nice

Posted 7 months ago

Hey Jim, nice modification! I just bought the rain file from webideia and I htink he has rare things

@ Jim …As webideia does not seem to be available Jim, could you tell me if you encountered problems with thecode. (I am an AS2 Intermediate) Was the file very easy?

Did you try adding more frames?

Were you able to change the easng?

Would be nice to read some comments to that

Posted 7 months ago

Well..a bit impatient there!

Posted 7 months ago

hello this is great can you do this for as3 cs3 so i can use it on my previous as3 site cheers good work

Posted 6 months ago

hello bomakalu…

may be in the next version…. cheers…

Posted 6 months ago

Possible to add link to each photo? I wan to use it for a Membership Step by Step process Benjamin

Posted 6 months ago

Hello pastrana….

yes it’s possible, but with some modifications in the code…

Posted 6 months ago

nice file

Posted 2 months ago

Hello Jorge, nice file. It’s possible to use this for fullscreen images?

Posted 2 months ago

hi,

sure you can use it with fullscreen images, if you have any problem with configuration just let me know…

;)

Posted 2 months ago

i wanna your email, to ask you a freelance job

Posted 2 months ago

Hello, Very nice thing :) I wanted to add sound to the click and another sound to the click where there’s no more photos. Would appreciate your help on this one :)

Posted 23 days ago

Hi martinfinch:

_root timeline in the actions layer add this code:

var m1:Sound = new Sound() ; var m2:Sound = new Sound() ; _root.m1.loadSound(“yoursound1.mp3”, false) ; _root.m2.loadSound(“yoursound2.mp3”, false) ;

Then when no more photos add this code in lines 53 and 65: _root.m2.start(0,1) ; // m2 is sound when no more photos

add this code if you want sound when you click:

line 4 and 6:

_root.m1.start(0,1) ; // m1 is the sound click

Posted 22 days ago

Thanks :) I used attachSound instead

Posted 22 days ago