Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hhjjj

Pages: 1 2 3
1
Ask a Question / Re: How to sort actors in list?
« on: June 18, 2018, 02:24:51 am »
You can store all the ActorType Names in a list and after you've sort them create them using this block.

2
Fantastic it work's now!

Thankyou for the advice :)

3
The title says it all :)

4
Suggestion Archives / Attach Behaviors to multiple scenes at once
« on: October 17, 2015, 03:29:15 am »
I'm currently working on a metroidvania Game. This means there are a lot of different small scenes. There currently about 200 Rooms. So if I create a new Behavior for a scene I'd have to go through all those scenes individually and add it one by one.
It would be very handy if you could attach a behavior to multiple scenes at once.

5
Chit-Chat / Favourite Metroidvania Game
« on: October 09, 2015, 01:43:22 am »
What's your favourite Metroidvania Game?

Mine is Castlevania Portrait of Ruin

6
Ask a Question / Re: Design Question
« on: October 05, 2015, 03:59:38 am »
You could create a button when the Inventory Menu Button is pressed.
If you draw the rectangle with a scene behavior you will notice that the button is created behind the big regtangle.
To work around this problem you'd  have to use the draw actor block and draw the button after you draw the regtangle.


7
I don't know why but whenever I try to add a value to a local list I get a null pointer exception. It only happens with Local List NOT with the Game Variable List. Is this intentional? Or am I doong something wrong?
I'm on Build 8678

8
Fixed Bugs (3.x) / Re: Opening log viewer locks Stencil up
« on: October 01, 2015, 07:10:59 am »
Same thing to me  :(.

9
Suggestion Archives / Re: Collapsible Wrapper Blocks
« on: September 30, 2015, 02:34:54 am »
+1

That would make the code a lot more organized

10
Fixed Bugs (3.x) / Re: Search Block Error
« on: September 22, 2015, 12:49:00 am »
I also noticed that when you search multiple times you'll get errors by switching events or by adding one.

11
Suggestion Archives / Re: Collision Interface
« on: September 17, 2015, 08:24:45 am »
+1

12
Fixed Bugs (3.x) / Re: Error after searching in palette
« on: September 15, 2015, 02:37:55 am »
I have the same problem. As soon as I search for something I get an Exception.

13
Fixed Bugs (3.x) / Re: Project completely broken on Build 8570
« on: August 30, 2015, 05:38:41 am »
Thanks :D :D
It works again.

14
Fixed Bugs (3.x) / Project completely broken on Build 8570
« on: August 30, 2015, 04:15:10 am »
Since I updated to the newest Build I get so many error.
My game worked perfectly before but now I keep getting "Unknown identifier : index" on every loop I implemented in my game. It is very weird. Clean Project didn't work.

I'm on Build 8570.

15
Bug Archives / Image gets darker when edited
« on: August 28, 2015, 07:03:08 am »
When ever I edit a Image, save it and look at it in the Animation GUI it get a little darker. I have this problem since i'm working on a Mac.

Pages: 1 2 3