chipguy wrote:
i am trying to make a game that i call "fade". when i try to make the character move, it is imposible. i am sure it should work, (i am a bit of a scratch novice)but it doesn't. any pointers?
Well, you might want to try making your own thread for stuff like that. Also, a little bit more information would be quite nice, like what your scripts look like now.
Offline
coolstuff wrote:
chipguy wrote:
i am trying to make a game that i call "fade". when i try to make the character move, it is imposible. i am sure it should work, (i am a bit of a scratch novice)but it doesn't. any pointers?
Well, you might want to try making your own thread for stuff like that. Also, a little bit more information would be quite nice, like what your scripts look like now.
I shall use mai magic powers to create a new thread for chipguy, so that we don't get so off-topic in here
EDIT: Done Now, let's get to fixing this problem... perhaps you could upload the project, so that we can take a look at it?
Offline
Found the project he's talking about here.
Edit: Ah! I've found the problem. The top script for the player sprite is activated by receiving "START" and contains a (Go to x: () y: () ) command, right? The problem is that START is constantly being broadcast, so you move your character, but then it receives the broadcast and resets back to the original position.
Last edited by Harakou (2010-07-17 11:12:18)
Offline
Harakou wrote:
Found the project he's talking about here.
Edit: Ah! I've found the problem. The top script for the player sprite is activated by receiving "START" and contains a (Go to x: () y) ) command, right? The problem is that START is constantly being broadcast, so you move your character, but then receives the broadcast and resets back to the original position.
![]()
Hey... I said that to on his project!
Offline
laser100 wrote:
Harakou wrote:
Found the project he's talking about here.
Edit: Ah! I've found the problem. The top script for the player sprite is activated by receiving "START" and contains a (Go to x: () y) ) command, right? The problem is that START is constantly being broadcast, so you move your character, but then receives the broadcast and resets back to the original position.
![]()
Hey... I said that to on his project!
Lol, didn't see that.
Offline
Remove the forever block... probably it's a slip up. Don't worry, it happens to the best of us.
Offline