I think they should add a "Wait until I recieve ________" block. It would be a sensor, and could be put in place of a, for example, "touching sprite1?" block. Also, a "pause sound" block would be nice. Another good addition would be a "when _____ touching _______" block.
P.S. If there is a way to do any of these, please tell me!
Supporters:
shiguy101
jurk
G0D_M0D3
Last edited by WingsGames (2011-11-28 17:07:47)
Offline
Fordark wrote:
The [wait until I receive] block has been suggested many times before, so sounds like everyone wants it.
![]()
The [pause sound] block is a great idea, possibly for background music.
+1
Offline
You mean like a Boolean? That can be done by setting a variable to 1 whenever it's broadcasted, and then you can put:
Wait until 'Variable'=1
Last edited by RedRocker227 (2011-11-28 12:30:14)
Offline
RedRocker227 wrote:
You mean like a Boolean? That can be done by setting a variable to 1 whenever it's broadcasted, and then you can put:
Wait until 'Variable'=1
![]()
Sorry if this is a noob question, but what is a Boolean?
Offline
WingsGames wrote:
RedRocker227 wrote:
You mean like a Boolean? That can be done by setting a variable to 1 whenever it's broadcasted, and then you can put:
Wait until 'Variable'=1
![]()
Sorry if this is a noob question, but what is a Boolean?
The hexagon blocks, such as <key[]pressed?>

Offline
Fordark wrote:
WingsGames wrote:
RedRocker227 wrote:
You mean like a Boolean? That can be done by setting a variable to 1 whenever it's broadcasted, and then you can put:
Wait until 'Variable'=1
![]()
Sorry if this is a noob question, but what is a Boolean?
The hexagon blocks, such as <key[]pressed?>
Oh, I get it! I'm definately using that!
Offline