Invisibility
when [space v] key pressed change [ghost v] effect by [50] set [ghost v] to [50] wait [5] secs change [ghost v] effect by [-50] set [ghost v] to [0]
Last edited by curiouscrab (2012-08-13 16:40:35)
Offline
arinerron wrote:
look at my projects!
http://scratch.mit.edu/users/arinerron
think [Scripts in your posts!] for (3) secs
[/scratchblocks]
Can you give me the link to any specific project? Also, why are there so many scratchblocks?
when [curiouscrab v] clicked ask [Why do you have so many scratchblock posts?] and wait say (answer)
Last edited by curiouscrab (2012-08-21 11:14:35)
Offline
Yes, it looks a lot like the Scratchblock play area. I'll ask.
Offline
humhumgames wrote:
Yes, it looks a lot like the Scratchblock play area. I'll ask.
Perhaps it might be a better topic for "Help With Scripts" since it's talking about script design for character powers. I cleaned up the spammy posts and moved the thread.
Offline
cheddargirl wrote:
humhumgames wrote:
Yes, it looks a lot like the Scratchblock play area. I'll ask.
Perhaps it might be a better topic for "Help With Scripts" since it's talking about script design for character powers. I cleaned up the spammy posts and moved the thread.
Makes sense
Offline
Fireball.
Charecter's script:
broadcast [fireball v]Fireball:
when I recieve [fireball v] repeat (height goal and distance goal of fireball) change y by (1) move (1) steps change y by (-1) end
Offline
anniesboy wrote:
Fireball.
Charecter's script:broadcast [fireball v]Fireball:when I receive [fireball v] repeat (height goal and distance goal of fireball) change y by (1) move (1) steps change y by (-1) end
Fixed.
Offline
ErnieParke wrote:
anniesboy wrote:
Fireball.
Charecter's script:broadcast [fireball v]Fireball:when I receive [fireball v] repeat (height goal and distance goal of fireball) change y by (1) move (1) steps change y by (-1) endFixed.
Thanks.
Offline
anniesboy wrote:
ErnieParke wrote:
anniesboy wrote:
Fireball.
Charecter's script:broadcast [fireball v]Fireball:when I receive [fireball v] repeat (height goal and distance goal of fireball) change y by (1) move (1) steps change y by (-1) endFixed.
Thanks.
Your welcome!
Offline
Laser:
when I receive [laser v] pen down repeat (200) change x by (1) end
Last edited by JH1010 (2012-12-09 02:04:03)
Offline