Search found 329 matches

by SimpleSi
Jul 9th, '17, 22:04
Forum: Working with GP
Topic: Accessing another classes attributes
Replies: 7
Views: 12213

Re: Accessing another classes attributes

The neighbours block returns a list of nearby objects of a given class. I can't seem to get this block to return anything other than an empty list -even with radius set to 1000 and two objects on top of each other :( How do you get an object reference into a shared variable? One way is to view the ...
by SimpleSi
Jul 9th, '17, 20:35
Forum: Requests
Topic: Reset timer block
Replies: 5
Views: 10877

Reset timer block

would be nice as it does save a lot of work with noting value and subtracting it from previous value later to measure durations

And being in milliseconds just adds to the work :)
by SimpleSi
Jul 9th, '17, 15:51
Forum: Bugs
Topic: Cleanup not sticking
Replies: 1
Views: 8145

Re: Cleanup not sticking

Current workaound is to move a block after cleanup and then it sticks :)
by SimpleSi
Jul 9th, '17, 15:46
Forum: Bugs
Topic: Cleanup not sticking
Replies: 1
Views: 8145

Cleanup not sticking

When I click on cleanup - scripts get nicely tidied

When I work on another class and come back to original one - its back to untidy again
by SimpleSi
Jul 9th, '17, 15:42
Forum: Requests
Topic: Make show arrows default to off
Replies: 0
Views: 9655

Make show arrows default to off

Every time I open a project I'm switching it off

I can see it possibly being useful for debugging and while in alpha but I'm not sure its needed to default to on now GP is in beta
by SimpleSi
Jul 9th, '17, 15:36
Forum: Bugs
Topic: Delete key backspaces not deletes
Replies: 0
Views: 9977

Delete key backspaces not deletes

This is on Win10 - it just backspaces instead of deleting
by SimpleSi
Jul 9th, '17, 15:26
Forum: Requests
Topic: List blocks syntax
Replies: 1
Views: 8050

Re: List blocks syntax

Got it!

syntax should (IMHO of course :) (list) item i not (list) at i

:)
by SimpleSi
Jul 9th, '17, 15:25
Forum: Requests
Topic: List blocks syntax
Replies: 1
Views: 8050

List blocks syntax

My recent experience of lists is using Python so this is influencing my thoughts here but.... Is it necessary to mix up the words data and list e.g cannot count data not be count list? or am I missing some CS approach with this? The [] at 1 block doesn't leap out as being the main reporter for a lis...
by SimpleSi
Jul 9th, '17, 15:12
Forum: Bugs
Topic: [more feedback than actual bug]screen positions not integers
Replies: 0
Views: 9796

[more feedback than actual bug]screen positions not integers

when playing with setting shared variable to a list of classes x y and direction attibutes and then reading them back in another class - I noticed that the postions seemed to being stored as floats so for aesthic purposes I truncated them before adding to list. Then I noticed that sometimes the clas...
by SimpleSi
Jul 9th, '17, 14:37
Forum: Bugs
Topic: Intermittant screen update
Replies: 7
Views: 11788

Re: Intermittant screen update

Okay - been playing/thinking

we could do with an animate while block

OR - and I hate to mention even mention this - a break loop block!

.... runs away.......