Go Back   Forums > Community Chatterbox > Blah, blah, blah...
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 02-12-2004, 06:08 PM   #51
Rogue
10 GOSUB Abandonia
20 GOTO 10
 
Rogue's Avatar

 
Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
Default

I would sugest to make result more clearer (it's kind of hard to read).

I did some sound work long time ago. Can't remember what format we used.
Rogue is offline                         Send a private message to Rogue
Reply With Quote
Old 02-12-2004, 06:13 PM   #52
Kon-Tiki
[BANNED]

 
Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
Default

Make result more clearer?

As for sound, I got a filetype documentation on .sid files, but don't see how to use that to get the songs to play in this game. Also got this as another explanation, but it feels like it's got a load of rubble in there.

Guess I'll do the tilesets first, and try to change the icon
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote
Old 02-12-2004, 06:21 PM   #53
Rogue
10 GOSUB Abandonia
20 GOTO 10
 
Rogue's Avatar

 
Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
Default

It's hard to read it.

Rogue is offline                         Send a private message to Rogue
Reply With Quote
Old 02-12-2004, 06:24 PM   #54
Rogue
10 GOSUB Abandonia
20 GOTO 10
 
Rogue's Avatar

 
Join Date: Nov 2004
Location: Afrim, Albania
Posts: 2,113
Default

Changing the Windows XP theme, it changed it.

You can make background and font be OS independent.
Rogue is offline                         Send a private message to Rogue
Reply With Quote
Old 02-12-2004, 06:52 PM   #55
Kon-Tiki
[BANNED]

 
Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
Default

Didn't notice that :blink: Win98SE here, so no XP problems. It looked fine here, like on the lower pic, but with a grey background, not a pale yellow one.
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote
Old 02-12-2004, 08:20 PM   #56
Kon-Tiki
[BANNED]

 
Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
Default

Tilesets code's done too, and works like a charm. Friend of mine's sprucing up my sheep tileset and am making another couple of sets.
Code:
' **************
' ** Tilesets **
' **************
Private Sub Default_Click()
 *TileFolder = "tileset\default"
 *Call TileChange
End Sub
Private Sub Sheep_Click()
 *TileFolder = "tileset\sheep"
 *Call TileChange
End Sub

Sub TileChange()
For Row = 0 To 5
 *For Column = 0 To 6
 * *Position = Row * 7 + Column
 * *Select Case Veld(Position).Tag
 * * *Case 0
 * * * *Veld(Position).Picture = LoadPicture("" & TileFolder & "\veld.jpg")
 * * *Case 1
 * * * *Veld(Position).Picture = LoadPicture("" & TileFolder & "\veld1.jpg")
 * * *Case 2
 * * * *Veld(Position).Picture = LoadPicture("" & TileFolder & "\veld2.jpg")
 * *End Select
 *Next Column
Next Row
Disc1.Picture = LoadPicture("" & TileFolder & "\veld1.jpg")
Disc2.Picture = LoadPicture("" & TileFolder & "\veld2.jpg")
End Sub
When the form is loading, default tileset if default.
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual problem in all dos games rkrd Troubleshooting 6 07-12-2007 09:43 PM
AdLib Visual Composer crazedloon Gaming Zone 1 20-09-2007 11:30 AM
Damn It punch999 Blah, blah, blah... 2 01-07-2007 06:39 PM
Visual Basic, Helpme! hotty_green Programming 7 19-07-2006 06:39 PM
Visual Basic tomf Programming 11 05-03-2006 10:35 PM


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 07:51 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.