Slider Like outasite TOTB3 Game

creativeappscreativeapps Member Posts: 1,770
edited November -1 in Working with GS (Mac)
Hello guys, I want to create horizontal and vertical smooth slider like outasite did in his TOTB3 game. I sent him pm message but seems he is busy. Anyone can suggest please? Thanks

Check image: http://i51.tinypic.com/i3s590.jpg

Comments

  • old_kipperold_kipper Member Posts: 1,420
  • creativeappscreativeapps Member Posts: 1,770
    is this same for horizontal and vertical?
  • outasiteoutasite Member Posts: 417
    Hey sorry, sleeping in on my birthday vacation. My bad.
    Follow TSB's video on gamesalad for the multimenu system.

    Heres the videos.




    And then for the size, I used contraints with some math.
    -I wanted them to be biggest in the center.
    -Get smaller as they get father away
    -Only go so small
    So we have:
    180-((abs(480- self.Position.X )/280)*40)
    [bigWidth]-((abs([centerPosition]- self.Position.X )/[shrinkDistance])*[amountTOshrink])

    For vertical / horizontal, change x's into y's and vis-vrsa
  • creativeappscreativeapps Member Posts: 1,770
    @outasite thanks for the video. But I want to learn how you did vertical achievements slider
  • outasiteoutasite Member Posts: 417
    exact same method but used y values instead.

    Formula for width
    400-((abs(160- self.Position.Y )/320)*100)
    Formula for height
    64-((abs(160- self.Position.Y )/320)*20)
  • outasiteoutasite Member Posts: 417
    Ill send a project file, but I don't know how to get to my PM's I can't access my profile from the menu.
  • outasiteoutasite Member Posts: 417
    Email sent.
    Good luck,

    Michael

    Anyone else want it?
  • RedlerTechRedlerTech Member Posts: 1,583
    I'd appreciate a look at the code :D I really need to learn complex math.

    Matt :D
    Matthewredler@gmail.com
  • creativeappscreativeapps Member Posts: 1,770
    @outasite I am not able to get email. Please check email address and send again.

    creativeweb25@gmail.com

    Thanks,
    John
  • outasiteoutasite Member Posts: 417
    I dont understand why I can't send from mail app or browser. one sec ill upload and post a link
  • creativeappscreativeapps Member Posts: 1,770
    ok no problem. add link here
  • RedlerTechRedlerTech Member Posts: 1,583
    creativeapps said:
    @outasite I am not able to get email. Please check email address and send again.

    PLEASE?
    creativeapps said:
    ok no problem. add link here

    PLEASE?

    Let's keep this community great & working together :D
  • outasiteoutasite Member Posts: 417
    Hah. Can someone please tell me why, I can't upload for attach the project file to anything?

    Mail App
    Chrome Browser Gmail
    Chrome Browser Dropbox
    Chrome Browser Mediafire

    Thanks,
    Michael
  • cmw333cmw333 Member Posts: 76
    Not to jump on the bandwagon but if you could send me the file to chriswatts1978@yahoo.com I would like to see how you made it

    Chris
  • creativeappscreativeapps Member Posts: 1,770
    ok first compress the file and upload or attach in gmail.
  • RedlerTechRedlerTech Member Posts: 1,583
    Try zipping it? It may actually be his email address

    Matt
  • outasiteoutasite Member Posts: 417
    But dropbox, mediafire, and gmail won't take before i even begin his email.

    ill try zipping it.

    Thanks
  • RedlerTechRedlerTech Member Posts: 1,583
    no problem :)
  • outasiteoutasite Member Posts: 417
    ZIPPING IT WORKED!!! YAY, hah.

    Heres the Link.
    CLICK ME

    EDIT: guess it helps if i post link huh...?
  • creativeappscreativeapps Member Posts: 1,770
    link not working. please upload on mediafire or send email. Thanks

    Its showing below error message:

    "

    Error (403)
    It seems you don't belong here! You should probably try logging in?

    You can also check out our FAQ or forums and maybe you'll find what you were looking for. Or maybe you should try heading home.
  • outasiteoutasite Member Posts: 417
    Fixed. Up on media Fire
    CLICK ME
  • creativeappscreativeapps Member Posts: 1,770
    finally link works. Thanks a lot outasite for this demo.
  • outasiteoutasite Member Posts: 417
    No problamo.

    Cheers
    Michael
Sign In or Register to comment.