In my new game, I'm trying to get the fire to stay. I realized that I need t ostamp it, so I hide it at first, then start stamping. Does it need to be visible to stamp? I also tried show;stamp;hide also, and it still didn't work. Help me please
Offline
Please help
Offline
I think it needs to be showing.... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
Offline
I did that. Show stamp hide
Offline
O.K., I just don't want it to move with the person (scrollign terain)
Offline
show/stamp/hide will work, even if ghost is set to 100:
http://scratch.mit.edu/projects/Cyfarwyddyd/186100
Offline
Not for me though. Lemme try and fix it
Offline
remember that stamps appear in front of the background but in back of any other sprites that might be on the page (such as a scrolling image).
Offline
Cyfarwyddyd wrote:
remember that stamps appear in front of the background but in back of any other sprites that might be on the page (such as a scrolling image).
Even if I put it to front? Hmmm....... Well, hmm...
Offline
plus, i think you could make fire with just one sprite that changes between just three costumes. stamping makes stuff messy sometimes.
Offline
Cyfarwyddyd wrote:
plus, i think you could make fire with just one sprite that changes between just three costumes. stamping makes stuff messy sometimes.
It is just one sprite, but I don't want it to scroll with the person (it will also help with the house). YOu make the fire, but how can I get it not to move?
Offline
yep. even if your stamping sprite goes to the front, it's stamp will go back to just above the background.
Offline
Have any ideas on how to fix it?
Offline
if the background sprite is scrolling (and the person is always in the middle of the screen), then it sounds like you want the fire to move just like everything else is scrolling. maybe you should post the project as a [test] project so people could see exactly what you need...
Offline
If i can't get it by 3:30 I will (2:56 currently)
Offline
What is causing the fire to move? I don't really understand what you are asking.
Stamping will put a copy of the sprites image onto the background, underneath any other sprites, so if you are using sprites as part of a scrolling background the stamp will not be visible.
Offline
Mayhem,
You know how when you scroll you are out of the screen? Well, that's because your X or Y axis is to big to fit on the stage. But this fire isn't. So it will move with the person instead of going out of te screen
Offline
I will just make it so you can't move with the fire ( ) but when you build a shelter...
Last edited by Bluestribute (2008-06-11 17:04:02)
Offline