Flash! …
- Started
- Last post
- 13 Responses
- mds
http://www.manhattanloft.co.uk/m…
The menu found when clicked on a link in the latest section eg. St Phillips (a menu that appears when you click anywhere in the movie, and then disappears in the same fashion)
Is there anyone who can supply a fla file to show me how this is done? I have searched FlashKit and PV-AN and theres nowt.
I would like to introduce something like this for my online folio. The menu will change the image in the back.
an email of the file would be helpful
Cheers
- unfittoprint0
u could make something like:
this.attachMovie("menuMC", "menuMC", 1000);
menuMC._visible=menuMC.status=fa...
pos= setInterval(function(){
menuMC._x= _root._xmouse-5;
menuMC._y= _root._ymouse-5;
}, 30)menuMC.onPress = function(){
if (!status){
this._visible=true;
status = true;
} else {
this._visible = false;
status = false;
};
}stop()
- JamesEngage0
damn... you gave away my secret, many years of research have gone into creating that! :D
- dstlb0
Would you like me to polish your shoes too?
There are plenty of tutorials out there that explain the basics of how to do it, you just need to work out how to put them together.
If you can't work out how to do it maybe you should do something else instead?
- unfittoprint0
there is a 'mole' in Engage Studios...
- JamesEngage0
sounds familiar?
- JamesEngage0
There is only two of us, and it ain't me.... hmmmmm!
- mds0
Cheers for that mates
JamesEngage
unfittoprint
dstlbdstlb: DETERMINATION IS SEEN AS A POSITIVE CHARACTERISTIC!
I do appreciate the help! Cheers man, I'm sure that will be handy for a lot of people
D
- dstlb0
I know, I just don't think you'd learn very much by someone sending you a finished file which seems to be what you're asking for, and if you can't do it yourself should it be on your portfolio site?
Good luck, Unfit's way of doing it looks good but then he is the local Actionscipt guru so it should be!
- JamesEngage0
...plus it's been done before... I can think of at least three sites (almost 4) that have done it.
- unfittoprint0
dstlb as a point...
the code is just a basic example, if you can't work it to suit your objective then u should learn/read more...
anyway asking for a complete file may be a 'little' bit 2 much...
my 2 euros
- mds0
Cheers anyway!
will definatly have to read up on some AS. To be honest I am no real Flash genius. I am able to use it and produce some OK stuff.
those menu's are sweet!
I will have to play with the AS, cus it doesn't seem to work for me. Maybe I'm doing somate wrong?
D
- ********0
nice work especially since it's architecture related