Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
46 user(s) are online (35 user(s) are browsing Forums)

Members: 1
Guests: 45

K-L, more...

Headlines

Forum Index


Board index » New posts




Re: Hollywood examples please
Just popping in
Just popping in


@Atheist

Quote:

Atheist wrote:
Quote:
alexw wrote:

@DISPLAY {Mode="Windowed", X=#RIGHT, Y=#BOTTOM, Width=1, Height=1, Borderless=True}
Execute("Echo \"Hello World\"")

Hi alexw,

I was quite literally going to order Hollywood 2.5 in half an hour, until I saw this.


Beleive me, it is a quite simple syntax. You can transform most of the Amos sources in minutes. There is much more in this syntax than in any basics what I saw.

Here is another example:


@display { Mode = "ask", Desktop=false, Borderless = true, Sizeable = False, Title = "Starfield1", X = #CENTER, Y = #CENTER, Width = 800, Height = 600 }

star={x={}, y={}, z={}, sx={}, sy={}}

centerx=400
centery=300
starnr=100

createbrush(1,3,3,#white)
selectmask(1)
setmaskmode(#maskinvisible)
plot(0,0,#white)
plot(2,0,#white)
plot(2,2,#white)
plot(0,2,#white)
endselect()

createbrush(2,3,3)

for i=0 to starnr
star.x[i]=Rnd(1000)-500
star.y[i]=Rnd(1000)-500
star.z[i]=Rnd(900)+100
star.sx[i]=0
star.sy[i]=0
next

setfillstyle(#fillcolor)

function starfield()
For i=0 to starnr
displaybrush(2,star.sx[i],star.sy[i])

star.z[i]=star.z[i]-5
star.sx[i]=star.x[i]/star.z[i]*100+centerx
star.sy[i]=star.y[i]/star.z[i]*100+centery

If (star.z[i] < 6) or (star.sx[i] < 5) or (star.sy[i] < 5)
star.x[i]=Rnd(1000)-500
star.y[i]=Rnd(1000)-500
star.z[i]=Rnd(900)+100

endif

b=255-(star.z[i]*(255/1000))
selectbrush(1)
cls(rgb(b,b,b))
endselect
displaybrush(1,star.sx[i],star.sy[i])
Next
endfunction


setinterval(1,starfield,1000/50)

Repeat
WaitEvent
Forever


And here is the OS4 executable.

You can quit by pressing ctrl+c.

Go to top


Re: Thx to OS4 devs
Home away from home
Home away from home


@Amigo1

OK, call me silly, too

Thank you OS4 team for the awesome work so far...

...and keep on...

...you know, you won't get rid of us maniacs now anyway

People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top


Re: Hollywood examples please
Just popping in
Just popping in


@Atheist
Quote:

Atheist wrote:

I honestly don't understand how people can think with all the (), \\, @, {}, of hollywood and * in "C" in the way!

Try learning what all those symbols are for.

The C Book
This is the online version of The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991. This version is made freely available.

Go to top


Re: Have the Wheels Fallen Off? (AId vs. HE)
Just popping in
Just popping in


@Atheist

I agree, be dammed anything else, lets just get this whole legal mess done,
over with and ended... let the companies who have *delivered* survive,

And I list Hyperion/ACube as having not only shown but delivered,
hell I am personally sorting out funds to buy a sam440 when it becomes
available whether AmigaOS4 is part of the package or not

Go to top


Re: Have the Wheels Fallen Off? (AId vs. HE)
Quite a regular
Quite a regular


I notice that on another website that people are hoping that there's an out of court settlement.

I'm against it now.

Problem is, Hyperion looks highly likely to win (they don't need to buckle even an inch), and Amiga Inc. (ANY of them) will NOT under ANY circumstances (even when they lose in court) live up to any kind of "commitment" or court imposed verdict in any way, shape or form anyhow!!


Hyperion would be MAD to think that if Amiga Inc. signed any proposal on paper at all, that they'd deliver. HAH! (It'd just be another quick trip back to the courtroom.)



P.S. I meant to call this "Have the Wheels Fallen Off the BUS?".
Heheh.

Support Amiga Fantasy cases!!!
How to program: 1. Start with lots and lots of 0's. 10. Add 1's, liberally.
"Details for OS 5 will be made public in the fourth quarter of 2007, ..." - Bill McEwen
Whoah!!! He spoke, a bit late.
Go to top


Re: Hollywood examples please
Quite a regular
Quite a regular


Quote:
alexw wrote:

@DISPLAY {Mode = "Windowed"}
Print("Hello World")
WaitLeftMouse()


The shell version is a bit more tricky, because Hollywood was designed for multimedia applications. But you can call Execute to run an external program. I.e.:

@DISPLAY {Mode = "Windowed"}
Execute("Echo \"Hello World\"")

Still using windowed mode, because Hollywood would ask for a screenmode otherwise. The bad thing is, you will see an empty window for the duration of your program. The only way I know to suppress this is by opening a very small window which is not notable. Not a very nice solution IMO, but here it is anyway:

@DISPLAY {Mode="Windowed", X=#RIGHT, Y=#BOTTOM, Width=1, Height=1, Borderless=True}
Execute("Echo \"Hello World\"")

Hi alexw,

I was quite literally going to order Hollywood 2.5 in half an hour, until I saw this.

Unless a proper syntax for using a computer language is possible to be used by programs such as these, I will stick to AMOS Professional, oh, wait, AMOS Pro doesn't work on AOS4.0. Oh well.

I tried SDLBasic, it just locked up.

I honestly don't understand how people can think with all the (), \\, @, {}, of hollywood and * in "C" in the way!

Is it possible that the author would make a new version with all the trash removed from the lines of text code?

Support Amiga Fantasy cases!!!
How to program: 1. Start with lots and lots of 0's. 10. Add 1's, liberally.
"Details for OS 5 will be made public in the fourth quarter of 2007, ..." - Bill McEwen
Whoah!!! He spoke, a bit late.
Go to top


Re: Have the Wheels Fallen Off? (AId vs. HE)
Not too shy to talk
Not too shy to talk


Hyperion has asked the court to issue a 60 day summons against Itec, LLC, whatever the 60 day part means.

For those who are brave enough to want to know me better, visit
my Home Page, my Storefront, and blogsey
Go to top


Re: A few network questions
Not too shy to talk
Not too shy to talk


@MamePPCA1

In "GUI/FAB Menus" you will see on the right side of the window a list with such entries as: "Link", "Imagelink", "Page", etc. What they want you to do is open up the options under "Link" by double-clicking on it. Next, find the word "Custom" in the center column, highlight and drag it into the list of options under "Link" (in the right column).

You should be able to go the rest of the way by yourself now.

Go to top


Re: A few network questions
Quite a regular
Quite a regular


@PEB

I am confused on the setup step

For example "Open Link and add a custom menu entry"

Follwing with next 3 steps

Go to top


Re: A few network questions
Not too shy to talk
Not too shy to talk


@MamePPCA1

Is it a problem downloading the file (with the GetVideo script), or is it a problem playing the file (with MPlayer).

If you are confused by the GetVideo ReadMe, ask a specific question about which step exactly is confusing you.

Go to top


Re: Quake
Just can't stay away
Just can't stay away


@salass00

What could it be ? is there a way to investigate on the problem ?

Maybe the setting of the radeon icon in " devs: " are wrong ?

Go to top


Re: Your avatar!
Just popping in
Just popping in


@Helge

My cup of tea avatar is very symbolic, it means I like to drink tea.

Go to top


Re: Quake
Just can't stay away
Just can't stay away


@nubechecorre

Quote:

It seems that putting the workbench to 16bit mode the game runs fine without problem.. maybe the 32bit mode gives problem to the 3d of radeon 7000 ?..


I don't think so, unless you have a different kind of Radeon 7000 than I have. I have my Workbench set to 32-bit and have never had any problems with glquake.

Go to top


Re: Have the Wheels Fallen Off? (AId vs. HE)
Just popping in
Just popping in


@All,

What I'm wondering is if/when Hyperion win would they be able to set up a new company called 'Amiga' in conjunction with Acube to sell new Amiga brand hardware pre installed with OS4.

Go to top


Re: A few network questions
Quite a regular
Quite a regular


@PEB
Yeah but I don't understand this so...

How can I do it well to view youtube videos on my Amiga?

I don't know yet.

Go to top


Re: A few network questions
Not too shy to talk
Not too shy to talk


@MamePPCA1

Just follow the steps as they are set forth in the getVideo.readme file.

Go to top


Re: A few network questions
Quite a regular
Quite a regular


@MamePPCA1

And later what's next?

Go to top


Re: Oh dear! Is my A1 going up the spout? :-(
Just can't stay away
Just can't stay away


Hi @Paul

Guess what? The second A1 in Michigan is down as of last night, too!

Oh no, it's A1 plague! So far, it was a LCD monitor, keyboard, and battery holder. If I can get a re-flashed UBoot PLCC chip, I can bootup.


But if there's a way we can hook up a burner to my machine (I don't have one) once it's fixed, I could run a ROM burn for you if someone give me some instructions.

It's called an EEPROM Programmer IIRC. I don't how it's done on the A1.

Late last night I got the Young Frankenthousand running again on the main drive. The other hard drive was toast.

What all going on? Did we cross some wizard with our four year old A1s

Glad to hear you got a handle on A1 things there!

Go to top


Re: A few network questions
Not too shy to talk
Not too shy to talk


@MamePPCA1

In the window that appears when you select Preferences/Settings, go to: GUI/FAB Menus

Go to top


Re: Quake
Just can't stay away
Just can't stay away


Hi @nubechecorre

It seems that putting the workbench to 16bit mode the game runs fine without problem.. maybe the 32bit mode gives problem to the 3d of radeon 7000 ?..

Nobody ever said to use 32bit or 3D did they?

Glad to hear the 16bit screen working!!

Go to top



TopTop
« 1 ... 6616 6617 6618 (6619) 6620 6621 6622 ... 7238 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project