I need help to make Images react to mouseclick..please read.

So I want two things here...
1. When I press the "start" pic I want the "SpillMotor" class to start running, that is where the main game is.
2. When I press the "instruksjoner" pic I want a little box to pop up with some info I have written in a string...
Any help?
Ty in advance..
* Her er et alternativ til Menyclassen. Ikke helt ferdig, men jeg tror dere fatter poenget.
* Mvh Bear
     package spill;
     import java.awt.*;
     import java.awt.event.*;
     import java.awt.image.*;
     import java.net.URL;
     import javax.swing.*;
     public class AltMeny extends JPanel implements MouseListener, Runnable {
          public boolean running;
          private int bredde = 600;
          private int hoyde = 400;
          private int startx1=80;
          private int startx2=502;
          private int starty1=155;
          private int starty2=237;
          private int instruksjonx1=141;
          private int instruksjonx2=440;
          private int instruksjony1=259;
          private int instruksjony2=289;
          private int avsluttx1=195;
          private int avsluttx2=400;
          private int avslutty1=294;
          private int avslutty2=324;
          private Thread oppdaterLoop;
          private boolean mouseOnStart = false;
          private boolean mouseOnInstruksjon = false;
          private boolean mouseOnAvslutt = false;
          Image bakgrunn = hentBilde("bakgrunn.jpg");
          Image start = hentBilde("start.jpg");
          Image instruksjon = hentBilde("instruksjon.jpg");
          Image avslutt = hentBilde("avslutt.jpg");
          Image startMarked = hentBilde("start_marked.jpg");
          Image instruksjonMarked = hentBilde("instruksjon_marked.jpg");
          Image avsluttMarked = hentBilde("avslutt_marked.jpg");
          private JFrame frame;
          public void paint(Graphics g) {
               //tegner f�rst bakgrunn
             g.drawImage(bakgrunn,  0, 0, this);
             //sjekker om musa er innenfor startknappen
             if (getMousePosition() != null && getMousePosition().x  > startx1 && getMousePosition().x < startx2 && getMousePosition().y > starty1 && getMousePosition().y < starty2) {
                  mouseOnStart = true;
                  mouseOnInstruksjon = false;
                  mouseOnAvslutt = false;
           //sjekker om musa er innenfor instruksjonknappen
             else if (getMousePosition() != null && getMousePosition().x  > instruksjonx1 && getMousePosition().x < instruksjonx2 && getMousePosition().y > instruksjony1 && getMousePosition().y < instruksjony2) {
                  mouseOnStart = false;
                  mouseOnInstruksjon = true;
                  mouseOnAvslutt = false;
           //sjekker om musa er innenfor avsluttknappen            
             else if (getMousePosition() != null && getMousePosition().x  > avsluttx1 && getMousePosition().x < avsluttx2 && getMousePosition().y > avslutty1 && getMousePosition().y < avslutty2) {
                  mouseOnStart = false;
                  mouseOnInstruksjon = false;
                  mouseOnAvslutt = true;
             //avmerker knappene
             else {
                  mouseOnStart = false;
                  mouseOnInstruksjon = false;
                  mouseOnAvslutt = false;
             //tegner lysere versjon av knappen hvis musa er over
             if (mouseOnStart) {g.drawImage(startMarked,  79, 155, this);}
             else {g.drawImage(start,  79, 155, this);}
             //tegner lysere versjon av knappen hvis musa er over
             if (mouseOnInstruksjon) {g.drawImage(instruksjonMarked, 139, 259, this);}
             else {g.drawImage(instruksjon, 141, 259, this);}
             //tegner lysere versjon av knappen hvis musa er over
             if (mouseOnAvslutt) {g.drawImage(avsluttMarked,  194, 294, this);}
             else {g.drawImage(avslutt,  195, 294, this);}
          //metode for � hente bilder fra mappe
          public Image hentBilde(String filnavn)
                Image bilde = null;
                URL url = getClass().getResource(filnavn); // OBS! cASe-SeNSItiVT!!!
                if ( url == null ){
                    System.err.println("Finner ikke filen '" + filnavn + "'");
                    System.exit(1);
                bilde = Toolkit.getDefaultToolkit().getImage(url);
                return bilde;
          //run metode for � kj�re menyen i en loop
          public void run(){
               running=true;
                while ( running ) {
                      repaint();
                      try {
                          oppdaterLoop.sleep(30);
                          // Tr�den sover i 30 millisekunder,
                          // vi m� dessuten fange et unntak
                          // som denne metoden kaster
                      catch ( Exception e ) {
                          e.printStackTrace();
          public void stoppLoop() {
             running = false;
          public AltMeny(){
               frame = new JFrame();
               frame.getContentPane().add(this);
               frame.setTitle("One Night at Samfundet");
               frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
               frame.setSize(bredde, hoyde);
               frame.setLocation(500,250);
               frame.setVisible(true);
               frame.setFocusable(true);
               frame.addMouseListener(this);
               oppdaterLoop = new Thread(this);
               oppdaterLoop.start();
     public void mouseClicked(MouseEvent b) {
          if (b.getButton()==MouseEvent.BUTTON1 &&  mouseOnAvslutt == true) {
               System.exit(0);
          if (b.getButton()==MouseEvent.BUTTON1 &&  mouseOnInstruksjon == true) {
          if (b.getButton()==MouseEvent.BUTTON1 &&  mouseOnStart == true) {
     @Override
     public void mouseEntered(MouseEvent e) {
     @Override
     public void mouseExited(MouseEvent arg0) {
          // TODO Auto-generated method stub
     @Override
     public void mousePressed(MouseEvent arg0) {
          // TODO Auto-generated method stub
     @Override
     public void mouseReleased(MouseEvent arg0) {
          // TODO Auto-generated method stub
     public static void main(String[] args){
            new AltMeny().setVisible(true);
     }Message was edited by:
psl86

In the future, Swing related questions should be posted in the Swing forum.
Add your images to a JButton and add an ActionListener to the button.

Similar Messages

  • Need Help in installations and connecting displays. Please!

    Hello Everyone,
    Need Help in installations and connecting displays. Please!
    Im planning on installing in a cafe shop : (Store Self improvement)
    4 TV's (can be  Built in Wi-Fi) Store menus
    2 touch screen tablets.  To be use as Emenu (digital Menu)
    1 60' TV ( Built in Wi-Fi) as Entrainment displays and in store advertising
    What do I need to organize my project and make it looks cool and how to manageand controll all of the displays TV.

    TNSTAAFL
    I DO NOT work for Best Buy, Geek Squad and any way affiliated with them. I am a self-employed repairman. I specialize in TV's and desktop computers. I do not take sides. If BB is wrong I will say so. If you are a moron with a false sense of entitlement, then I will tell you.

  • MOVED: need help with my k7n2 delta series motherboard please

    This topic has been moved to AMD SocketA based board.
    need help with my k7n2 delta series motherboard please

    "...the other memory ive been using is  memorymaxx 512mb ddr 3200..." If I understood right, your'e actually using both memories at same time so, your'e lucky if it works. We have said thousand times that mixing dif. brand/make/speed memories is a bad idea, most with this Mobo that is very picky about ram. If you want to avoid slowdown problems, stay with only one stick ( the better one ) until you can buy at same time in same store, 2 identical memories to replace the old one.

  • I actually need help but cannot find the answer. Please.......Lately when open a new tab it does not open with a blank page. I don't want to set my homepage as

    I actually need help but cannot find the answer.
    Please.......Lately when open a new tab it does not open with a blank page. I don't want to set my homepage as blank as when I first open Firefox, it automatically loads my hotmail page. But then if I open other pages I don't get a blank page. Help, please?
    Thank you.
    ''[Personal information removed by moderator. Please read [[Forum and chat rules and guidelines]], thanks.]''

    hello, please refer to [[New Tab Page – show, hide and customize top sites]] in order to switch the feature off.

  • HT4199 I need help with getting my printer to print, PLEASE.

    I need help with getting my printer to print, Please.

    What have you done so far?
    I suggest you connect it via a usb  cable first.  Once you get the printer working, move to wifi.  You will have to use an existing printer usb cable or purchase a cable.  Be sure to get the correct cable.  Ask for help.
    The warrenty indicates there is phone support.  Give HP a call.
    Warranty
    One-year limited hardware warranty; 24-hour, 7 days a week phone support
    Robert

  • I need help dividing an image into two equal parts in Adobe Illustrator CC--ASAP!!!

    I need help dividing a single, already created image into 2 equal parts...Am getting nowhere so far

    Hi Willi, thanks so much for responding! Below is the image I need to divide in half. The left half where it says "Click here for the definition" links to a landing page where people can read the definition of the Hebrew Word. The right half links to an audio recording of the Hebrew word being spoken aloud. I am trying to figure out how to use the scissors or knife tool in Adobe Illustrator and am having no luck. Plus I believe there's a way to include URLs on each separated part, but I can't get past figuring out how to cut it. My background is not graphic design

  • Need help [JS]: select images/captions in InD, switch to Bridge and write to XMP

    I've got a javascript for CS3/Tiger that I'm writing that eventually will let a user select an image and a caption in InDesign, then tells bridge to write the caption data into the image metadata. I need help - the script works in pieces, but not when put together.
    It's built as an indesign script, then follows the procedure to create a script object to send to bridge. When it runs, the indesign portion works fine, but nothing happens in bridge.
    The script is below, with comments.
    Can someone help!? Thanks.
    // This is the InDesign portion of the script, which was tested separately and is working fine. Right now, for testing purposes, the data from this portion isn't even used by the later Bridge portion but once I get the bridge part together, it will use those variables.
    #target "indesign-5.0"
    var myObjectList = new Array;
    //Script does nothing if no documents are open or if no objects are selected.
    if(app.documents.length != 0){
    if(app.selection.length != 0){
    for(myCounter = 0; myCounter < app.selection.length; myCounter ++){
    switch(app.selection[myCounter].constructor.name){
    case "TextFrame":
    var myCaption = app.selection[myCounter].contents;
    $.writeln(myCaption);
    break;
    default:
    var myLink = app.selection[myCounter].graphics[0].itemLink.filePath;
    $.writeln(myLink);
    // here's where I create the string of the script to send to Bridge.
    // the script itself is almost completely a lifted from the SnpModifyMetadta sample from the Bridge sdk
    // it basically finds a certain image file and modifies the description metatata. i hardcoded the caption text and image path just for testing- eventually i would like it to use the variables from indesign.
    // this script works fine as-is when run in the original Bridge scripting context.
    // the method here of concatenating and sending the myScript string works fine when i use a different (smaller) script. so i can't tell why it's not working!?
    var myScript = "function SnpModifyMetadata()";
    myScript += "{";
    myScript += " this.requiredContext = \"Needs to run in Bridge, \nwith a selection of a file, \nideally with some metadata\";";
    myScript += "}";
    myScript += "SnpModifyMetadata.prototype.run = function()";
    myScript += "{";
    myScript += " if(!this.canRun())";
    myScript += " {";
    myScript += " return false;";
    myScript += " }";
    myScript += " if( xmpLib == undefined )";
    myScript += " {";
    myScript += " if( Folder.fs == \"Windows\" )";
    myScript += " {";
    myScript += " var pathToLib = Folder.startup.fsName + \"/AdobeXMPScript.dll\";";
    myScript += " }";
    myScript += " else";
    myScript += " {";
    myScript += " var pathToLib = Folder.startup.fsName + \"/AdobeXMPScript.framework\";";
    myScript += " }";
    myScript += " var libfile = new File( pathToLib );";
    myScript += " var xmpLib = new ExternalObject(\"lib:\" + pathToLib );";
    myScript += " }";
    myScript += " $.writeln(\"About to run SnpModifyXML\");";
    myScript += " var thumb = new Thumbnail(Folder(\"/Macintosh HD/Users/hearstuser/Desktop/BridgeScriptImages/orion_stack copy 6.psd\"));";
    myScript += " if(thumb.hasMetadata)";
    myScript += " {";
    myScript += " var md = thumb.synchronousMetadata;";
    myScript += " var xmp = new XMPMeta(md.serialize());";
    myScript += " $.writeln(\"SnpModifyXML: About to modify XMP data for \" + thumb.name);";
    myScript += " $.writeln(\"XMP packet before modifications:\");";
    myScript += " $.writeln(\"-------------------------------------------------\");";
    myScript += " $.writeln(xmp.dumpObject());";
    myScript += " xmp.deleteProperty(XMPConst.NS_XMP, \"Description\");";
    myScript += " xmp.setProperty(XMPConst.NS_XMP, \"Description\", \"hoThereHeyThere\");";
    myScript += " var d = new XMPDateTime(new Date());";
    myScript += " d.convertToLocalTime();";
    myScript += " xmp.setProperty(XMPConst.NS_XMP, \"ModifyDate\", d, XMPConst.XMPDATE);";
    myScript += " $.writeln(\"XMP packet af

    Recently I received an e-mail from a user asking me to remake the script I had posted here a while ago.
    I rechecked my previous post and found a couple of serious mistakes. So I revised it according to what he asked. Each page in his InDesign document contains one image and one text frame with description.
    At start the script checks the selection. If nothing is selected it processes all pages in the document. In case two objects are selected – it checks whether one of them text frame and the other a rectangle and if the rectangle contains an image, then it reads the contents of the text frame, replacing hard and soft returns with spaces and writes this text to the corresponding image’s description field.
    In the end, it updates all links and saves the file.
    The script works both on Mac and PC, assuming that CS3 installed in the default location so long as it depends on libraries:
    /C/Program Files/Adobe/Adobe Bridge CS3/AdobeXMPScript.dll (on PC)
    /Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/AdobeXMPScript.framework (on MAC)
    So, if necessary, correct these lines.
    Here is my script in case somebody is interested:
    #target indesign
    var myDoc = app.activeDocument;
    var mySelection = app.selection;
    if (mySelection.length == 0) {
        ProcessPages();
    else if (mySelection.length == 1) {
        alert("One image and one textframe should be selected.");
        exit();   
    else if (mySelection.length == 2) {
        try {
            if (mySelection[0].constructor.name == "TextFrame" && mySelection[1].images.length == 1) {
                var myTextFrame = mySelection[0];
                var myImage = mySelection[1].images[0];
                var myCaption = ReplaceReturnWithSpace(myTextFrame.contents);
                var myPath = new File(myImage.itemLink.filePath).absoluteURI;
            else if (mySelection[1].constructor.name == "TextFrame" && mySelection[0].images.length == 1) {
                var myTextFrame = mySelection[1];
                var myImage = mySelection[0].images[0];
                var myCaption = ReplaceReturnWithSpace(myTextFrame.contents);
                var myPath = new File(myImage.itemLink.filePath).absoluteURI;
        catch(e) {
            alert("Something wrong with your selection.\nError: " + e.message);
            exit();
        CreateBridgeTalkMessage(myCaption, myPath);
    else if (mySelection.length > 2) {
        alert("One image and one textframe should be selected.");
        exit();
    UpdateAllOutdatedLinks();
    myDoc.save();
    alert("All done.");
    //+++++++++++++++++++ FUNCTIONS ++++++++++++++++++++++
    function CreateBridgeTalkMessage(myCaption, myPath) {
        var bt = new BridgeTalk();
        bt.target = "bridge";
        var myScript = WriteCaption.toString() + '\r';
        myScript += 'WriteCaption(\"' + myCaption + '\", \"' + myPath + '\");';
        bt.body = myScript;
        bt.send();
    function WriteCaption(myCaption, myPath) {
        if( xmpLib == undefined ) {
            if( Folder.fs == "Windows") {
                var pathToLib = "/C/Program Files/Adobe/Adobe Bridge CS3/AdobeXMPScript.dll";
            else {
                var pathToLib = "/Applications/Adobe Bridge CS3/Bridge CS3.app/Contents/MacOS/AdobeXMPScript.framework";
            var libfile = new File( pathToLib );
            var xmpLib = new ExternalObject("lib:" + pathToLib );
        var thumb = new Thumbnail (File (myPath));
        if (thumb.hasMetadata) {
            var md = thumb.synchronousMetadata;
            var xmp = new XMPMeta(md.serialize());
            xmp.deleteProperty(XMPConst.NS_XMP, "Description");
            xmp.setProperty(XMPConst.NS_XMP, "Description", myCaption);
            var updatedPacket = xmp.serialize(XMPConst.SERIALIZE_OMIT_PACKET_WRAPPER | XMPConst.SERIALIZE_USE_COMPACT_FORMAT);
            thumb.metadata = new Metadata(updatedPacket);
    function ProcessPages() {
        var myPages = myDoc.pages;
        for (i = 0; i < myPages.length; i++) {
            var myPage = myPages[i];
            if (myPage.textFrames.length == 1 && myPage.rectangles.length == 1) {
                if (myPage.rectangles[0].graphics.length == 1) {
                var a = myPage.rectangles[0];
                    var myImage = myPage.rectangles[0].graphics[0];
                    var myPath = new File(myImage.itemLink.filePath).absoluteURI;
                    var myTextFrame = myPage.textFrames[0];
                    var myCaption = ReplaceReturnWithSpace(myTextFrame.contents);
                    CreateBridgeTalkMessage(myCaption, myPath);
    function ReplaceReturnWithSpace(myString) {
        myString = myString.replace( /\n/g , " " );
        myString = myString.replace( /\r/g , " " );
        return myString;
    function UpdateAllOutdatedLinks() {
        for(var myCounter = myDoc.links.length-1; myCounter >= 0; myCounter--){
            var myLink = myDoc.links[myCounter];
            if (myLink.status == LinkStatus.linkOutOfDate){
                myLink.update();
    If somebody interested in developing this script further, do not hesitate to post here your feedback.
    Kasyan

  • Need help deleting an image field/pictures in worksheet

    I am in need of help!!! Added photos in an important .pdf document (a worksheet form that was pre-made) and I added image fields (Top box photo and small bottom box for text). I need to delete some image fields now and it won't let me. I upgraded my Adobe Reader to Acrobat XI Pro trial, still can't. If I try to edit image, it says I need to have Live Cycle designer to edit this form. Someone please help! This is my son's Eagle Scout worksheet and needs to be fixed tonight....please

    If the file was created in LiveCycle Designer then it can only be edited
    there.
    It's not clear in what way you edited it originally.

  • I need help to store images in database

    hi,
    at present i am working in oracle, i need one help.
    i want to create one directory in c:\drive and i have to store and retreive my images in that directory.i want to do in oracle only,i am not using any front end. i need coding for that,please give me coding to do that.first i have to store that images in my table.that image is in my desktop,how to call that image and how to store that image in my table and how to store that image in that directory. please give coding and ideas for that,help meeeeeeeeeeeeee.

    You need to create a oracle directory which will point to the physical directory where picture or image file lies...
    For this you need create directory privillege
    Once you create the oracle directory..
    Please see my sample try
    create table sample_bfile(id number,photo bfile);
    insert into sample_bfile values (1,bfilename('<oracle_dir_name>','<file_name>');
    This will insert into the reference of the image in the column...
    But you cant select this column in sqlplus which u might be knowing...
    Then you can access the image with the front end
    Regards,
    Shasi

  • Need help to find image size box

    I am a novice, I need to find the image size box on illistrator but not able to so please explaine how to find it on the page.  Thanks

    You may also be talking about the "Info" window. To open it, go to Window > Info or hit command+F8. It will show you the dimensions of the bounding box containing whatever object you have selected.
    Please let us know if we can help you further.

  • Need help with Applet: Images

    DUKESTARS HERE, YOU KNOW YOU WANNA
    Hi,
    I'm designing an applet for some extra credit and I need help.
    This game that i have designed is called "Digit Place Game", but there is no need for me to explain the rules.
    The problem is with images.
    When I start the game using 'appletviewer', it goes to the main menu:
    http://img243.imageshack.us/img243/946/menuhy0.png
    Which is all good.
    But I decided that when you hover your cursor over one of the options such as: Two-Digits or Three-Digits, that the words that are hovered on turn green.
    http://img131.imageshack.us/img131/6231/select1ch3.png
    So i use the mouseMoved(MouseEvent e) from awt.event;
    The problem is that when i move the mouse around the applet has thick line blotches of gray/silver demonstrated below (note: these are not exact because my print screen doesn't take a picture of the blotches)
    http://img395.imageshack.us/img395/4974/annoyingmt1.png
    It also lags a little bit.
    I have 4 images in my image folder that's in the folder of the source code
    The first one has all text blue. The second one has the first option, Two-Digits green but rest blue. The third one has the second option, Three-Digits green but rest blue, etc.
    this is my code
    import java.applet.Applet;
    import java.awt.Graphics;
    import java.awt.event.*;
    import java.awt.*;
    public class DigitPlaceGame extends Applet implements MouseListener, MouseMotionListener {
         public boolean load = false;
         public boolean showStartUp = false;
         public boolean[] hoverButton = new boolean[3];
         Image load1;
         Image showStartUp1;
         Image showStartUp2;
         Image showStartUp3;
         Image showStartUp4;
         public void init() {
              load = true;
              this.resize(501, 501);
                   try {
                        load1 = getImage(getCodeBase(), "images/load1.gif");
                        repaint();
                   } catch (Exception e) {}
              load();
         public void start() {
         public void stop() {
         public void destroy() {
         public void paint(Graphics g) {
              if(load == true) {
                   g.drawImage(load1, 0, 0, null, this);
              } else if(showStartUp == true) {
                   if(hoverButton[0] == true) {
                        g.drawImage(showStartUp2, 0, 0, null, this);
                   } else if(hoverButton[1] == true) {
                        g.drawImage(showStartUp3, 0, 0, null, this);
                   } else if(hoverButton[2] == true) {
                        g.drawImage(showStartUp4, 0, 0, null, this);
                   } else {
                        g.drawImage(showStartUp1, 0, 0, null, this);
                        for(int i = 0; i < 3; i++) {
                             hoverButton[i] = false;
         public void load() {
              addMouseListener(this);
              addMouseMotionListener(this);
              showStartUp1 = getImage(getCodeBase(), "images/showStartUp1.gif");
              showStartUp2 = getImage(getCodeBase(), "images/showStartUp2.gif");
              showStartUp3 = getImage(getCodeBase(), "images/showStartUp3.gif");
              showStartUp4 = getImage(getCodeBase(), "images/showStartUp4.gif");
              showStartUp();
         public void showStartUp() {
              load = false;
              showStartUp = true;
         public void mouseClicked(MouseEvent e) {
              System.out.println("test");
         public void mouseMoved(MouseEvent e) {
              int x = e.getX();
              int y = e.getY();
              if(x >= 175 && x <= 330 && y >= 200 && y <= 235) {
                   hoverButton[0] = true;
                   repaint();
              } else if(x >= 175 && x <= 330 && y >= 250 && y <= 280) {
                   hoverButton[1] = true;
                   repaint();
              } else if(x >= 175 && x <= 330 && y >= 305 && y <= 335) {
                   hoverButton[2] = true;
                   repaint();
              } else {
                        for(int i = 0; i < 3; i++) {
                             hoverButton[i] = false;
                        repaint();
         public void mouseEntered(MouseEvent e) {
         public void mouseExited(MouseEvent e) {
         public void mousePressed(MouseEvent e) {
         public void mouseReleased(MouseEvent e) {
         public void mouseDragged(MouseEvent e) {
    }plox help me ploz, i need the extra credit for an A
    can you help me demolish the lag and stop the screen from flickering? thanks!!!!!
    BTW THIS IS EXTRA CREDIT NOT HOMework
    DUKESTARS HERE, YOU KNOW YOU WANNA
    Edited by: snoy on Nov 7, 2008 10:51 PM
    Edited by: snoy on Nov 7, 2008 10:53 PM

    Oh yes, I knew there could be some problem.......
    Now try this:
    boolean a,b,c;
    if((a=(x >= 175 && x <= 330 && y >= 200 && y <= 235)) && !hoverButton[0]) {
                   hoverButton[0] = true;
                   repaint();
              } else if((b=(x >= 175 && x <= 330 && y >= 250 && y <= 280)) && !hoverButton[1]) {
                   hoverButton[1] = true;
                   repaint();
              } else if((c=(x >= 175 && x <= 330 && y >= 305 && y <= 335)) && !hoverButton[2]) {
                   hoverButton[2] = true;
                   repaint();
              } else if ((!a && !b && !c)&&(hoverButton[0] || hoverButton[1] || hoverButton[2]){
                        for(int i = 0; i < 3; i++) {
                             hoverButton[i] = false;
                        repaint();
              }hope it works........
    Edited by: T.B.M on Nov 8, 2008 10:41 PM

  • I need help editing an image in Photoshop

    I need to edit this image.
    I need to reposition the fist shape a little further down remaining within the yellow circle.  Then I also need to change all blue parts to black and the yellow outline around the knuckles to white.
    How would I do this in Photoshop?

    Put a circular selection round the fist and press Ctrl+J.
    Hide the resulting new layer and fill the circle with yellow.
    Select the blue area with the magic wand and fill the selection with black.
    Select the yellow round the fist and fill the selection with white.
    Go to the fist layer, press Ctrl+T and move it down as far as you want, (Not much room there.)
    For print, save as a TIFF; for Internet use Save for Web.

  • Need help changing PC to sync over wifi please help!

    Hello im having an annoying problem im wondering if someone can help.. I recently purchased a new latop (running windows 8 OS)..i used to sync my iphone 5 (running latest OS on iphone) over my other pc.. I want to be able to do this on my new pc but i cant find where to change the computer on my phone or thru itunes. It still shows my old PC to sync to shaded out because well its plugged into my new pc... ive restarted my laptop/router/phone nothing is finding my new PC..I  cant find any information on where to change the information on my phone so it will sync on my new computer.. please help!

    Hello,
    You're right, you don't want to create your site as images.
    What you need to do is learn HTML. Fireworks can produce an HTML
    table of sliced images, but that table usually breaks if you try to
    replace an image of text with actual text, so it isn't a great way
    to go to produce a site.
    So...resources! Here's a book I like:
    HTML,
    XHTML, and CSS, Sixth Edition (Visual Quickstart Guide) by
    Elizabeth Castro
    It covers everything in small chunks and is light enough to
    carry around and read.
    Some tutorials:
    HTML Code Tutorial
    W3Schools
    This one has a friendly tone, although it has lots of ads:
    Page
    Tutor
    The CSS Tutorial
    Also, check out the site recommendations by Silkrooster here:
    A
    question about using Fireworks to build a website
    Once you know HTML, what you do is use Fireworks to design
    your site. Then, you slice and export what needs to be an image and
    use Dreamweaver to build your HTML and CSS.

  • HT1212 need help disabiling an ipod tuch 4th generashon please help

    need help disabiling an ipod tuch

    To disable an iPod just enter the incorrect screen-lock passcode 10 times or sp.
    If you want to recover from that
    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • I NEED help so daly if you guys can please please please help?????????

    I really need help... if you guys can help me out please i would greatly appreciate it i have a two year extended warranty on my ipad 3rd gen and i was robbed and hospitallized. the thing is i need it for my college classes is it possible that my warranty will cover me for a new one??????????????

    Try going to   www.icloud.com   and logging into your apple id.  If you have find my ipad on you may be able to track it down.  Warranty does not cover lost or stolen devices, and is strictly tracked by serial number.  At the very least you could try to do a data wipe.
    A positive spin is that your apps can be redownloaded for free on a new device if you can't find your older unit. 
    Good luck.  I hope you find it.

Maybe you are looking for