scripter/programmer needed for image mapping -closed

For recruitment of team members to help create visual novels and story-based games, and for people who want to offer their services to create the same.
Forum rules
Do not bump threads - post some new content instead.
Post Reply
Message
Author
User avatar
slyfoxxy
Regular
Posts: 46
Joined: Mon Jul 02, 2012 8:13 pm
Projects: Dragon's Blood, Swan Song
Location: Adelaide, South Australia
Contact:

scripter/programmer needed for image mapping -closed

#1 Post 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
Last edited by slyfoxxy on Thu Jul 26, 2012 8:09 pm, edited 1 time in total.
Dragon's Blood on Facebook: Dragon's Blood

User avatar
FatUnicornGames
Miko-Class Veteran
Posts: 576
Joined: Sun Mar 25, 2012 7:54 pm
Projects: Club Shuffle
Contact:

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

#2 Post 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)
Image
Developer Blog for Club Shuffle - Follow and Share?
-Also! You can call me Crystal if you want.-

User avatar
slyfoxxy
Regular
Posts: 46
Joined: Mon Jul 02, 2012 8:13 pm
Projects: Dragon's Blood, Swan Song
Location: Adelaide, South Australia
Contact:

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

#3 Post 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.
Dragon's Blood on Facebook: Dragon's Blood

User avatar
FatUnicornGames
Miko-Class Veteran
Posts: 576
Joined: Sun Mar 25, 2012 7:54 pm
Projects: Club Shuffle
Contact:

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

#4 Post by FatUnicornGames »

Image
Developer Blog for Club Shuffle - Follow and Share?
-Also! You can call me Crystal if you want.-

User avatar
slyfoxxy
Regular
Posts: 46
Joined: Mon Jul 02, 2012 8:13 pm
Projects: Dragon's Blood, Swan Song
Location: Adelaide, South Australia
Contact:

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

#5 Post by slyfoxxy »

youve been loads of help, thanks so much.
Dragon's Blood on Facebook: Dragon's Blood

User avatar
FatUnicornGames
Miko-Class Veteran
Posts: 576
Joined: Sun Mar 25, 2012 7:54 pm
Projects: Club Shuffle
Contact:

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

#6 Post 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
Image
Developer Blog for Club Shuffle - Follow and Share?
-Also! You can call me Crystal if you want.-

Post Reply

Who is online

Users browsing this forum: No registered users