ActiveDen

Cursor Nav

  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
pastrana says

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

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 50 and 99 items
  • Referred between 100 and 199 users
JorgePires says
Author

Hello pastrana….

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

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
hitek says

nice file

4 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
fmcar says
Purchased

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

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 50 and 99 items
  • Referred between 100 and 199 users
JorgePires says
Author

hi,

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

;)

4 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
fmcar says
Purchased

i wanna your email, to ask you a freelance job

4 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
martinfinch says
Purchased

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 :)

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 50 and 99 items
  • Referred between 100 and 199 users
JorgePires says
Author

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

4 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
martinfinch says
Purchased

Thanks :) I used attachSound instead

4 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
martinfinch says
Purchased

Hi, I have one more small question. I want to put the button with url into photos movie clip. I’ve manage to tweak it so it does change the cursor to standard (hand) shape when rolled over and goes back to your arrow shape when rolled out. Now when I click the button it goes to the url but also makes my flash thing to go to next photo. Not sure if I make my self clear :) here’s action script for the button:

on (rollOver) { Mouse.show(); _root.cursor._visible = false; Mouse.removeListener(imgMouseListener); }

on (rollOut) { Mouse.hide(); _root.cursor._visible = true; Mouse.addListener(imgMouseListener); } on (release) { getURL(“http://www.someurl.com”, _blank); }

I would be more than grateful if you could advise me this last time :)

4 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
martinfinch says
Purchased

One more thing I forgot to mention. I modified the file so “photos” movie clip is now loaded externally. Action script though still stays on the 1st frame of the _root.

4 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
media-mixx says

This is exactly what i am looking for but I have a question: Can I make this just do the arrows when its over a gallery section but then change back to a custom cursor when you roll off of the gallery area?

So i want this when its over the gallery but to change back to a custom cursor when I move off of the gallery area

Thanks!

4 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 50 and 99 items
  • Referred between 100 and 199 users
JorgePires says
Author

Hi media-mixx,

Sorry late response, hollidays for me last month:)

maybe you want to see this file with this features:

http://activeden.net/item/xml-professional-website-v2/15816

;)

4 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
stonecoker says
Purchased

this doesn’t work, what do I need to re-code this?

3 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
stonecoker says
Purchased

Here’s the code needed, Just replace the AS in the file:

import mx.transitions.Tween; import mx.transitions.easing.*; function direita(){ nr = fotonr; //var _loc1:Tween = new Tween(photos, “_x”, Bounce.easeOut, this._x, this._x – 290, 0.8, true); var xPosX:Tween = new Tween(photos, “_x”, Strong.easeOut, photos._x, photos._x – 580, 0.8, true); } function esquerda(){ nr = fotonr; //var _loc1:Tween = new Tween(photos, “_x”, Bounce.easeOut, this._x, this._x + 290, 0.8, true); var xPosX:Tween = new Tween(photos, “_x”, Strong.easeOut, photos._x, photos._x + 580, 0.8, true); }

3 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
  • United States
green_grenades says
Purchased

Great file. How can i alter the code so that I can click on the MC to go to a page?

3 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
deq4 says
Purchased

Instead of embedding the image to the file, how can use the images as external file? Thanks!

3 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
digi_dave says
Purchased

Any chance we’ll see an AS3 version?

3 years ago
by
by
by
by
by