Help Camera Issue
Hello,
I am creating a menu system with 8 different 480 by 320 images each spread apart from the next and have a control camera actor that has rules in place:
when attribute camera location equals 0 change self location x to 0 self location y to 0.
when attribute camera location equals 1 change self location x to 920 self location y to 0.
when attribute camera location equals 2 change self location x to 1400 self location y to 0.
when attribute camera location equals 3 change self location x to 1880 self location y to 0.
when attribute camera location equals 4 change self location x to 0 self location y to 610.
when attribute camera location equals 5 change self location x to 920 self location y to 610.
when attribute camera location equals 6 change self location x to 1400 self location y to 610.
when attribute camera location equals 7 change self location x to 1880 self location y to 610.
I have multiple actors in each of the locations that change the location to another based on what you press. For example location 0 is main menu, location 1 is game play, location 2 is inventory, 3 is options, and so on. You are able to go from one location to any of the other ones as i have 8 actors in each location to move you to the next. However when going from certain locations to the next it doesn't fully display the location and is showing multiple ones. As if the camera didn't move all the way there. For example if you try to go from location 4 to 2 it shows half of location 2 and half of 3. But if you go from location 5 to 2 is works fine. So Im not sure whats going on all rules and actors have been checked and it seems to be having issues only on certain areas. Any ideas?
Thanks
I am creating a menu system with 8 different 480 by 320 images each spread apart from the next and have a control camera actor that has rules in place:
when attribute camera location equals 0 change self location x to 0 self location y to 0.
when attribute camera location equals 1 change self location x to 920 self location y to 0.
when attribute camera location equals 2 change self location x to 1400 self location y to 0.
when attribute camera location equals 3 change self location x to 1880 self location y to 0.
when attribute camera location equals 4 change self location x to 0 self location y to 610.
when attribute camera location equals 5 change self location x to 920 self location y to 610.
when attribute camera location equals 6 change self location x to 1400 self location y to 610.
when attribute camera location equals 7 change self location x to 1880 self location y to 610.
I have multiple actors in each of the locations that change the location to another based on what you press. For example location 0 is main menu, location 1 is game play, location 2 is inventory, 3 is options, and so on. You are able to go from one location to any of the other ones as i have 8 actors in each location to move you to the next. However when going from certain locations to the next it doesn't fully display the location and is showing multiple ones. As if the camera didn't move all the way there. For example if you try to go from location 4 to 2 it shows half of location 2 and half of 3. But if you go from location 5 to 2 is works fine. So Im not sure whats going on all rules and actors have been checked and it seems to be having issues only on certain areas. Any ideas?
Thanks
Answers
Thanks