| View previous topic :: View next topic |
| Author |
Message |
Duckdude227 Newbie
Joined: 07 Jun 2005 Posts: 6
|
Posted: Jun 7th, 2005 03:33 PM Post subject: Don't know how to do graphics |
|
|
How do you make graphics like in any good game? And how do you make ingame movies? _________________ There are 10 types of people in this world, those who understand binary and those who don't.
 |
|
| Back to top |
|
vbman995 Moderator

Joined: 19 Aug 2005 Posts: 264 Location: Planet Earth
|
Posted: Aug 20th, 2005 02:46 PM Post subject: |
|
|
| For graphics in games they are created with expensive software. If you want something free, try looking at freeware sites. Movies can be created with many different types of software, depending on what you are planning on doing. You can get Pivot Stickfigure Animator, Dollysoft's Tales Animator or even try CGA DOGA. |
|
| Back to top |
|
Kamba Andrew Newbie
Joined: 24 Aug 2005 Posts: 1
|
Posted: Aug 24th, 2005 01:22 PM Post subject: |
|
|
hi all!
i am just into programming and have a good zael to do it.
but i encounted with first problem.
the problem is that:
i want to print text on my form as the form background
pls help |
|
| Back to top |
|
vbman995 Moderator

Joined: 19 Aug 2005 Posts: 264 Location: Planet Earth
|
Posted: Aug 26th, 2005 06:39 PM Post subject: |
|
|
One way to "Print" text on a form is to have a Label.
You can midify the text of the label by using the code:
Label1.Caption = "This text is displayed in the label" |
|
| Back to top |
|
|