Topic:   EasyScript (lol)   (Read 12215 times)


0 Members and 1 Guest are viewing this topic.

GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
EasyScript (lol)
« on: June 25, 2009, 03:19:16 PM »
So I wanted to try out some REALBasic'ing and decided to douse myself with originality and make a...well it doesn't make games...or really do much of anything....I don't know what to call it :P

Here's some example code :P
Code: [Select]
dim num as integer = 10
if num = 10 then
DisplayMessage ("Success!")
else
DisplayMessage("PHAIL")
end if

It handles maths as well. Check out this screencast:
http://www.screencast.com/t/0ViMjaW8c8

HarryCaray


  • GMG-er

  • **


  • Posts: 119

  • I love YaBB 1G - SP1!
Re: EasyScript (lol)
« Reply #1 on: June 25, 2009, 03:21:16 PM »
I think everyone should make their own creation and post it lol.

GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: EasyScript (lol)
« Reply #2 on: June 25, 2009, 03:23:36 PM »
I agree...anyone care to try a 3d game?

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: EasyScript (lol)
« Reply #3 on: June 25, 2009, 03:43:21 PM »
I've been using RB for over two years now, and I still can't understand 3D. :(


GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: EasyScript (lol)
« Reply #4 on: June 25, 2009, 03:57:17 PM »
lol yeah its probably pretty hard.
But of course in EasyScript you can just type
DisplayAwesome3DGame("My Awesome 3D Game")




[size=10]That's a lie[/size]

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: EasyScript (lol)
« Reply #5 on: June 25, 2009, 04:45:01 PM »
I'm assuming it's RBScript?


GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: EasyScript (lol)
« Reply #6 on: June 25, 2009, 04:51:34 PM »
Quote
I'm assuming it's RBScript?

But of course!
I'm trying to think of more commands I can add to it.

HarryCaray


  • GMG-er

  • **


  • Posts: 119

  • I love YaBB 1G - SP1!
Re: EasyScript (lol)
« Reply #7 on: June 25, 2009, 05:13:30 PM »
Make a quit command like:

SELFDESTRUCT

GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: EasyScript (lol)
« Reply #8 on: June 25, 2009, 05:15:56 PM »
lol! ok

Quit command added
Syntax:
Code: [Select]
initSelfDestruct()
« Last Edit: June 25, 2009, 05:47:29 PM by Hendo »

HarryCaray


  • GMG-er

  • **


  • Posts: 119

  • I love YaBB 1G - SP1!
Re: EasyScript (lol)
« Reply #9 on: June 25, 2009, 06:27:45 PM »
How about:

DINGDONG()

for beep?

Telstar5


  • GMG-er

  • **


  • Posts: 371

  • The sun is up, the sky is blue...
Re: EasyScript (lol)
« Reply #10 on: June 25, 2009, 06:33:53 PM »
World's strangest BASIC dialect?


GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: EasyScript (lol)
« Reply #11 on: June 25, 2009, 07:08:16 PM »
Quote
World's strangest BASIC dialect?

Thats the idea :D

GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: EasyScript (lol)
« Reply #12 on: June 25, 2009, 07:34:34 PM »
DingDong() added

HarryCaray


  • GMG-er

  • **


  • Posts: 119

  • I love YaBB 1G - SP1!
Re: EasyScript (lol)
« Reply #13 on: June 25, 2009, 08:46:01 PM »
If you have an about box, be like:

WTFISTHISABOUT()


GMG Hendo


  • GMG-er

  • **


  • Posts: 155

  • [WITTY TEXT GOES HERE]
Re: EasyScript (lol)
« Reply #14 on: June 25, 2009, 09:33:52 PM »
LOL I'll add that in the morning. Should be fairly easy.