Okay since I am still awaiting help on the Outer Space 2 game, I decided to start a scrolling game. I need help with that one. I made it like the PSP game called Secret Agent Clank with drop boxes and stuff. As I said it is a scrolling. I scripted it so when player sprite gets to a certain scrollx it sends a message to drop box. When drop box receives the message, it glides back down to terrain and allows player sprite to move again. That is working fine. But I can't get it to stay there! Since the game is scrolling it will scroll. The drop box just scrolls along! I can't get it to actually not scroll too! Any solutions?
Offline
Nevermind I got it! I just simply had to set a variable to a different number, make another moving script with changing the x and y, and then when the player sprite touches the drop box set a variable back to the number before and it goes back to normal! But I have complete doubt it will work like it is supposed to online.
Offline