Issues, Issues, & More Issues. Help.

IncrediboIncredibo Member Posts: 274
edited November -1 in Working with GS (Mac)
Okay so now when I have a rule Touch>Pressed>Change Scene the Creator force quits why?

Comments

  • mzxmzx Member Posts: 151
    I think you got somewhere a "badrule"?
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Yeah if the creator is crashing from a button being pressed in your game there is more going on somewhere. It could be in your buttons rules it also could be something that is loading in the scene you are changing to.
  • IncrediboIncredibo Member Posts: 274
    my button rule just says touch>pressed>change scene. I don't see were that can go wrong and the scene im Changing to works perfectly.
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Do you have any mouse button is down rules any where in the scene? Or another touch is pressed rule in an actor that is hiding behind the button.

    Or rules based on touch.1.x and touch.1.y or mouseposition.x and mouseposition.y

    Also is the change scene all that happens or does it change some attributes? if its changing any attributes then you are going to have to also check any actors thoughs attributes affect.

    The are tons of things that could go wrong with programing. even GameSalad. Most issues are user error in using bad logic. So you will have to spend some time really trouble shooting things. The comment out feature makes debugging a lot easier. be sure to utilize that.

    Something else you can try is create a blank scene and drop just that button into it. preview and then click the button. if it crashes the issues is likely in your new scene or the button itself. if it doesn't then you have just narrowed down the issue to the real scene the button is in.
  • IncrediboIncredibo Member Posts: 274
    the attribute move scenic work fine. Its just the Change Scene and thats it everything else works like a charm.
  • IncrediboIncredibo Member Posts: 274
    I have self position x in the scene its suppose to go to is that bad>?
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
Sign In or Register to comment.