Page 1 of 1

scripter/programmer needed for image mapping -closed

Posted: Thu Jul 26, 2012 1:56 am
by slyfoxxy
Hey there everyone, I've tried and tried and I cannot for the life of me figure out how to make image maps work!

What I really need is someone to help me put the images I've created as the main menu/title page, quit screen, and preferences and choices boxes.

keeping everything at 1000 x 1000.

If you have experience doing this and think you can help me please PM me or email me at slydfox@hotmail.com and we can discuss a small fee and what to do.

example for my title screen -

ground:

Image

Idle:

Image

Hover:


Image

Re: scripter/programmer needed for image mapping - small pay

Posted: Thu Jul 26, 2012 2:31 am
by FatUnicornGames
What about it aren't you getting to work?

Here is my code. I used just a ground and hover, which I think you could do as well. Just use the idle for the ground. :D Or you could do it your way and just add in the idle.

Just figure out what numbers fit in the coordinates which you can do with photoshop and plug them in.

Code: Select all

screen main_menu:

    # This ensures that any other menu screen is replaced.
    tag menu

    imagemap:
        ground "startground.png"
        hover "starthover.png"
        
        if not persistent.beaten:
            hotspot (200, 488, 86, 43) action Start()
        else:
            hotspot (200, 488, 86, 43) action Start()
        hotspot (291, 488, 83, 42) action ShowMenu("load")
        hotspot (445, 488, 92, 48) action ShowMenu("preferences")
        hotspot (538, 490, 72, 48) action Quit(confirm=False)

Re: scripter/programmer needed for image mapping - small pay

Posted: Thu Jul 26, 2012 2:36 am
by slyfoxxy
its that the ground image seems persistent, I had the three in there and it was just showing the blank ground image, I might try it the way you suggested, though could you explain to me where I find out in PS the hot spot numbers? I'm still new the to image mapping.

Re: scripter/programmer needed for image mapping - small pay

Posted: Thu Jul 26, 2012 3:15 am
by FatUnicornGames

Re: scripter/programmer needed for image mapping - small pay

Posted: Thu Jul 26, 2012 3:33 am
by slyfoxxy
youve been loads of help, thanks so much.

Re: scripter/programmer needed for image mapping - small pay

Posted: Thu Jul 26, 2012 3:35 am
by FatUnicornGames
slyfoxxy wrote:youve been loads of help, thanks so much.
No problem. Just make a cool game and let me play it. ;D