Search found 1178 matches

by Bugala
Sat Aug 11, 2012 7:26 pm
Forum: General programming
Topic: Why is this not working? (possibly bug)
Replies: 2
Views: 3586

Re: Why is this not working? (possibly bug)

Ah, okay, thanks Allan!

That explains it.

I normally use layernames and this was just exceptional that i decided it would be easier to use layerids instead so hence it didnt come to my mind that it would keep reordering the queue.
by Bugala
Sat Aug 11, 2012 12:47 pm
Forum: General programming
Topic: Why is this not working? (possibly bug)
Replies: 2
Views: 3586

Why is this not working? (possibly bug)

@SCREEN {Mode = "FakeFullScreen"} @DISPLAY {Width = 1920, Height = 1080, Borderless = True, ScaleMode = #SCALEMODE_AUTO, FitScale=True} EnableLayers CreateBrush(1, 50, 50, $CCCC55) InsertLayer(1, #BRUSH, 1, 885, 650) InsertLayer(2, #BRUSH, 1, 935, 650) InsertLayer(3, #BRUSH, 1, 985, 650) ...
by Bugala
Fri Aug 10, 2012 11:15 pm
Forum: General programming
Topic: Is there way to keep checking if button is pressed down?
Replies: 3
Views: 4239

Re: Is there way to keep checking if button is pressed down?

Yeah, i did figure that one out, but what i really wanted was to have that part of code in the button. That the idea would be that as long as the mouse is down, it would go to that button event repeatedly and execute the code in that place. But so what is the point with that "MouseDown" op...
by Bugala
Fri Aug 10, 2012 2:08 pm
Forum: Designer bugs
Topic: creating a new text object is not possible
Replies: 4
Views: 12676

Re: creating a new text object is not possible

I have very close to similar stuff as you. WinUAE proapbly newest, i just freshinstalled amikit to my machine end of june i think and used AmigaForever 2012 as the soruce of AmigaOS (newest of installation choices). I also have HW5.0 and Des4.0 I didnt pay any attention to it, but i think the first ...
by Bugala
Fri Aug 10, 2012 12:06 am
Forum: General programming
Topic: Is there way to keep checking if button is pressed down?
Replies: 3
Views: 4239

Is there way to keep checking if button is pressed down?

You can maybe get pretty good idea what I am after by looking at this piece of code: Switch msg.action Case "OnMouseDown": oldmousex = MouseX() oldmousey = MouseY() Case "MouseDown": newmousex = MouseX() newmousey = MouseY() yellowsquare.x = yellowsquare.x + (newmousex - oldmouse...
by Bugala
Mon Jul 30, 2012 9:41 am
Forum: Hollywood bugs
Topic: OpenMusic() makes Windows executable to crash
Replies: 5
Views: 6324

Re: OpenMusic() makes Windows executable to crash

did you try using different Mp3 file?
by Bugala
Thu Jul 19, 2012 12:11 am
Forum: Announcements
Topic: Airsoft Softwair online store closes July 31th, 2012
Replies: 13
Views: 26956

Re: Airsoft Softwair online store closes July 31th, 2012

Just checking this thing too, but you will still be selling that Ipad compiling service?
by Bugala
Wed Jul 18, 2012 5:10 pm
Forum: Announcements
Topic: Airsoft Softwair online store closes July 31th, 2012
Replies: 13
Views: 26956

Re: Airsoft Softwair online store closes July 31th, 2012

Thanks from clarification, you surely scared us all i guess.
by Bugala
Sun Jul 15, 2012 2:32 pm
Forum: General programming
Topic: Hollywood Player 5.1 for Android: release notes
Replies: 31
Views: 48166

Re: Hollywood Player 5.1 for Android: release notes

uh, that copying the file himself is the worst thing of all. For example I myself actually dont know how to do that (although im pretty sure i can figure it out). But if i would be buying some game and they would tell me to copy the downlaoded file to somewhere, I most likely wouldnt buy it, since w...
by Bugala
Fri Jul 13, 2012 8:37 pm
Forum: General programming
Topic: Hollywood Player 5.1 for Android: release notes
Replies: 31
Views: 48166

Re: Hollywood Player 5.1 for Android: release notes

Not very difficult I know, but I have personally not installed many programs / games because of it first demanding me to install something else. It is both the laziness as well as it makes you feel worried about what is happening, that "why is this so hard to do, why cant it just be installed b...