Yep, true. The VB way, I can make graphics, but because of ThePCKid's C++/C and anti-VB (lol) knowledge, he can't.
Here are some of the convertions from Scratch to Windows Vista and Windows 7 VB:
ask "question in detail" and wait === inputBox("question in detail", , "Answer here")
say "something" === msgBox("something", , "!")
say "something" for "2" secs === [not possible, and I thought of a way if someone really wants to read it all but doesn't in time, that will become SPAM for me to spread in my sig--more]
move 10 steps == [don't remember]
Offline
rdococ wrote:
Yep, true. The VB way, I can make graphics, but because of ThePCKid's C++/C and anti-VB (lol) knowledge, he can't.
Here are some of the convertions from Scratch to Windows Vista and Windows 7 VB:
ask "question in detail" and wait === inputBox("question in detail", , "Answer here")
say "something" === msgBox("something", , "!")
say "something" for "2" secs === [not possible, and I thought of a way if someone really wants to read it all but doesn't in time, that will become SPAM for me to spread in my sig--more]
move 10 steps == [don't remember]
You can't make games in VB...
Offline
move 10 steps is object.Location = "newlocationX, newlocationY"
Offline