im stuck i need help how do u make a rocket lancher blow up when u click the mouse butten
Offline
<when green flag clicked>
<if><mouse down?>
<switch to costume[ Explode!]>
<end>
Offline
Slacker101 wrote:
<when green flag clicked>
<if><mouse down?>
<switch to costume[ Explode!]>
<end>
not exactly correct.
<when green flag clicked>
<forever>
<if><mouse down?>
<switch to costume[ Explode!
<stop script>
<end>
<end>
Offline
Or even simpler:
<when green flag clicked>
<wait until><mouse down?>
<switch to costume[ Explode!
Offline
<when green flag clicked>
<wait until><mouse down?>
Offline
<when green flag clicked>
<forever>
<if> << <mouse down?> <and> <touching[ gun >>
<switch to costume[ Explode!
<end>
<end>
Last edited by funkymonkey (2007-12-08 12:15:09)
Offline