Search found 1178 matches

by Bugala
Tue Jan 30, 2024 10:23 am
Forum: Newbie questions
Topic: How do I draw a curve?
Replies: 3
Views: 646

How do I draw a curve?

I am wanting to draw a curve, like a bent line, but I cant figure out which command does it, surely there is a command to do this in Hollywod?
by Bugala
Wed Jan 24, 2024 3:07 pm
Forum: Showcase
Topic: I started a series of tutorials
Replies: 5
Views: 4382

Re: I started a series of tutorials

Could you make a tutorial about how to use Easings library?

Just make a brush that moves using Easings.
by Bugala
Thu Jan 11, 2024 11:24 am
Forum: Off topic
Topic: Idea: Build a Bugreport-Tool
Replies: 2
Views: 1120

Re: Idea: Build a Bugreport-Tool

Well, this one brought something to my mind. If i correctly recall, EASY AMOS (and probably those others too) used to have a great debugging tool. Idea was that when you ran your program, you could choose a debugger option where you would need to click for each line to be executed, and you were at s...
by Bugala
Thu Jan 11, 2024 10:18 am
Forum: Off topic
Topic: Suggestion: Mark Posts as Solved
Replies: 4
Views: 1240

Re: Suggestion: Mark Posts as Solved

Basically I like the idea, but if it has to be done manually, then I dont want Andreas to use his time for that, especially since there can also be some cases where it is difficult to say whether problem is solved or not, and I guess by default all problems old enough are basically solved here. Anyw...
by Bugala
Mon Jan 08, 2024 8:09 pm
Forum: Newbie questions
Topic: can I use HTML POST method with Hollywood?
Replies: 2
Views: 1512

Re: can I use HTML POST method with Hollywood?

Thanks. That Downloadfile will probably solve my problem. Wouldnt have figured out to check that command for solution without you hinting about it. Have worked only very little with Hollywood internet stuff, mainly just OpenURL, so mostly a new world for me.
by Bugala
Mon Jan 08, 2024 7:35 pm
Forum: Newbie questions
Topic: can I use HTML POST method with Hollywood?
Replies: 2
Views: 1512

can I use HTML POST method with Hollywood?

What I want to do is to have an option inside my game for people to join my mailing list. Idea is that: 1. Player is shown a message "Join mailing list" 2. Player can write his name and email 3. clicking "join Mailing List"-button, for example browser would be opened which, using...
by Bugala
Wed Nov 29, 2023 8:52 am
Forum: General programming
Topic: yet another sinus scroller question
Replies: 13
Views: 5241

Re: yet another sinus scroller question

Commands have arguments. Arguments are the things you put inside (). SetInterval has following arguments: ID, Function, TIME ID is the ID for interval. Idea is that you give ID number for your interval, so that you can at later point use StopInterval(ID) to stop that interval from executing anymore....
by Bugala
Sat Nov 18, 2023 9:34 pm
Forum: Newbie questions
Topic: Are there some size limits in SVG files?
Replies: 3
Views: 3382

Re: Are there some size limits in SVG files?

Thanks for confriming this. Although the error didnt say it, I did suspect it might be a memory issue. I was saving this image for purpose of making a very high zoom to the image. However, it can be done some different way too, was just doing it this way since it seemed like a simplest solution to d...
by Bugala
Thu Nov 16, 2023 2:22 pm
Forum: Newbie questions
Topic: Are there some size limits in SVG files?
Replies: 3
Views: 3382

Are there some size limits in SVG files?

I noticed something that looks like some sort of limit in Hollywood, unless I am just running out of memory. I use https://www.photopea.com/ to save SVG-file, and I noticed that when I try to save it as big enough file, it will result in Hollywood (when trying to open it) saying "Cannot read fi...
by Bugala
Mon Nov 13, 2023 6:09 pm
Forum: Wishlist
Topic: Add more Undo/Redo levels
Replies: 6
Views: 7403

Re: Add more Undo/Redo levels

One more wish regarding this. If possible, add also a possibility to include UNDO/REDOs to the save file. I have noticed couple of times that it had been useful if I had UNDO after having loaded some GIMP file for example. However, as using GIMP as an example, Im not sure how doable that is actually...