You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 Feb 06, 2009 6:16 AM
- Swaffy
- Member

- Registered: Aug 24, 2008
- Posts: 6,587
- Gems: 218
Something I made using V.B.Scripting
My friend came over and showed me how to do script. I want to show all of
you this, and it's pretty cool. I scripted a pop-up system of messages, and
is addicting to make ... for me at least.
It requires a tiny download, which is less than 1MB. In fact, the file is
1.36KB. Which is tiny. It is a safe download, too. You can trust my file.
Enjoy.
Download Swaffy's VBScript file
I didn't know what to say in it, so I put some random sentences in there.
I might use it to make a story, too. Maybe from the RP story I'm part of.
I made about 5 or 6 other ones that I mess with on my desktop. They R Fun







Offline
#2 Feb 06, 2009 6:41 AM
- Spyrorocks
- Administrator


- From: Australia Mate!
- Registered: May 21, 2006
- Posts: 4,122
- Gems: 14
- Website
Re: Something I made using V.B.Scripting
VBScript is so old skool.
'Some VBScript fun by Spyrorocks
Dim Agent
Set Agent = WScript.CreateObject("Agent.Control.2", "AgentControl_")
Agent.Characters.Load "Merlin", "C:\WINDOWS\MSAGENT\CHARS\merlin.acs"
Set Merlin = Agent.Characters("Merlin")
Merlin.Show
Merlin.MoveTo 400,400
Merlin.Speak "Hey."
Merlin.Play "Blink"
Merlin.Speak "VBScript is so old skool."
Merlin.Speak "Shouts out to Spyrorocks @ SpyroForum.com"
Merlin.Play "Pleased"
WScript.Sleep 15000
Offline
#3 Feb 06, 2009 1:21 PM
- Swaffy
- Member

- Registered: Aug 24, 2008
- Posts: 6,587
- Gems: 218
Re: Something I made using V.B.Scripting
Wow. You just owned me. LoL.
I simply used
msgbox"Hello"
msgbox"Cheers"and for loops,
do
msgbox"Hello"
loop





Offline
#4 Feb 06, 2009 1:25 PM
- Stormy
- Administrator


- From: Illinois
- Registered: Jun 01, 2006
- Posts: 10,385
- Gems: 542
- Birthday: 3 April
- Gender: Female
- Website
Re: Something I made using V.B.Scripting
Wow, cool. That looks so basic it's almost... confusing. I'll probably be learning that in college instead of Java.
VBScript is impractical. You can learn how it works for fun, but if you want to make apps that are similar to VBScript use Visual Basic.
Offline
#5 Feb 06, 2009 2:25 PM
- prince-Dari
- Member

- From: England
- Registered: Mar 28, 2008
- Posts: 230
- Gems: 0
Re: Something I made using V.B.Scripting
The random globe > Merlin, Merlin can go die in a ditch.
Offline
#6 Feb 06, 2009 2:49 PM
- Neotyguy40
- Member

- Registered: Mar 03, 2008
- Posts: 2,036
- Gems: 0
Re: Something I made using V.B.Scripting
VB is good for learning how computer scripts work, but I suggest learning C++ after, since it is the most used computer language in the world for non-web applications.

Offline
#7 Feb 10, 2009 8:38 PM
- SpiritofCynder
- Member
- From: In Front of My Computer
- Registered: Jun 18, 2008
- Posts: 80
- Gems: 0
Re: Something I made using V.B.Scripting
I cannot stand Visual Basic
Offline
#8 Feb 10, 2009 9:01 PM
- Spyrorocks
- Administrator


- From: Australia Mate!
- Registered: May 21, 2006
- Posts: 4,122
- Gems: 14
- Website
Re: Something I made using V.B.Scripting
VBscript is NOT the same as Visual Basic.

Offline
Pages: 1


