View previous topic - View next topic |
Author |
Message |
Mystictrunks Lowly Slime
Joined: 26 Mar 2007 Posts: 1
|
Posted: Mon Mar 26, 2007 9:28 pm Post subject: Fury² question, How to program a custom textobx with faces! |
[quote] |
|
You can easily guess where the face goes, I'm just wondering how to use a custom textbox instead of the default window.
Thanks for your help^^
|
|
Back to top |
|
|
Ninkazu Demon Hunter
Joined: 08 Aug 2002 Posts: 945 Location: Location:
|
Posted: Mon Mar 26, 2007 9:45 pm Post subject: |
[quote] |
|
This is not the Fury2 help forum. I've relayed your question to the creator of the program itself and he feels you're too naive to be using his software and refuses to help. You're better off with other noobtastic programs such as Game Maker or rm2k.
Or you could try to pursue programming and learn to make a game yourself. My guess is you're young and too impatient to devote yourself to such a large area of study independently.
|
|
Back to top |
|
|
DeveloperX 202192397
Joined: 04 May 2003 Posts: 1626 Location: Decatur, IL, USA
|
Posted: Tue Mar 27, 2007 12:19 am Post subject: |
[quote] |
|
download the examples from the Fury2 website, and then mess with the Speech Bubble example.
Hint:
bubble.png bubble_callout.png speech_bubble.f2script
goodluck.
{edit} I don't know anything of Fury2, had not heard of it until I read your post. I downloaded the engine, editor & examples, and figured it out.......One thing I noticed though...Fury2 lacks documentation. You should use something like Game Maker or learn a programming language and write your own engine. A good language to start with depending on your experience is Visual Basic. Since Fury2 uses VB (at least the examples I've seen resemble VB) it would be an easy transition. Get the book ISBN 1-931841-25-X (Microsoft Visual Basic Game Programming with DirectX by Jonathan S. Harbour)
{/edit}
and...Ninkazu: thats a little too rude man. _________________ Principal Software Architect
Rambling Indie Games, LLC
See my professional portfolio
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Tue Mar 27, 2007 11:59 pm Post subject: |
[quote] |
|
What about using an actual programming language instead of an outdated RAD toolkit for Windows? Seriously, you just can't be recommending someone to try VB unless they're looking for a job in maintaining business applications.
|
|
Back to top |
|
|
Nodtveidt Demon Hunter
Joined: 11 Nov 2002 Posts: 786 Location: Camuy, PR
|
Posted: Thu Mar 29, 2007 1:43 am Post subject: |
[quote] |
|
Oi, chill out, Ninkazu and Bjørn! :( The guy asked a simple question, there's no need to be demeaning. _________________ If you play a Microsoft CD backwards you can hear demonic voices. The scary part is that if you play it forwards it installs Windows. - wallace
|
|
Back to top |
|
|
DeveloperX 202192397
Joined: 04 May 2003 Posts: 1626 Location: Decatur, IL, USA
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Sun Apr 01, 2007 10:31 pm Post subject: |
[quote] |
|
Sorry I can't be chill on the VB matter.
|
|
Back to top |
|
|
DeveloperX 202192397
Joined: 04 May 2003 Posts: 1626 Location: Decatur, IL, USA
|
Posted: Mon Apr 02, 2007 3:38 am Post subject: |
[quote] |
|
Bjørn wrote: | Sorry I can't be chill on the VB matter. |
Visual Basic IS an excellent learning platform for a beginning programmer. I know you are a GNU-minded person, but don't talk down at someone else's opinion. I have every right to like VB, and every right to tell others to use it. You have the right to express that you prefer to not use it. And honestly, VB is more than powerful enough to create very nice games. The whole mindset that its only good for business applications is very close-minded. _________________ Principal Software Architect
Rambling Indie Games, LLC
See my professional portfolio
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Mon Apr 02, 2007 8:41 pm Post subject: |
[quote] |
|
I have to admit I couldn't care less about what VB is good at or not. Anything created in VB is inherently Windows-only, and so any experience gained and any nice games created lead to the popularization of a single closed operating system. That is what primarily annoys me about it, and especially about recommending it.
There's nothing I regret more than learning to program in QuickBASIC, and being pretty much stuck with it (cause I knew nothing else) for six years. It was a lot of fun, but boy could it have been so much better when I had learned about C earlier. The same goes for open source software as opposed to using Windows.
|
|
Back to top |
|
|
DeveloperX 202192397
Joined: 04 May 2003 Posts: 1626 Location: Decatur, IL, USA
|
Posted: Mon Apr 02, 2007 9:03 pm Post subject: |
[quote] |
|
Bjørn wrote: | I have to admit I couldn't care less about what VB is good at or not. Anything created in VB is inherently Windows-only, and so any experience gained and any nice games created lead to the popularization of a single closed operating system. That is what primarily annoys me about it, and especially about recommending it.
There's nothing I regret more than learning to program in QuickBASIC, and being pretty much stuck with it (cause I knew nothing else) for six years. It was a lot of fun, but boy could it have been so much better when I had learned about C earlier. The same goes for open source software as opposed to using Windows. |
You can run VB programs on Linux using wine.
But thats not the point.
The point is that there IS NO ALTERNATIVE to VB for linux, or any other platform for that matter.
And you would not have done so well in C++ if you had not learned QuickBASIC. You learned concepts much faster in QB. _________________ Principal Software Architect
Rambling Indie Games, LLC
See my professional portfolio
|
|
Back to top |
|
|
Bjorn Demon Hunter
Joined: 29 May 2002 Posts: 1425 Location: Germany
|
Posted: Tue Apr 03, 2007 6:58 pm Post subject: |
[quote] |
|
DeveloperX wrote: | And you would not have done so well in C++ if you had not learned QuickBASIC. You learned concepts much faster in QB. |
Alright of course MSX BASIC and later QBasic allowed me to get in touch with programming at a much earlier age, and it was easy to step into. It just annoys me that while Allegro 2.0 was available in DOS for use with DJGPP back in 1996, I would still be struggling along with QBasic for 4 years until finally stumbling no those in 2000.
About alternatives for VB on Linux (at least when you're going to use it for programming games), what about Pygame or Rubygame (I think Python and Ruby are much nicer languages to get started with than QBasic), or if you like the Basic syntax, FreeBASIC? All of them allow you to write portable games that should run on Linux, Mac, Windows and wherever else the right libraries are available.
|
|
Back to top |
|
|
Nodtveidt Demon Hunter
Joined: 11 Nov 2002 Posts: 786 Location: Camuy, PR
|
Posted: Sun Apr 15, 2007 12:04 am Post subject: |
[quote] |
|
Although very nice, FreeBASIC is far from a VB alternative. _________________ If you play a Microsoft CD backwards you can hear demonic voices. The scary part is that if you play it forwards it installs Windows. - wallace
|
|
Back to top |
|
|
tcaudilllg Dragonmaster
Joined: 20 Jun 2002 Posts: 1731 Location: Cedar Bluff, VA
|
Posted: Mon Apr 16, 2007 11:56 pm Post subject: |
[quote] |
|
Isn't Fury^2 Janus' baby?
|
|
Back to top |
|
|
BadMrBox Bringer of Apocalypse
Joined: 26 Jun 2002 Posts: 1022 Location: Dark Forest's of Sweden
|
Posted: Tue Apr 17, 2007 6:12 pm Post subject: |
[quote] |
|
Whatever happened to him? _________________
|
|
Back to top |
|
|
Ninkazu Demon Hunter
Joined: 08 Aug 2002 Posts: 945 Location: Location:
|
Posted: Tue Apr 17, 2007 8:25 pm Post subject: |
[quote] |
|
He works for Arena making the next 12 sequels to Guild Wars.
|
|
Back to top |
|
|