Announcement

User registrations are currently disabled due to high spam traffic.

#1 18/01/08 2:26am

hiiamevil
Regular Member
Registered: 17/12/07
Posts: 68

steven yo

dim y, k, z
y = z
k = 22

printr "if y = 5 and k = 22"
printr "and x and y are similar"
printr
printr "y+k+z=" y + k + z
printr "then what is the answer"
printr  "computer?"

dim is what u use for the variables

- these variables are the simple short ones(normals)

Last edited by hiiamevil (18/01/08 2:46am)

Offline

 

#2 18/01/08 2:40am

hiiamevil
Regular Member
Registered: 17/12/07
Posts: 68

Re: steven yo

dim poo$, dumps$
poo$= "yes i want poo!"
dumps$= "if poo is brown then its shet"

printr "Welcome want poo " + poo$
printr "Our motto is"
printr dumps$


- these types with $ at the end is to add huge sentences to your program
- and i used it the poo one right next to "welcome want poo"

Last edited by hiiamevil (18/01/08 2:48am)

Offline

 

#3 18/01/08 2:51am

hiiamevil
Regular Member
Registered: 17/12/07
Posts: 68

Re: steven yo

dim l#, w#, diameter#

l# = 10
w# = 14
diameter# = sqrt (l# * l# + w# * w#)

printr "A " + w# + " by " + l# + " inch screen"
printr "Is " + diameter# + " inches in diameter"


i just used the sites examples but this type of varible is for big number really

Offline

 

#4 18/01/08 8:16am

tallphil
Banned
From: UK
Registered: 29/04/06
Posts: 825
Website

Re: steven yo

what code is this?


PSP Flash Gaming creator

Offline

 

#5 18/01/08 9:14am

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: steven yo

Yeah, that was what i was wondering about too...

Offline

 

#6 18/01/08 11:15am

tallphil
Banned
From: UK
Registered: 29/04/06
Posts: 825
Website

Re: steven yo

Looks a bit like Perl...?


PSP Flash Gaming creator

Offline

 

#7 18/01/08 2:46pm

Scruffy15
Anti-Christ
From: Facing The Plastic
Registered: 07/01/08
Posts: 871

Re: steven yo

....................................i dont get it


I'm Infinite.

Offline

 

#8 20/01/08 6:39pm

hiiamevil
Regular Member
Registered: 17/12/07
Posts: 68

Re: steven yo

lol its a basic dialect called basic4gl. im messing around with it right now....
you guys probally arnt interested but heres the site and the forums.

basic4gl.net
basic4gl.proboards20.com

idk its like basic with opengl

Offline

 

#9 20/01/08 7:25pm

tallphil
Banned
From: UK
Registered: 29/04/06
Posts: 825
Website

Re: steven yo

what can you do with it? What are the standard uses for it?


PSP Flash Gaming creator

Offline

 

#10 20/01/08 9:31pm

master498
Mod.
From: United States
Registered: 25/05/07
Posts: 1005

Re: steven yo

umm  btw try not to double/triple/quadruple...  post wink

Offline

 

#11 21/01/08 2:05am

hiiamevil
Regular Member
Registered: 17/12/07
Posts: 68

Re: steven yo

uhmm its newish, but its basically a language to pioneer in.... u can make standalone dll... so far theres been a simple online game, screeen savers, messenger, other and its really  ment for making games.... its neat to mess with.

Offline

 

#12 21/01/08 8:29am

Zuriki
Flash Dev (The Lazy One)
From: Manchester
Registered: 18/01/08
Posts: 755
Website

Re: steven yo

So an all purpose code?


[img]http://img134.imageshack.us/img134/9129/headerxt2.png[/img]
[url=http://zuriki.co.nr/project/traveller/][img]http://i28.tinypic.com/2vspafo.png[/img][/url]
[url=http://zuriki.co.nr]Zuriki - PSP Flash Games[/url]

Offline

 

#13 22/01/08 12:14am

hiiamevil
Regular Member
Registered: 17/12/07
Posts: 68

Re: steven yo

yea... but its generally for gaming. easy to learn too.... no ones really accomplish any thing bad ass like aim or doom or anything fantastic with it yet, no ones really motivated enough. which is why im trying to learn as much as possible round them up and make sumtin uber noice

Offline

 

#14 22/01/08 12:21am

Zuriki
Flash Dev (The Lazy One)
From: Manchester
Registered: 18/01/08
Posts: 755
Website

Re: steven yo

Meh cba with that. Learn C and program for the PSP


[img]http://img134.imageshack.us/img134/9129/headerxt2.png[/img]
[url=http://zuriki.co.nr/project/traveller/][img]http://i28.tinypic.com/2vspafo.png[/img][/url]
[url=http://zuriki.co.nr]Zuriki - PSP Flash Games[/url]

Offline

 

#15 23/01/08 2:58am

hiiamevil
Regular Member
Registered: 17/12/07
Posts: 68

Re: steven yo

c's hard thoa dude.... like i dont even want to attempt it

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson