Search found 351 matches

by Tuxedo
Sun Apr 21, 2024 9:31 pm
Forum: General programming
Topic: Display background foreground
Replies: 5
Views: 172

Re: Display background foreground

:lol:
by Tuxedo
Sun Apr 21, 2024 12:58 pm
Forum: Newbie questions
Topic: RebelSDL screen update "problems"?
Replies: 7
Views: 408

Re: RebelSDL screen update "problems"?

To (try to) be more clear... I in other post write stuttering, but the "stuttering" was only due to the "timing" standard methods...trhat seems to lock the script execution and RebelSDL cant do what it do simply if run "alone"... BTW I check the If I have a 3 pixel scro...
by Tuxedo
Sun Apr 21, 2024 12:09 pm
Forum: Announcements
Topic: Hollywood Designer 7.0 released
Replies: 6
Views: 512

Re: Hollywood Designer 7.0 released

you are right, but for my use of Hollywood dont see use of Designer...My skill in that way was really poor....
But maybe I can buy it only to support you :D
by Tuxedo
Sun Apr 21, 2024 12:03 pm
Forum: Newbie questions
Topic: RebelSDL screen update "problems"?
Replies: 7
Views: 408

Re: RebelSDL screen update "problems"?

Sorry probably was me that dont understand but...if my script cant run much than 70 fps on a specific system and the related system have a 144Hz monitor using "EnableVSync = TRUE" the script wont run at bad speed? on the same sytem with 60Hz monitor instead it runs ok, but also...If I want...
by Tuxedo
Sun Apr 21, 2024 11:14 am
Forum: General programming
Topic: Display background foreground
Replies: 5
Views: 172

Re: Display background foreground

Hi!
Sorry but using AcivateDisplay() to put display in top of current display and CloseDIsplay() to close(but not erase) dont works?
by Tuxedo
Sun Apr 21, 2024 11:08 am
Forum: Announcements
Topic: Hollywood Designer 7.0 released
Replies: 6
Views: 512

Re: Hollywood Designer 7.0 released

As usual really great work!
Unfortunately I no more have a real Amiga machine...
by Tuxedo
Sun Apr 14, 2024 12:48 pm
Forum: Newbie questions
Topic: RebelSDL screen update "problems"?
Replies: 7
Views: 408

Re: RebelSDL screen update "problems"?

Ok, I now understand how DoubleBuffer works correctly, thank yo! BTW...how I can set a desired fps limit without get stuttering? I use ReblSDL. The WaitEvent/WaitTimer method described in "15.3 Script Timing" paragraph on Hollywood manual gives me only bad scrolling...I get smooth scroll o...
by Tuxedo
Mon Apr 08, 2024 9:58 pm
Forum: Newbie questions
Topic: RebelSDL screen update "problems"?
Replies: 7
Views: 408

Re: RebelSDL screen update "problems"?

1 - I tryed to do that: Repeat p_Scroll() Forever and the boar flyes off screen in a while....almost cant see it...about 4200 fps in fullscreen with EnableVSync = "FALSE" and 165 if "TRUE", so no performance problems... To me seems that there was some problem honestly...or I do s...
by Tuxedo
Sun Apr 07, 2024 10:29 pm
Forum: Newbie questions
Topic: RebelSDL screen update "problems"?
Replies: 7
Views: 408

RebelSDL screen update "problems"?

Hello, I noticed ome things that I cant know why happens using RebelSDL relative to the code attached: x = 0 @REQUIRE "rebelsdl", {Link = True, EnableVSync = False};, ForceFullRefresh = True};, UseDesktopFullScreen = True} @DISPLAY 1, {Width = 640, Height = 480, Color = $444444};, Mode = &...
by Tuxedo
Sat Apr 06, 2024 6:22 pm
Forum: General programming
Topic: tile map scroller testing...
Replies: 4
Views: 209

Re: tile map scroller testing...

Thank you.