Search found 12 matches

by Cool_amigaN
Sat Jun 12, 2021 2:31 pm
Forum: General questions
Topic: Transparent Display
Replies: 3
Views: 11032

Re: Transparent Display

Can you pls explain a bit more how to achieve this effect with Designer? On a single page project, I 'd like to open this svg on a borderless window (project properties->Display->Window & Borderless enabled) with its default transparency. On Hollywood, if I do the following script, it works: @BG...
by Cool_amigaN
Sun Mar 17, 2019 9:31 pm
Forum: Newbie questions
Topic: Cracktro
Replies: 18
Views: 16366

Re: Cracktro

Ressurecting this old thread because out of curiosity I tried the Android Hollywood Player (latest - downloaded today), with my script (compiled as applet - .hwa format). Anyhow, I am getting a Out of Memory error - File: RP18.hws (current line: 87 - in function: GrabDesktop). I can assure you that ...
by Cool_amigaN
Tue Feb 27, 2018 10:56 pm
Forum: Newbie questions
Topic: Cracktro
Replies: 18
Views: 16366

Re: Cracktro

Thanks, that was fast :)
by Cool_amigaN
Tue Feb 27, 2018 10:20 pm
Forum: Newbie questions
Topic: Cracktro
Replies: 18
Views: 16366

Re: Cracktro

Just wanted to inform that up above jPV's code did the trick and recreated the blanker effect as it's included on Hollywood's examples :) Perhaps, someone can find it useful in the future. In the meantime got info from a freind that mp3 linked file on the binary resulted into error on AOS4 FE classi...
by Cool_amigaN
Tue Feb 13, 2018 6:45 pm
Forum: Newbie questions
Topic: Cracktro
Replies: 18
Views: 16366

Re: Cracktro

No, GrabDesktop doesn't work the same way Desktop works, or at least I can find a way to re-create the effect 100%. I 've written the following: DISPLAY 1, {Borderless=True, DisableBlanker = True} GrabDesktop(1) BrushToBGPic(1,1) BGPicToBrush(1, 2) BrushToGray(2) DisplayBrush(2, 0, 0) For k = 10 To ...
by Cool_amigaN
Mon Feb 12, 2018 10:32 pm
Forum: Newbie questions
Topic: Cracktro
Replies: 18
Views: 16366

Re: Cracktro

After today's update (7.1), Display 2 (the actual cracktro) dissapeared even on MorphOS. Or to place it differently, Display 1 remains always on top. Can someone explain how the Always on Top feature works? Checked the documentation but could find any reference to it.
by Cool_amigaN
Thu Feb 08, 2018 10:53 pm
Forum: Newbie questions
Topic: Cracktro
Replies: 18
Views: 16366

Re: Cracktro

I 've made some progress on the cracktro but I need some help/clarifications for the final touches before releasing it: 1) Is it possible to crossfade between 2 music files? Instead of StopMusic / PlayMusic which cuts off music in a sudden manner? 2) Is is possible to move images on an inactive disp...
by Cool_amigaN
Mon Feb 05, 2018 10:42 pm
Forum: Amiga IDE questions
Topic: MHE NG 1.1
Replies: 37
Views: 185823

Re: MHE NG 1.1

Hey, how's the development going on? Just stopped by to inform that the error isn't fixed yet (at least on my MorphOS 3.9, Hollywood 7) but would be awesome to have MHE - NG as an alternative for editing :)
by Cool_amigaN
Sun Feb 04, 2018 11:35 pm
Forum: Newbie questions
Topic: Cracktro
Replies: 18
Views: 16366

Re: Cracktro

Yo, local amiga party went smooth and Hollywood cracktro was displayed in its prime :) Took a short break away from job and now we are back in business. Just to point some notes: 1) Based on the ANIM manual my understanding was that it could't get displayed with double buffering enabled however, jPV...
by Cool_amigaN
Tue Jan 23, 2018 8:17 pm
Forum: Newbie questions
Topic: Cracktro
Replies: 18
Views: 16366

Re: Cracktro

Thanks for your replies man! As always much appreciated :) Seems that after our combined bitcoin empire we will embark on demo coding taking down razor, silents and the likes :P Anyhow:       Case "fullscreen"             If GetAttribute(#DISPLAY,2,#ATTRMODE)=#DISPMODE_WINDOWED            ...