Search found 169 matches

by emeck
Wed Dec 19, 2018 11:25 pm
Forum: Newbie questions
Topic: How to remove text output/text object
Replies: 4
Views: 3836

Re: How to remove text output/text object

@Clyde

Hi. Have you tried creating a TextObject and then using it to create a sprite? That way you should be able to display it and move or remove it as a sprite.
by emeck
Fri Dec 07, 2018 7:59 am
Forum: Newbie questions
Topic: Rasberry pi Linux and Hollywood
Replies: 9
Views: 6364

Re: Rasberry pi Linux and Hollywood

@Juan Carlos As jPV wrote, the USB option is the simplest and works perfectly for me. And also the SSH server option. I use Transfer to connect with sftp protocol to the RPi server from MOS and transfer files that way. And you can also run the VNC server that comes with Raspbian and access your RPi ...
by emeck
Thu Nov 22, 2018 10:15 pm
Forum: Hollywood bugs
Topic: Documentation problems
Replies: 44
Views: 70448

Re: Documentation problems

Thanks Andreas.
by emeck
Thu Nov 22, 2018 2:56 pm
Forum: Hollywood bugs
Topic: Documentation problems
Replies: 44
Views: 70448

Re: Documentation problems

@SamuraiCrow The value clamping on a random number generator is a remainder of a division. It will be greater or equal to zero but strictly less than the maximum value passed in. Yes, which was the point in my original post. If Rnd(3) will generate values from 0 to 2, it is not inclusive for the val...
by emeck
Tue Nov 20, 2018 11:10 pm
Forum: Hollywood bugs
Topic: Documentation problems
Replies: 44
Views: 70448

Re: Documentation problems

@airsoftsoftwair That is what I understood at first but seems to work different for me. Maybe some newbie mistake. Consider this simple example: EscapeQuit(True) For i = 1 To 1000 DebugPrint(Rnd(49)) Next End() Repeat WaitEvent() Forever Running it several times it never prints 49, top number is 48....
by emeck
Mon Nov 19, 2018 10:07 pm
Forum: Hollywood bugs
Topic: Documentation problems
Replies: 44
Views: 70448

Re: Documentation problems

@Tipsi

ok, I think I get it now. If I use Rnd(75) it will return a value out of 75 possibilities, from 0 to 74. Right?

Regards,
emeck
by emeck
Sun Nov 18, 2018 10:47 pm
Forum: Hollywood bugs
Topic: Documentation problems
Replies: 44
Views: 70448

Re: Documentation problems

Hello, in HW guide Rnd() funtion says:

Generates a random integer number in the range of 0 to "range" (inclusive).

I suppose it should say "exclusive" or "non inclusive"?
by emeck
Fri May 18, 2018 9:52 pm
Forum: Showcase
Topic: RNOWidgets
Replies: 16
Views: 27866

Re: RNOWidgets

Thanks for the fast fix.

Reverted to previous audio settings an everything is good for now.
by emeck
Wed May 16, 2018 7:16 pm
Forum: Showcase
Topic: RNOWidgets
Replies: 16
Views: 27866

Re: RNOWidgets

...There are two solutions to get MPlayer work while RNOWidgets is running: 1) Set MPlayer output to AHI device unit instead of AHI Music Unit (MPlayer Preferences -> Audio Driver -> ahi_dev), OR 2) Set AHI output its Music Unit to Unit 0 instead of direct accessing (MorphOS Preferences -> Audio ->...
by emeck
Wed May 16, 2018 8:26 am
Forum: Showcase
Topic: RNOWidgets
Replies: 16
Views: 27866

Re: RNOWidgets

Hello again.

Youtube audio doesn't work either with RNOWidgets running. After closing RNOW, resuming play of video works with audio.