Search found 329 matches

by SimpleSi
Dec 8th, '17, 10:08
Forum: Getting started
Topic: Simple primer for Scratchers
Replies: 6
Views: 18958

Re: Simple primer for Scratchers

Ta for info:)
by SimpleSi
Dec 5th, '17, 20:54
Forum: Getting started
Topic: Simple primer for Scratchers
Replies: 6
Views: 18958

Re: Simple primer for Scratchers

I've been waiting to see if there were any major changes before updating it - I'll get into doing that now :) I don't see GP becoming an online social gathering point like Scratch 2 is which is why its not mentioned (plus I teach using Scratch 1.4 for 99% of the time) Unlike Snap!, GP doesn't seem t...
by SimpleSi
Nov 28th, '17, 11:56
Forum: Getting started
Topic: A Few Questions
Replies: 5
Views: 21747

Re: A Few Questions

1.

Here are equivalent to default Scratch list blocks
scriptsImage2.png
by SimpleSi
Nov 21st, '17, 12:18
Forum: Working with GP
Topic: is reduce same as haskell foldl?
Replies: 1
Views: 7101

Re: is reduce same as haskell foldl?

My understanding of reduce in languages is that it normally iterates over a list (or function) to "reduce" it like your first example

Using reduce to reverse a data set seems a bit convoluted to me

But as an exercise - here is my method :)
scriptImage10.png
by SimpleSi
Nov 20th, '17, 17:58
Forum: Projects
Topic: Asteroid Blaster transcoded from Scratch
Replies: 3
Views: 11984

Re: Asteroid Blaster transcoded from Scratch

Updated to use new Touching edge feature introduced in version 077
Asteroid Blaster02.gpp
(15.78 KiB) Downloaded 501 times
by SimpleSi
Nov 18th, '17, 22:17
Forum: Working with GP
Topic: initial feedback on v77
Replies: 1
Views: 6949

initial feedback on v77

Like the simplification of broadcast in removing the destination but... what is the send block for then ? - it looks like the old broadcast block brought back with differerent name - I'm confused touching edge - yippee :) neighbours - very happy that it now returns any neighbour within the radius :)...
by SimpleSi
Nov 18th, '17, 21:28
Forum: Bugs
Topic: [v77]Instance Method "this" settings
Replies: 1
Views: 3206

[v77]Instance Method "this" settings

I clicked on "Make a method" and noticed that "this" had dropdown box like a standard input which I don't think is quite right
by SimpleSi
Nov 10th, '17, 15:42
Forum: Bugs
Topic: error drawing circle
Replies: 3
Views: 4360

Re: error drawing circle

It was my normal win10 I was starting a new ProjectEuler challenge https://projecteuler.net/problem=199 I'd done a file new before I started on it and had done a few pen commands just prior to it happening On restarting GP (v076) - I cannot reproduce either! if it happens again - I'll let you know
by SimpleSi
Nov 10th, '17, 11:02
Forum: Bugs
Topic: error drawing circle
Replies: 3
Views: 4360

error drawing circle

Got this error trying to draw a circle
by SimpleSi
Nov 6th, '17, 09:54
Forum: Bugs
Topic: [List]Two lists sharing data values
Replies: 5
Views: 5976

Re: [List]Two lists sharing data values

You learn something new everyday :)