Search found 161 matches

by MSandro
Sep 29th, '17, 19:19
Forum: Extending GP
Topic: Extension for string manipulation
Replies: 2
Views: 14862

Re: Extension for string manipulation

Here is the extension! To import it: right click on the stage > load extension > select file!
It should add an category named "Strings" where you can find the blocks.
by MSandro
Sep 29th, '17, 17:49
Forum: Requests
Topic: find a string within another string
Replies: 2
Views: 3480

Re: find a string within another string

This is exactly tha same as this:
scriptImage.png
scriptImage.png (2.08 KiB) Viewed 3475 times
wich you can find in the "system palette" in the category "String".
by MSandro
Sep 24th, '17, 15:55
Forum: Requests
Topic: [Request] More Shortcuts please
Replies: 0
Views: 4070

[Request] More Shortcuts please

Hi, I realy love to use shortcuts like STRG + S to save, but GP doesn't heave those features at the moment. The GP IDE is not like an IDE, it is like Scratch and because GP has a lot more functionality as scratch I think the IDE should be improved heavily to make it more handy and useful for more ex...
by MSandro
Sep 23rd, '17, 16:51
Forum: Bugs
Topic: Animating instance in initializing method
Replies: 11
Views: 9741

Re: Animating instance in initializing method

Ah, now I know, it doesn't work in "helper" classes!
by MSandro
Sep 23rd, '17, 11:00
Forum: Requests
Topic: [Request] Error Handling
Replies: 1
Views: 2794

[Request] Error Handling

Is there any error handling functionality in GP? Or maybe something like "try and catch"?
This would be very helpful!

If not, I hope this can be added soon.
by MSandro
Sep 23rd, '17, 09:59
Forum: Bugs
Topic: Animating instance in initializing method
Replies: 11
Views: 9741

Re: Animating instance in initializing method

Thank you very much for your help.

Yes I know.

Edit: while I waited for an reply in this topic, I tried around a bit with "functions".

This is my solution combined with your suggestion:
Inizialisation3.PNG
by MSandro
Sep 23rd, '17, 08:54
Forum: Bugs
Topic: Animating instance in initializing method
Replies: 11
Views: 9741

Re: Animating instance in initializing method

Sorry, now it should be the latest.
by MSandro
Sep 23rd, '17, 08:34
Forum: Bugs
Topic: Animating instance in initializing method
Replies: 11
Views: 9741

Re: Animating instance in initializing method

Thank you for your help. Now I tried this:
initialization2.PNG
It is animating the GP logo, but it shows an "ship" image instead of my defined background ...
by MSandro
Sep 22nd, '17, 21:32
Forum: Bugs
Topic: Animating instance in initializing method
Replies: 11
Views: 9741

Animating instance in initializing method

Hi, today I've tried to create a class which should initialize some "instances". The instances should have an animation while they appear. But this doesn't work. The animation is not visible! The instances are appearing all togather after the inizialisation method is finished. I think it seems to be...
by MSandro
Sep 22nd, '17, 14:39
Forum: Requests
Topic: [dream wish] tree-view for class-list
Replies: 4
Views: 5031

Re: [dream wish] tree-view for class-list

I mean something like this:
Tree-Structure-VisualStudion.PNG
Instead of:
list-classes.PNG
list-classes.PNG (11.22 KiB) Viewed 5028 times
To heave more control over your class structure in huge projects, also maybe it can display the scripts/methods in the class to directly jump to this script.