When I have a sprite and want to start him off the main screen I am telling him to goto x=0, y = 400, but he just goes to the top of the screen. How can you get him to start off the screen? I then want him to to drop down into the main screen (which I can do)
[blocks] <go to x 0 )y
400) [/blocks]
Offline
I don't think you can, but you can use the show/hide blocks and ghost effect (making sure you clear it eventually). I was making a little, and the show/hide blocks did o.k. But if it's falling on it's own, try variables maybe
Offline
mrimmel wrote:
But you can do it for a scrolling background, so that is why I am confused as to why it doesn't work...
As I wrote the previous one, I remembered something:
In a game I was helping someone with, they had a free floating ring in space. So, when green flag was clicked, it was supposed to go to the center of the 3X3 grid of terrain I made. It didn't. Then I realized "It doesn't have a forever block like the actual terrain!".
So, to make it, you need a forever blocks, so like I said, use variables (and enclose the forever with a variable!)
Offline