Tshirtbooth Control Template

BrynjeBamsenBrynjeBamsen Member Posts: 188
edited November -1 in Working with GS (Mac)
Iam trying to make a game using the jumpball control.
Its working perfectly until i change scene size and the ball reaches outside the initial scene.

Then the whole mechanics stop working.

Any thought why this is?

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    You probably need to look through all the rules for and settings based on the current scene size. It would be best to email him directly. More than likely you are going to get ppl that say let me take a look and then you have just given away his template for free to someone who most likely has no clue.

    Just email him to ask what you might need to do to change it.
  • DreamLabDreamLab Member Posts: 2,127
    This tutorial is EXACTLY what you are looking for. Try this

  • iTouchGameriTouchGamer Member Posts: 681
    DreamLab said:
    This tutorial is EXACTLY what you are looking for. Try this



    Wrong video. lmao jk.
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Maybe I misunderstood your issue. I guess I read it as you are changing the camera size. if its the scene size you are changing and leaveing the camera at 480x320 then the cook video DreamLab posted is most likely what you need.
  • BrynjeBamsenBrynjeBamsen Member Posts: 188
    Dreamlab i think you are on to something.
    Its just hard figure out what rule it need to be applied to.

    ill look into it.

    Thanks people :)
  • scitunesscitunes Member, Sous Chef Posts: 4,047
    look in any actor that constrains to touch or mouse. Then unlock it. Then look for attributes for touch or mouse.

    add the camera offset like this:

    game.touch1.x will now need to be game.touch1.X+current.scene.camera.origin.X
Sign In or Register to comment.