|
-
Jul 18th, 2000, 06:33 PM
#1
Thread Starter
New Member
Is it possible to create a scripting system for games using visual basic?
Also, I need help learning how to scroll my tiles to make my maps larger than what you can see on screen.
-
Jul 19th, 2000, 12:27 AM
#2
PowerPoster
Of course you can 
Oh, click here for a scolling demo.
-
Jul 19th, 2000, 03:03 AM
#3
Frenzied Member
What do you want to script?
For what Kind of game do you want to create a scripting system? And what do you want to be manipulated?
If you just want to do easy stuff like chanching the values of variables it's no problem just to define some small commands like
change Life = 100 or sth like this
but if you want to program things to create script for NPC behaviour it can get hard.
-
Jul 20th, 2000, 09:49 AM
#4
Thread Starter
New Member
I'm using VB4
I'm using vb4 and I need help with scrolling. The scripting would be used to create weapon effects and player classes and so on.
-
Jul 21st, 2000, 08:47 AM
#5
Frenzied Member
What kind of scrolling just movin a picture from right to left again and again?
like: (pseudo)
x=0
y=0
do
draw bitmap to x,y
draw bitmap to x+bitmapbreite,y
x= x-1
if x <= -bildbreite then x = 0
loop until exit
Sanity is a full time job
Puh das war harter Stoff!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|