I have a sprite assigned to be a bullet but it wont show when told.
I have it set up like this-
When I recieve Bullet #4
forever{
go to x:53 Y:43
show
glide .8 secs to x:-112 Y:43
hide
}
the gunner is set up like this-
When "y" is pressed
foerever{
if{color green is over white
broadcast "bullet #4"}
stop script
}
Last edited by Slacker101 (2007-07-27 18:20:47)
Offline
What is the "forever-if" doing in the gunner script?
Perhaps you should use a simple if or a "wait until".
Offline
If the bullet isn't showing even when told to "show", check two things.
a) its costume is set to a costume that shows up against the background.
b) it isn't hidden behind another sprite, such as a sprite used for a scrolling background.
Offline