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

#126 2012-03-25 12:55:48

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Paddle2See wrote:

Hey folks - I've been noticing a lot of really long quote conversations taking place in this topic.  That's not what this area is for - please just use this space for learning how to use the blocks - not conversations.  Thanks  smile

Ok, Paddle.  smile


Get ready for domination of:  tongue

Offline

 

#127 2012-03-25 18:00:27

Unite
Scratcher
Registered: 2012-03-24
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
<if><not><touching[sprite 2>
<forever>
<change y by(2)
<end>
<end>


http://i1156.photobucket.com/albums/p570/bolemis/31023108819264274478797.gif

Offline

 

#128 2012-03-26 05:09:27

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Unite wrote:

when gf clicked
if <not<touching[sprite 2 v]?>>
<forever>
change y by(2)

Did you mean that? Or were you testing a bug? (click "quote" to see the correct syntax - you can click "go back" afterwards.)

scripts [fixed v] by [Splodgey v]

Offline

 

#129 2012-03-26 16:00:54

Unite
Scratcher
Registered: 2012-03-24
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Splodgey wrote:

Unite wrote:

when gf clicked
if <not<touching[sprite 2 v]?>>
<forever>
change y by(2)

Did you mean that? Or were you testing a bug? (click "quote" to see the correct syntax - you can click "go back" afterwards.)

scripts [fixed v] by [Splodgey v]

Ya, thanx! That is the formula for gravity right? (If sprite 2 is a sprite representing the ground)


http://i1156.photobucket.com/albums/p570/bolemis/31023108819264274478797.gif

Offline

 

#130 2012-03-27 04:12:31

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Unite wrote:

Splodgey wrote:

Unite wrote:

when gf clicked
forever
if <not<touching[ground v]?>>
change y by(-2)

Did you mean that? Or were you testing a bug? (click "quote" to see the correct syntax - you can click "go back" afterwards.)

scripts [fixed v] by [Splodgey v]

Ya, thanx! That is the formula for gravity right? (If sprite 2 is a sprite representing the ground)

That is (up) But more accurately:

when gf clicked
set [yvel v] to [0]
forever
if <touching[ground v]?>
change [yvel v] by (-1)
else
set [yvel v] to [1] //I can't be bothered to write out the whole script for slopes...
end
change y by (yvel)

Offline

 

#131 2012-03-28 09:45:32

Munchey
Scratcher
Registered: 2012-03-28
Posts: 6

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
repeat untill < (timer)  > [12]

Offline

 

#132 2012-03-28 09:49:30

Munchey
Scratcher
Registered: 2012-03-28
Posts: 6

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
   turn cw (15) degrees
   say [Hi!  Can You see this?] for (2) secs
   if <mouse down?>
      change [mouse clicks v] by (1)
   end
end

Offline

 

#133 2012-03-28 09:55:43

Munchey
Scratcher
Registered: 2012-03-28
Posts: 6

Re: Official [Scratchblocks] Testing Play Area

:@ sad I give up!   sad :@

Offline

 

#134 2012-03-28 09:59:54

Munchey
Scratcher
Registered: 2012-03-28
Posts: 6

Re: Official [Scratchblocks] Testing Play Area

Munchey wrote:

:@ sad I give up!   sad :@

when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs

Offline

 

#135 2012-03-28 10:03:41

Munchey
Scratcher
Registered: 2012-03-28
Posts: 6

Re: Official [Scratchblocks] Testing Play Area

OMG!   Did I just do that?

when gf clicked
repeat until <(timer) > [40]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (4) secs
OMG!

Offline

 

#136 2012-03-28 10:35:06

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

http://scratch.mit.edu/tbgforums/viewtopic.php?id=6965

Last edited by Squawkers13 (2012-03-28 10:37:21)


http://pekkit.net/banners/pekkit.png

Offline

 

#137 2012-03-31 10:11:50

3sal2
Scratcher
Registered: 2012-03-22
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Hi.

when gf [#ffffff] clicked
repeat till <obsolete!>
go to [mouse-pointer]
end
think [Scripts in your posts! v] for (3) mins
Bye.


http://scratch.mit.edu/static/projects/3sal2/3120946_sm.png In 2012, scientists at the LHC discovered the Higgs boson, which explains the source of the masses of the W+, W-, and Z bosons, as well as fermions.

Offline

 

#138 2012-03-31 11:28:18

MorgulFan
New Scratcher
Registered: 2012-03-29
Posts: 31

Re: Official [Scratchblocks] Testing Play Area

Munchey wrote:

when gf clicked
forever
   turn cw (15) degrees
   say [Hi!  Can You see this?] for (2) secs
   if <mouse down?>
      change [mouse clicks v] by (1)
   end
end

scripts fixed by [MorgulFan v]
end
[/scratchblocks

Offline

 

#139 2012-03-31 21:38:18

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
walk down stairs
go to [computer v]
log on to [scratch.mit.edu v] 
open up [Scratch Program v] 
forever
imagine
program
share

Last edited by Mokat (2012-03-31 21:38:34)


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#140 2012-03-31 21:55:32

MisterBanana
Scratcher
Registered: 2012-03-28
Posts: 38

Re: Official [Scratchblocks] Testing Play Area

 when gf clicked
 repeat until <(timer) > [10]>
   go to [mouse-pointer v]
 end
 think [Scripts in your posts!] for (3) secs
 


http://www.iaza.com/work/120530C/iaza18922781101400.gif http://i47.tinypic.com/sw8fpz.gif

Offline

 

#141 2012-03-31 22:21:40

technoboy10
Scratcher
Registered: 2007-08-25
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

stop all pinks
April
Fools 
Day 


So long, 1.4.
http://goo.gl/3JEV9

Offline

 

#142 2012-03-31 22:23:40

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

 
stop all pinks 


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#143 2012-04-01 14:18:31

GameGuy64
Scratcher
Registered: 2011-09-22
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever if <(month) = [April]>
if <(day) = [1]>
stop all pinks 
wait (April Fools!) secs
end

Last edited by GameGuy64 (2012-04-01 14:19:11)


http://i45.tinypic.com/25apxc7.png

Offline

 

#144 2012-04-01 15:24:48

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
forever
if <<<month>=<April>>and<<day>=[1]>>
set [scratch name v] to [Neigh]
if <<newest post>=[doesn't get the joke]>
repeat until <not<<newest post>=[doesn't get the joke]>>
laugh at their seriousness
end
end
end

Offline

 

#145 2012-04-01 18:29:33

k9lego
Scratcher
Registered: 2011-09-29
Posts: 59

Re: Official [Scratchblocks] Testing Play Area

when gf clicked


Hey, I make cool games! WHY NO CLOUD DATA?!?!?!?!!!!!!!! Copy this
Click Here! Stats: http://blocks.scratchr.org/API.php?user=k9lego&amp;action=onlineStatus

Offline

 

#146 2012-04-03 12:50:13

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Offline

 

#147 2012-04-03 15:58:40

joefarebrother
Scratcher
Registered: 2011-04-08
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

stop all sounds
stop all pinks
stop all glitches  //if that was a real block that 
the purpose of this block is to [comment v]  //stops all bugs it would be epic 
see above block //but it is impossible for the scratch team to make :(
see above block // because a program doesn't know what is 
see above block //a glitch and what isn't
stop all

when i receive [bugs with scratchblocks tag v]
think [hey... stop all pinks should be obsolete but stop all sounds should be pink...]
wait...
testing...
stop all blues
stop all oranges
stop all purples
stop all greens
stop all yellows
nope, didn't work

Last edited by joefarebrother (2012-04-03 16:06:59)


My latest project is called http://tinyurl.com/d2m8hne! It has http://tinyurl.com/d395ygk views, http://tinyurl.com/cnasmt7 love-its, and http://tinyurl.com/bwjy8xs comments.
http://tinyurl.com/756anbk   http://tinyurl.com/iplaychess

Offline

 

#148 2012-04-04 16:39:52

Cozyhut3
Scratcher
Registered: 2010-02-06
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Oh good, I was about to try this out, then I found this. XD

[scratchblocks]
when gf clicked
obsolete!

Offline

 

#149 2012-04-05 04:02:13

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Cozyhut3 wrote:

Oh good, I was about to try this out, then I found this. XD

when gf clicked
obsolete!

scripts [fixed v] by [Splodgey v] //Don't forget to end the syntax!

Offline

 

#150 2012-04-05 09:56:26

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

when green flag clicked
        forever  
            if (key [left arrow v] pressed?) 
                set [X Velocity v] to [2.5]
                repeat until <not (key [left arrow v] pressed?)>  
                    change [X Velocity v] by (0.03)
                    if <(X Velocity) > [7]> 
                        set [X Velocity v] to [7]
            if (key [right arrow v] pressed?) 
                set [X Velocity v] to [-2.5]
                repeat until <not (key [right arrow v] pressed?)>  
                    change [X Velocity v] by (-0.03)
                    if <((X Velocity)) < [-7]> 
                        set [X Velocity v] to [-7]
    end
A very nice velocity script that was in my Mario game.  big_smile


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

Board footer