This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-08-13 16:38:35

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Here you can post powers of characters for games.

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)


http://i50.tinypic.com/dopbtw.png

Offline

 

#2 2012-08-13 16:39:50

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Here you can post powers of characters for games.

Feel free to use any of the powers on here.


http://i50.tinypic.com/dopbtw.png

Offline

 

#3 2012-08-13 20:50:16

curiouscrab
Scratcher
Registered: 2012-06-25
Posts: 100+

Re: Here you can post powers of characters for games.

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)


http://i50.tinypic.com/dopbtw.png

Offline

 

#4 2012-08-17 14:16:56

41w4y5
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: Here you can post powers of characters for games.

If you want to post random blocks you should go here


http://i.imgur.com/Em1YC.png

Offline

 

#5 2012-08-17 17:36:43

humhumgames
Scratcher
Registered: 2012-03-26
Posts: 1000+

Re: Here you can post powers of characters for games.

Yes, it looks a lot like the Scratchblock play area. I'll ask.

Offline

 

#6 2012-08-17 20:45:32

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: Here you can post powers of characters for games.

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.  smile


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

#7 2012-08-17 20:54:00

41w4y5
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: Here you can post powers of characters for games.

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.  smile

Makes sense


http://i.imgur.com/Em1YC.png

Offline

 

#8 2012-12-06 18:11:02

anniesboy
Scratcher
Registered: 2011-06-24
Posts: 61

Re: Here you can post powers of characters for games.

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


smile  I like games!
http://i1229.photobucket.com/albums/ee477/schnrfl/flv.png

Offline

 

#9 2012-12-06 21:54:33

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Here you can post powers of characters for games.

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.


http://i46.tinypic.com/35ismmc.png

Offline

 

#10 2012-12-08 18:34:09

anniesboy
Scratcher
Registered: 2011-06-24
Posts: 61

Re: Here you can post powers of characters for games.

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)
end

Fixed.

Thanks.


smile  I like games!
http://i1229.photobucket.com/albums/ee477/schnrfl/flv.png

Offline

 

#11 2012-12-08 20:18:32

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Here you can post powers of characters for games.

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)
end

Fixed.

Thanks.

Your welcome!


http://i46.tinypic.com/35ismmc.png

Offline

 

#12 2012-12-09 02:03:50

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Here you can post powers of characters for games.

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

 

Board footer