CSS On Jump Menu
I am trying to change the color of the background of the jump menu...and the color of its dropdown arrow..to the one with the arrow colors of the browser window(which i have changed)..but cant seem to get the rite prop syntax....
FlashKit > Flash Help > Flash General Help
Posted on: 02-16-2003, 03:55 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Jump Menu
Is there a way to create a jump menu in flash using built-in features. Just need something fast and don't want to try to create one from scratch.
thanks
Jump Menu Help
im new to flash and trying to create a jump menu for my site.. can some1 help me with flash jump menu...i found this tutorial but its no use since i dont know any portuguese.. can some1 help me in english please my addy is thulag@gmail.com
Jump Menu...
Hello,
I got a website here
which I have used a lot of jump menu.
Now the problem is... I would like to add some pages more inside the website and I have to edit every jump menu in every pages in the website.
Is there any better way to edit the Jump Menu so that I can have the changes in just one touch... something like remote Jump Menu....
Can anybody here teach me or show me the tutorial for this kind of thing in flash? And is it easier if I build all of them in flash?
Jump Menu
Is there a way to create a jump menu on a web page, that links to different things in a flash file?
I've googled this and didn't find much. Please help.
Thanx.
Jump Menu List
I'm not a newbie to Flash though some things I quite can't create. Now if your familiar with dreamweaver 4, I need to create the Jump Menu with the option of list selected for a form, but all this has to be made in Flash becuase I am creating the entire form in Flash. Now I don't know where to start, so I was hoping I could please get some help around here, perhaps a quick tutorial.
Thankyou
Jump Menu With Go Button
Help!!!!
I new toactionscript. I'm trying to put together a menu system that has a single button to activate the link, with the link being decided upon by the y coordintate of a movieclip.
something along the lines of...
on(release){
var week = getProperty ("selector",_y);
if ( 38 <= week <= 54){
getURL (http://mysite.com/week_1.html)
else if (96<=...
and so on.
Am I working in totally the wrong direction?
Any help will be most gratefully received. :^)
Cherrs
Qf
Balthaser.com Jump Menu
Hi all,
I went to a site - http://www.balthaser.com.
If whoever reads this goes to it, it has a jump menu for the user to navigate around the site.
Does anybody know how to make a jump menu like this please?
If anybody has a link to a tutorial for this, it would be much appreciated.
Thank you very much all.
Take care,
Mark
ComboBox Jump Menu
Can someone please try and give me a hand with this?
I have a combobox being used as a jump menu in Flash MX with the following actionscript:
stop();
function onChangeFunction() {
trace(cb.getSelectedItem().label);
}
cb.setChangeHandler("onChangeFunction");
My problem is that when I preview the movie Flash outputs the data to the Output Box but Flash itself never changes.
Does anybody know what I am doing wrong?
Thanks,
Tim
Loading Xml In Jump Menu
Hello friends!
I have a php file which generates an xml file. How can I make the jump menu read from that file? the idea is that the client can change the data in the admin section that's y i made it php which will generate an xml file i used it to load photos, news etc...
how can i make the jump menu to read from such file? so that when selecting a category it will go to its url?
Thanks
Combo Box Jump Menu?
Is it possible to make a combo box act like a jump menu as in HTML. I'm trying to create a combo box listing the issues of a given newsletter that will jump to a frame on the timeline when a particular issue is selected. Is this possible?
How Do I Make A Combo Box Into A Jump Menu?
I have created several static combo boxes for a movie, but I want them to behave like Dreamweaver Jump Menus.
In other words, when the selected option changes in a box, go to that option's URL (selection value).
I realize that it probably involves an event handler, but I don't have one.
Can anyone give me the right one or direct me to a tutorial, etc. ??
Thanks in advance.
MX: Convert Combo Box To Jump Menu?
Can anybody help me with the event handler needed to open a link in a new window when you pick an option from a combo box.
Is there a detailed tutorial out there?
I know it's just a matter of a bit of code, but I don't know how to write it.
Any help will be greatly appreciated.
Thanks in advance.
Jump List Menu In Flash MX
It says newbie on the board, so I figure this is the place for me (and this question). I'm trying to put together a flash based (MX) presentation/product outline, on cd rom. Everything is going along real fine, but I want to be able to put a jump list menu that will open pdf product files from the cd that the presentation will reside on. I've no probelem putting together a normal scrolling text, but getting the links/buttons to open the pdf is the issue. I know its got something to do with the fscommand, but I'm lost from there.
PLEASE HELP!!!
Dynamic Menu - Jump To Frame
hi all-
I have a dynamic menu that I want to jump to a specific frame on the main timeline . It all reads in correctly and generates a nice menu ... but I'm having trouble with button directing to a specific frame.
//menu items and links to main timeline frame name
total = 2;
text1 = "home";
link1 = "f1";
text2 = "dogs";
link2 = "f2";
do I use this ?
on (press) {
myPage = eval("_root.link"+choice);
gotoAndStop(_root.myPage);
}
I can't make it work... Thanks for any help
bobsmo
How Can I Create A Jump Or Select Menu?
I want to create a jump menu or a select menu in Flash, I have flash 6 but I though I'd post it here in case any 1 knows...
If any 1 knows, please send a fla file with the menu.
JUMP MENU - Changing Highlight Color
Hi there.
Needing to use a jump menu on a local soccer team's site was no problem up
to the point where I found out that their rival's colors were green, thus
using this color on the jump menu's highlight has been flatly denied by
them.
Now, can someone point me to a place where I can change this?
Thanks!
JUMP MENU - Changing Highlight Color
Hi there.
Needing to use a jump menu on a local soccer team's site was no problem up
to the point where I found out that their rival's colors were green, thus
using this color on the jump menu's highlight has been flatly denied by
them.
Now, can someone point me to a place where I can change this?
Thanks!
Images Inside A HTML Jump Menu
G'Day,
I didn't think this possible but I've managed to insert images inside a HTML Jump menu. It works okay in Firefox but good old IE is making its own rules again (wont display the image)
Does anyone know anything about this or could offer suggestions?
Here is the URL,
http://int.bartercard.com/?page=globalhome
Thought it would be cool to add country flag images in the jump menu for each country.
Regards
adrian
Flash Menu Causes Html Pages To Jump
I have inserted a flash menu into the html pages in my website. I am using the same swf file and ebedding a variable name in each page eg. "menu.swf?x=about".
I then use a conditional statement in the actionscript to determine which page i am on eg
else if (x == "about")
{
mc_menu.home.scaleX = -49.3;
mc_menu.about._alpha = 50;
}........
All is working well except when you click a button to change html pages - the page flashes and jumps. Also in IE i have to click the button twice.
The code behind the button is;
on (release) {
getURL("index.html");
}
I would appreciate any help!
Jump Menu Component Read From Xml File
Dear friends,
how can i make a jump menu read from xml file? the jump menu contains categories, and the clients needs to change the categories and the links himself. how can i do it?
i appreciate any help!
Thanks!!
Jump To Named Anchor In HTML From Flash Menu
How do I jump to a Named Anchor called "bob" from a Flash menu embedded in the HTML file.
I've tried "url.htm#bob" and it jumps to url.htm ok but it doesn't jump to the Named Anchor bob. I've tried this also with just an html hyperlink and it jumps to the page and to bob just fine. Why doesn't it work with the Flash menu??
If anyone would like to see my files to help me with this, let me know and I'll post them.
Thanks.
Menu Based-image To Jump To A Section In A Second Page
Can you help me in establishing this.
I have just established a menu based-image in flash in the main html page. Also I do have a second page has details on each option of the menu of the main page. I am trying to whenever I click on any option of the menu in the main page; this should take me to the specific section in the second page describing this option
Thanks a lot
Embedded Flash Menu Causes Html Pages To Jump
I have inserted a flash menu into the html pages in my website. I am using the same swf file and ebedding a variable name in each page eg. "menu.swf?x=about".
I then use a conditional statement in the actionscript to determine which page i am on eg
else if (x == "about")
{
mc_menu.about._alpha = 50;
}........
All is working well except when you click a button to change html pages - the page flashes and jumps. Also in IE i have to click the button twice.
The code behind the button is;
on (release) {
getURL("index.html");
}
I would appreciate any help!
Horizontal Scrolling Website With Jump Menu (no Flash Scrollbar)
Hi all,
I am trying to find a tutorial or template in attempt to create a sliding site with jump menu similar to this:
http://www.republicademadras.com.br/
I don't know where to start and am looking for any suggestions or help! Please let me know if you can provide any help...my design is just sitting here as I don't know how to program it as i don't use flash enough.
Any help is VERY much appreciated.
Many thanks!
Jump Mask, Jump
How can i make the mask jump to a point when i rollover that place? (not follow the mouse as it does now..)
Here is the page how it is now:
netmedia
(^_^) Can A Rat Jump?
Greetings!
Hi friends,
Another help needed
I was making a small game in which a rat has to jump on the walls and if he falls down...he will die.
And I wanted to give a jump option with space bar or the up arrow key... but my main question is I wanted to make the rat jump upto 90 pixels high and if the right arrow key is pressed along with jump key then the rat should jump upto 90 pixels high and 40 pixels toward the right side.
It is possible to do so? I made the graphics and all but stucked here...
Thanx
I Need To JUMP...
Is ther a command that will enable a button to goto previous "Frame Label" or "next frame label"? Instead of previous FRAME next FRAME I have a universal control that I am trying to use throughout a walk through flash demo.
Am I making sense?
J
Jump
How can you make a dude jump like in mario?
Can't Jump
i am having serious issues. i am truing to make a mario like videogame, but i can't get the character to jump.
i have declaired the variable checkjump as false and created this function:
(a and b were declaied as having a value of 1)
(inu is what i named the character.)
jump = function(){
if(checkjump == true){
if(a<15){
inu._y -= 10;
a++;
}
if(a>=15&&b<15){
inu._y += 10;
b++;
}
checkjump = false;
}
}
and then i used this code on enter frame:
onEnterFrame = function(){
if(Key.isDown(Key.UP)){
checkjump = true;
jump();
}
}
but when i test it, he only jumps while i'm holding the up key down and i can only make him jump once. i have tried several other types of codes and loops but they don't seem to work any better. please help me. i'm really stuck.
thanks so much for you time.
Jump
Problem: I need to find a way to make my "character" move up wards(jump) for a while then fall. I have tried several methods, and its not the gravity I'm having trouble with, and I'm not having trouble in gradually incrementing the y position, the trouble is in how long the button can be pressed for before the character actually starts to fall back down. See right now the user can just hold the jump button and go as high as they want, I would like to limit their "air" time, like a real jump. In real life you cant just think in your head "jump" then float away.
Heres my current code(for gravity and jump, its basic because I've restarded over an over trying to get it to work):
Code:
if(!_root.ground.hitTest(this)){
this._y += vSpeed;
}else{
}
if(Key.isDown(Key.SPACE)){
this._y -= 80;
}
all help is greatly appreciated.
Jump From Mc To Mc
pls help.
i have 2 movieclips instance named winone adn wintwo, both inside a movieclip ball (the mc ball is on the main timeline or _root). inside the first mc(winone) i have a button on witch i want to aply an action so that when i click it, the movie plays from a frame labeled k wich is on a timeline inside the second movieclip(wintwo).
as the title sais i want to jump from the first mc to the second. if u know that action that must be aplyed to the button pls tell me.
thanks!
How To Jump
I haven't meesed with flash in a long time and I have forgotten a lot of things.. I just remembered how to move a character using keyboard. Can someone tell me how to make a character jump using the space bar? I looking everywhere on the site. Using search typing jumping character animated character and EVERYthing possibly can someone solve this for me?
Swf Jump
how can i add command to a button, so when i click on it to jump from current swf to target(other) swf...
[F8] Jump
Hi All,
Buttons on Stage are setting a variable to their names like (aboutus, products, portfolio, etc.). But Actionscript on frame isn't make a jump to related location.
Actionscript on one of the buttons:
Code:
on(release){
jtl = "portfolio";
trace (jtl);
_root.play();
}
Actionscript on frame:
Code:
onEnterFrame = function () {
if (jtl="aboutus") {
gotoAndPlay("Abt");
} else if (jtl="products") {
gotoAndPlay("Pdc");
} else if (jtl="portfolio") {
gotoAndPlay("Pfo");
} else if (jtl="clients") {
gotoAndPlay("Clt");
} else if (jtl="contactus") {
gotoAndPlay("Cnt");
}
};
Please have a look at the attachment and suggest.
Jump
since I can do so that my guy can jump?
Jump
Hi
I have a movie clip called man.
When i press Z i want him to jump 40 pixels high and fall down back to the floor.
How can i do this?
Thanks, Yhack
Why The Jump From AS2 To AS3?
Hello
Can anyone please tell the major improvements in AS3 that was missing in AS2? Also what are the differences bw AS2 and AS3 programming?
Thanks in advance.
Jump
Hi
I have a movie clip called man.
When i press Z i want him to jump 40 pixels high and fall down back to the floor.
How can i do this?
Thanks, Yhack
Jump MC
Can't believe I don't remember it but want to know how can I make a mc called "hero" with floor mc called "floor" be able to jump 100 pixels up and then if it's on the floor instance to stop falling. That shouldn't be too hard to figure out but I still cant!
How To Jump 5 Frames ?
Hi,
how to jump 5 frames in Flash ?
Instead of GotoandPlay + scene name, I'd like to 'jump' 5 frames from my current position.
how to do that ?
Thanks for your help.
Ewad.
Jump To Anchor
I have designed a oversized flashe movie 750 x 850 pixels.
In this movie I am opening windows of a size of 740 x 400 pixels this window fits in a browser window with 800 x 600 pixels.
Now I want that if a button is presses in the PARENT Movie the Browser should jump where the new Movie appears.
I think I can do this with ANCHORS but how can I jump within a
-----
on(press)
{
???? // jump to Anchor
gotoAndPlay("newWindows)
}
-----
to this Anchor?
Please Help me.
Boxes That Jump
All-
What I am trying to do is essentially make a downward color fill of a box. I have taken an instance of the box, created a motion tween and transformed the front of the tween to 0%. The end of the tween remains as is. I have set the rotate to none, etc. and I have tried all possible combinations of 'snap, orient to path' etc. I still get this jump of about four pixels inside the tween itself. I hope this makes sense and I am extremely grateful for any help you may offer. I am completely baffled.
Cheers,
Randall P. Macmurphy
Jump To Label
I have a game that when 7 objects found, gameover == true, then game jumps to a scene with frame label "Game Over"
on MouseDown
if (gameover == true) {
_root.gotoAndStop("Game Over");
}
-----------------------------------------------------------
if I put the label in the same scene as game it won't go to the labelled frame, I have tried
if (gameover == true)
then gotoandStop frame 10 but it won't have it.
it works if label is on a new Scene though???
Regards
Dogs Lipstick
How To Make A MC Jump?
I am making a platform game and I need to know how to make a MC look like it is running when you move it and how to make it move and jump using the arrow keys. But i need it to open a movie clip when you click a certain button like if up was to jump it would have a jumping movie clip open and like that for the running! SO PLEASE HELP ME!!!!!!!
Scrollbar Jump
when i set up my scrollbar to be constrained in the rectangle, it always jumps a bit to the left when i click on it to drag. anyone know how to fix this as i have seen flash scrollbars that dont do this.
Jump To Variable
I'm setting a variable x = "elements"
I wanna make a movie called elements jump to a certain frame
the name must come from that variable.
it should look something like this :
_root.x.gotoAndPlay(10);
what am I doing wrong ?
must be real simple
How Do I Jump To A URL In Flash?
I am trying to make flash buttons, and what I have so far in one of the buttons is this:
on (rollOver) {
setProperty ("/scroll", _x, "0.0");
}
This seems to make scrolling pictures appear below the buttons when the mouse is over the buttons. However, I want to jump to a homepage when I CLICK on it. What do I add to the script to make the buttons do that? (How do I put the URL in?) For some buttons, I want to open a new browser, but for most I'd like to open a page in the same browser.
I would very much appreciate it if anyone can give me some advice on this.
Thank you very much!
Help, Help: Need To Move Mc To X/y Instead Of Jump To It
So I have a mc called mc_b. mc_b tells mc_a to go to a certain x, y on first release. To go to a different x, y on second press. Shown below:
on (release) {
i ++;
if (i == 1){
_root.mc_a._x = 137.5;
_root.mc_a._y = 148.8;
_root.mc_c._x = 322.9;
_root.mc_c._y = 148.8;
} else if (i == 2){
_root.mc_a._x = -94.6;
_root.mc_a._y = 148.8;
_root.mc_c._x = 552.0;
_root.mc_c._y = 148.8;
i = 0;
}
}
How do I make mc_a (the clip being manipulated) move to the desired y, y as opposed to jump to it. I want to see the clip move.
Any help would be great. I have some complex pieces of script to do this, but I feel like there must be a simple command (seekTarget or moveTo, thought these aren't it)???
Cheers,
cpalino
|