hehe no problem
DID U GET ANY PROBLEMS OR BUG IN IT ā¦
I THINK THERE IS A BUGā¦BUT DONT KNOW HOW TO SOLVE ITā¦
i dindāt try it :-\ Whats the problem!?
CLICK ONCE
THE WHEN IT COMES DOWN, TRY CLICKING ON PLANNING LINK AND THEN SEE, IT REMAIN THERE IT SELFā¦
I MEANā¦THERE U FIND THE BUGā¦PLZ CAN U HELP ME IN THAT
THANKX
thats because you donāt have any seperate code for the actual ālinksā. THey all are targetting the BIG BOX thingā¦you should make each link a new movieclip and give each their codeā¦
i did not get wat ur tring to sayā¦
different code for each linkā¦
wat code?
r u saying that the code for the box should be applied to the button!!!
if yes!!! then when i will click the link it will move, regardless to the boxā¦
if no!!! then plz specifyā¦
THANKX
half yes half noā¦
yes in that a code should be applied to each linkā¦and no in that not the SAME code should be applied as the one used in the boxā¦A different one should be usedā¦
This code should be the one which makes the box move back up. I dont really undertssand your code as it is really unorganized (for me), so i canāt rally help you there. BUT if you understand what iām saying, it shouldnāt be hard for youā¦
I know its unorganized.
but when ever if u have time, for me ā¦plz do me this favour.
i will be greatfull to u ??
cos now u know what i want, and been good in script i think u can help me out in a proper way!!!
I will aso definatly try. and post it as soon as i get it.
thankxā¦
I will try in a few minutes, but iām not too sure of your code so it mite not work :-\
THANK a million
the effect wat i want ⦠i just got it in a siteā¦but dont know where am i going wrong
the site is http://www.lookandfeel.com/
this is exactly wat i want.
if that is gettable then will be greatfull
THANX
ok i see nowā¦i think i will be able to do thatā¦let me tryā¦
now u see wat i wantā¦i inner links stay even when the menu is downā¦thats wat i want,
I am a new in scriptā¦but through tutorial i have done what i wantedā¦iam wrong but u can refine meā¦in thisā¦
THANKX u for ur time
ah yesā¦finallyā¦that should do it
wat r u A GENUIES
u made it so fast , this menu i was trying for hoursā¦and still cou`nt get.
U MADE IT!!!
but i still cannot understand the scriptā¦
will try to underestandā¦
but a MILLION thanks to u
thankx
Which part donāt you understand iāll help you oh yea, you have to make sure the registration point is at the bottom, and you have to change the initialy value depending on your thingā¦
So if you click on the object, it will tell you the y value at the start. Just put this as your āinitialyā value get it?!
Iam so SORRY, the above text what u have explained me, beliveme its like chines for me.
plz dont mind, but with all repected u r tooo good in scripting.
and iam just a 5 day old in scripting.
hope u dont mind.
and the script what is in the menu i got some part of it, i am doing through the flash help and trying to understand it.
if i dont then will u help me out???
THANKX
yeea if you donāt understand anything i will tell you, but check through flash help first
OK!!! here it goesā¦
I guess iam on the right trackā¦else get me on right track
newy = _root.box._y*1.5;
(Asigning a vaiable nemy, in that the box`s y corrodinate is multipled with 1.5)
Question: Why do u multiply by 1.5
MovieClip.prototype.ymovement = function() {
(MovieClip.prototype - moving the box in y direction which is asigned to a function)
this.onEnterFrame = function() {
( the current object, on enter frame is asigned to a function)
movement = movement*0.7+(newy-this._y)/7;
( variable movement assigned to a formula)
Question : what does this formula does???
this._y += movement;
(current object from y corrodinate + movement = movementā¦this must be to move the menu)
};
};
MovieClip.prototype.rollback = function() {
(MovieClip.prototype - moving the box in backward direction which is asigned to a function)
this.onEnterFrame = function() {
( the current object, on enter frame is asigned to a function)
var initialy = 48.4;
(variable has initialy value =48.4)
Question : y 48.4?
from here confused.
i mean how it works
( can we deburg and see which function or line is running while running tehj program)
var finaly = this._height + initialy
this._y -= 10;
if (this._y<=finaly) {
this._y = finaly;
}
};
};
thankx
[COLOR=blue](Asigning a vaiable nemy, in that the box`s y corrodinate is multipled with 1.5)[/COLOR] [COLOR=orangered]Question: Why do u multiply by 1.5[/COLOR] [COLOR=blue](MovieClip.prototype - moving the box in y direction which is asigned to a function)[/COLOR] [COLOR=blue] the current object, on enter frame is asigned to a function)[/COLOR] [COLOR=blue]( variable movement assigned to a formula)[/COLOR] [COLOR=orangered]Question : what does this formula does???[/COLOR] [COLOR=blue](current object from y corrodinate + movement = movementā¦this must be to move the menu)[/COLOR] [COLOR=blue](MovieClip.prototype - moving the box in backward direction which is asigned to a function)[/COLOR] [COLOR=blue]( the current object, on enter frame is asigned to a function)[/COLOR] [COLOR=orangered]Question : y 48.4?[/COLOR] [COLOR=crimson]( can we deburg and see which function or line is running while running tehj program)[/COLOR] :toad:
Question: Why do u multiply by 1.5
because if we multiply by too much the rollout function will always take place, get it?! Because the box is only so big, so if it goes toooo low, then that means the mouse has ārolled outā, therefore the box will go back upwards.
Question : what does this formula does???
THis formula i got from the slide menu tutorial, it gives the box an easing movement, as well as the springy thing. Change the values 0.7 and 7 to seeā¦
Question : y 48.4?
I said this in the post before, but i will say it again since you dinādt understand. We need the initial āyā value of the box to see how far it rolls back. Therefore, if you click on the box before anything happens, you will see the āyā value is 48.4. So in your initial value, the value = 48.4.
And basically you will see i have 2 functions. When the mouse rolls over the box, function ymovement takes place. When it rolls out, function rollback takes place. Get it?!
thankx u ??
now i have got ITā¦a bit blue in my mind, but definatly understanding.
I thankx u for a PERCIOUS time
I am glad that in the whole forum since the beginning , its only u who have explained me in a laymans term and helped me out.
i am REALLy thankx FULL to u .
so what d u want a mercedies car or a sports carsā¦heheheheheh
or a cakeā¦
any way
thankx for ur helpā¦iam putting u on my buddy list
can i have ur email address
mine is shashankp@intellvisions.com