What would be the simplest way to get "sprite1" to fire "sprite3" vertically at a somewhat slow speed? Ive been experimenting and just cant do it.
All help is greatly appreciated
Offline
Xzeleous wrote:
What would be the simplest way to get "sprite1" to fire "sprite3" vertically at a somewhat slow speed? Ive been experimenting and just cant do it.
All help is greatly appreciated![]()
you could try a broad cast, make sprite 1 broad cast "fire"
and do this to sprite3
[blocks]<when I receive[ fire
<go to[ sprite1
<show>
<repeat until><touching[ edge
<change y by( 1
<forever if><touching[ edge
<hide>
<end>
[/blocks]
if you want it faster, just make the "change y by" value more
hope this helps^_^
Last edited by adityasm9 (2009-03-04 23:48:06)
Offline
and the broadcast block would look like this
<broadcast[ ]and wait c>
Last edited by bosox397 (2009-03-05 07:00:08)
Offline
bosox397 wrote:
and the broadcast block would look like this
<broadcast[ fire ]and wait c>
no it would look like that
Last edited by adityasm9 (2009-03-05 08:54:28)
Offline