sh17
07-28-2004, 05:34 PM
ok so i can get the boat to go left and right, moving about 10 pixels or points left or right.
the problem i'm having is, i want when someone presses up to make the fishing rod to go shorter.
I've got a line with 8 keyframes and i can make the first keyframe work by saying
on(keyPress"<Up>"){
with("rod"){
gotoAndPlay("rod.wire8");
}
}
And that works, but i'm stuck from there.
I haven't really got a clue on where to go from there. :confused:
If anyone could point me in the right direction to some tutorials that are relevant, I'd be grateful.
BTW, I'm using Flash MX
I don't want you lot to just do a load of code for me, as I'll still be baffled on how you did it.
I just want the opportunity to learn it myself.
Like those oxfam dudes, give a man a fish and you'll feed him for a day..... give a man the means to catch his own fish and you'll feed him and his family for a lifetime.
That's basically what this thread is all about. :P
If I can learn it myself, I can make some money and feed my family for a lifetime. :D
Cheers,
John
the problem i'm having is, i want when someone presses up to make the fishing rod to go shorter.
I've got a line with 8 keyframes and i can make the first keyframe work by saying
on(keyPress"<Up>"){
with("rod"){
gotoAndPlay("rod.wire8");
}
}
And that works, but i'm stuck from there.
I haven't really got a clue on where to go from there. :confused:
If anyone could point me in the right direction to some tutorials that are relevant, I'd be grateful.
BTW, I'm using Flash MX
I don't want you lot to just do a load of code for me, as I'll still be baffled on how you did it.
I just want the opportunity to learn it myself.
Like those oxfam dudes, give a man a fish and you'll feed him for a day..... give a man the means to catch his own fish and you'll feed him and his family for a lifetime.
That's basically what this thread is all about. :P
If I can learn it myself, I can make some money and feed my family for a lifetime. :D
Cheers,
John