Search found 1181 matches

by Bugala
Thu Feb 01, 2024 11:34 am
Forum: Windows IDE
Topic: Minor Bug: Copy-Paste Paste failing on Windows 10 and 11
Replies: 6
Views: 1245

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

yeah, that exactly. Some random times it doesnt work. Most of times does work. Had the problem with the old machine, and now with the new one too.
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: 1245

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

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

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

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

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

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

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

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

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