from Hollywood to PureBasic

Everything else that doesn't fall into one of the other PB categories.
User avatar
stefff285
User
User
Posts: 36
Joined: Mon Nov 09, 2009 3:51 pm
Location: france (21)
Contact:

from Hollywood to PureBasic

Post by stefff285 »

hello there

so a long time i didn't put my fingers in this wonderful forum so i go present myself again. i'm stéphane, french and gfx in démomaking sometimes as hobby. i do usually be nicknamed as yogib33r (hello skyrider if you read me) and bought my license so a long time ago, some years i think. i just installed this wonderful language on my dear loved opensuse 42.1 leap 64b and go to ask you so many questions about :) i am a noob, i do know some logical things about some effects but i'm definitely not a coder. and then i come to you to learn and learn

have a good day

stéphane = stefff285 = yogib33r/NoExtra^X-Men^VitalMotion
User avatar
stefff285
User
User
Posts: 36
Joined: Mon Nov 09, 2009 3:51 pm
Location: france (21)
Contact:

Re: from Hollywood to PureBasic

Post by stefff285 »

so then it's late but i have to ask
what would you advice me as i am a noob ? some sprite ?
thanx a lot for help
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: from Hollywood to PureBasic

Post by IdeasVacuum »

Think of a Utility (Windowed) application that would be useful to you, sketch the GUI and list the required fuctionality on paper. From there, define the GUI in PB's built-in Visual Designer and build your code for the action of each gadget. There are lots of examples on this forum.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
stefff285
User
User
Posts: 36
Joined: Mon Nov 09, 2009 3:51 pm
Location: france (21)
Contact:

Re: from Hollywood to PureBasic

Post by stefff285 »

hello dear IdeasVacuum

ok i go make it :) i come from hollywood mal, hollywood is lua and some cool functions() with so i go test what you wrote me :)
have a good end of evening

regards
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: from Hollywood to PureBasic

Post by Danilo »

First time I hear about Hollywood programming language.
From the screenshots the language looks like PureBasic, and it also started on Amiga. :)

It even seems to have one-line For-loops and If-statements:

Code: Select all

If str[n].letter > -1 Then DisplayBrushPart( ...

Code: Select all

For k = 0 To 360 Step 20 Do DrawStar( ...
Fred
Administrator
Administrator
Posts: 18254
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: from Hollywood to PureBasic

Post by Fred »

Both shares BlitzBasic and Amiga history, that's why they look so similar ! I didn't knew it as well, looks like a nice tool.
User avatar
stefff285
User
User
Posts: 36
Joined: Mon Nov 09, 2009 3:51 pm
Location: france (21)
Contact:

Re: from Hollywood to PureBasic

Post by stefff285 »

hello danilo and fred

yes i had morphOS some times ago. actually i use linux but yes i do love my amiga 1200 yet theses days :)
hollywood is good to port some code from windows for example to linux or amiga ng os. i go learn purebasic right but i remember i had some problems to use this language on my amiga 1200. so then i go try another time perhaps. the fact is i'm a noob but i go ask you later some advices :)

thanx a lot for answers

regards
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: from Hollywood to PureBasic

Post by Danilo »

@stefff285:
Is Hollywood a (ByteCode-)Interpreter internally?

I'm asking because it has all those 'Players' (Win,Linux,Mac,Android,Amiga) in the download section,
for playing the 'compiled Applets or Executables'.
User avatar
stefff285
User
User
Posts: 36
Joined: Mon Nov 09, 2009 3:51 pm
Location: france (21)
Contact:

Re: from Hollywood to PureBasic

Post by stefff285 »

hello danilo

you asked me something i don't know :) i'm noob you know.
you mean if the code is changed when choosing the good plateform ? in fact there is the main code, compiled and after the applet done is included in a exe dedicated to the chosen plateform. as i know. not any change of code from amiga to windows (after all only somes due to chucky to planar method but nothing else , perhap hard sprites too). this is the power of this language. i hope having answered to your question. regards
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: from Hollywood to PureBasic

Post by Danilo »

Yes, that answered my question. Thank you! :)
User avatar
stefff285
User
User
Posts: 36
Joined: Mon Nov 09, 2009 3:51 pm
Location: france (21)
Contact:

Re: from Hollywood to PureBasic

Post by stefff285 »

hello you are welcome :)
User avatar
the.weavster
Addict
Addict
Posts: 1577
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: from Hollywood to PureBasic

Post by the.weavster »

Danilo wrote:First time I hear about Hollywood programming language.
From the screenshots the language looks like PureBasic, and it also started on Amiga. :)
Fred wrote:Both shares BlitzBasic and Amiga history, that's why they look so similar ! I didn't knew it as well, looks like a nice tool.
Looks like Lua with a runtime to me. It's quite similar to LÖVE (except LÖVE is free).
User avatar
stefff285
User
User
Posts: 36
Joined: Mon Nov 09, 2009 3:51 pm
Location: france (21)
Contact:

Re: from Hollywood to PureBasic

Post by stefff285 »

hello the.weavster

yes lôve seems to be great too. the fact is hollywood is good before of morphOS, icarOS and amiga os 4.1 port.
some friends of mine use it under theses systems. i don't know about lôve on theses systems even if it seems to be a haiku port

yes lôve seems to be great too

regards
Post Reply