Search found 1180 matches

by Bugala
Wed Jan 31, 2024 12:21 pm
Forum: Windows IDE
Topic: Minor Bug: Copy-Paste Paste failing on Windows 10 and 11
Replies: 6
Views: 1210

Minor Bug: Copy-Paste Paste failing on Windows 10 and 11

When I paint some part, right mouse click to COPY, and then right mouse click to PASTE, nothing happens. If I however use Ctrl-C after having used right mouse click to COPY, it does PASTE the stuff I copied, so problem is only with right mouse PASTE. I dont remember if I have reported this possibly ...
by Bugala
Tue Jan 30, 2024 12:55 pm
Forum: Newbie questions
Topic: How do I draw a curve?
Replies: 3
Views: 654

Re: How do I draw a curve?

So how do I get it to draw me a curve? For to me it was just drawing this pac-man figure?
by Bugala
Tue Jan 30, 2024 10:23 am
Forum: Newbie questions
Topic: How do I draw a curve?
Replies: 3
Views: 654

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: 4387

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: 1129

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: 1245

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: 1525

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: 1525

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: 5250

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: 3386

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...