This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2012-06-02 09:33:23

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

maxskywalker wrote:

Okay, I've got multiple questions and comments.  First of all, we need a graphics artist.  Second, I don't think it should be too hard to use JavaScript to make clickable descriptions for the items, should it?  I'm thinking using a combination of PHP if or switch/case statements that look at $_GET, and control JS document.write()'s, the whole thing of which is then displayed in an iframe.  Like:

Code:

<?php
if ($_GET['item'] == 'Cash') { ?>
<script type="text/javascript">
document.write("<b>Cash</b><br />You need this to buy stuff.");
</script>
<?php } ?>

Something like that (there might be an error somewhere there; I just typed that this moment into the Message box).

I thought of iFrames first, but then we would need individual pages.

What do you mean by 'individual pages'?

Offline

 

#27 2012-06-02 09:37:38

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

muppetds wrote:

someones used the code  sad 
error given
Sorry, but we couldn't activate that membership!

47915-82514-37382

Last membership giveaway!

someone keeps nicking it


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#28 2012-06-02 09:38:15

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

Okay, I've got multiple questions and comments.  First of all, we need a graphics artist.  Second, I don't think it should be too hard to use JavaScript to make clickable descriptions for the items, should it?  I'm thinking using a combination of PHP if or switch/case statements that look at $_GET, and control JS document.write()'s, the whole thing of which is then displayed in an iframe.  Like:

Code:

<?php
if ($_GET['item'] == 'Cash') { ?>
<script type="text/javascript">
document.write("<b>Cash</b><br />You need this to buy stuff.");
</script>
<?php } ?>

Something like that (there might be an error somewhere there; I just typed that this moment into the Message box).

Third, what if planets had a 'malevolence counter' towards each other planet, which increased/decreased the chance of nuking that planet, modified by a player helping or attacking planets on behalf of another?

Fourth, what would you think of a homeworld?

Actually, there is a homeworld. Arakdor!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#29 2012-06-02 09:46:07

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

muppetds wrote:

Servine wrote:

muppetds wrote:

someones used the code  sad 
error given
Sorry, but we couldn't activate that membership!

47915-82514-37382

Last membership giveaway!

someone keeps nicking it

Ok i'm just going to manually turn you into a member.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#30 2012-06-02 10:21:41

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

muppetds wrote:

Servine wrote:


47915-82514-37382

Last membership giveaway!

someone keeps nicking it

Ok i'm just going to manually turn you into a member.

yay thank you


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#31 2012-06-02 10:25:40

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

muppetds wrote:

Servine wrote:

muppetds wrote:


someone keeps nicking it

Ok i'm just going to manually turn you into a member.

yay thank you

lol. No problem.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#32 2012-06-02 10:31:11

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

maxskywalker wrote:

Okay, I've got multiple questions and comments.  First of all, we need a graphics artist.  Second, I don't think it should be too hard to use JavaScript to make clickable descriptions for the items, should it?  I'm thinking using a combination of PHP if or switch/case statements that look at $_GET, and control JS document.write()'s, the whole thing of which is then displayed in an iframe.  Like:

Code:

<?php
if ($_GET['item'] == 'Cash') { ?>
<script type="text/javascript">
document.write("<b>Cash</b><br />You need this to buy stuff.");
</script>
<?php } ?>

Something like that (there might be an error somewhere there; I just typed that this moment into the Message box).

Third, what if planets had a 'malevolence counter' towards each other planet, which increased/decreased the chance of nuking that planet, modified by a player helping or attacking planets on behalf of another?

Fourth, what would you think of a homeworld?

Actually, there is a homeworld. Arakdor!

I meant like your main planet, and not just the one you start on, that is like extra friendly to you and maybe gives you stuff that others won't and stuff like that.

Offline

 

#33 2012-06-02 10:35:48

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

maxskywalker wrote:

Servine wrote:

maxskywalker wrote:

Okay, I've got multiple questions and comments.  First of all, we need a graphics artist.  Second, I don't think it should be too hard to use JavaScript to make clickable descriptions for the items, should it?  I'm thinking using a combination of PHP if or switch/case statements that look at $_GET, and control JS document.write()'s, the whole thing of which is then displayed in an iframe.  Like:

Code:

<?php
if ($_GET['item'] == 'Cash') { ?>
<script type="text/javascript">
document.write("<b>Cash</b><br />You need this to buy stuff.");
</script>
<?php } ?>

Something like that (there might be an error somewhere there; I just typed that this moment into the Message box).

Third, what if planets had a 'malevolence counter' towards each other planet, which increased/decreased the chance of nuking that planet, modified by a player helping or attacking planets on behalf of another?

Fourth, what would you think of a homeworld?

Actually, there is a homeworld. Arakdor!

I meant like your main planet, and not just the one you start on, that is like extra friendly to you and maybe gives you stuff that others won't and stuff like that.

Oh I see!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#34 2012-06-02 10:36:58

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

I need a helping hand with programming!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#35 2012-06-02 12:37:39

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

bump, join the forums!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#36 2012-06-02 12:59:35

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

i might be able to give you some help


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#37 2012-06-02 13:32:00

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

muppetds wrote:

i might be able to give you some help

ok. I need you to design a scheme for a world. Do you need FTP, MySQL and PowrHost details?


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#38 2012-06-02 13:52:25

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

a plan for a world?


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#39 2012-06-02 14:28:31

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

muppetds wrote:

a plan for a world?

layout, things to do (e.g. nuke another world...)


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#40 2012-06-02 17:21:26

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

muppetds wrote:

a plan for a world?

layout, things to do (e.g. nuke another world...)

ill just draw a map then we will take it from there


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#41 2012-06-02 17:21:40

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

I need a helping hand with programming!

Sure, I'll help!  How to help, though?  I don't have Hamachi or any screen sharing softwares,  including Facebook.  Email?

BTW, WHY is there a pic of a guy with a sword and armor on horseback for this apparently sci-fi game?

Anyway, again, what do you mean by multiple pages with the iframe thing?

Last edited by maxskywalker (2012-06-02 17:22:50)

Offline

 

#42 2012-06-03 01:34:40

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Lol. View on Internet Explorer and laugh.


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#43 2012-06-03 03:39:20

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

slinger wrote:

Lol. View on Internet Explorer and laugh.

I know right?

@maxskywalker The horse is the strongest weapon you can have.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#44 2012-06-03 04:14:25

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

slinger wrote:

Lol. View on Internet Explorer and laugh.

I know right?

@maxskywalker The horse is the strongest weapon you can have.

can you post a screen shot of the IE view please?
I have a mac so no IE


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#45 2012-06-03 05:03:42

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

muppetds wrote:

Servine wrote:

slinger wrote:

Lol. View on Internet Explorer and laugh.

I know right?

@maxskywalker The horse is the strongest weapon you can have.

can you post a screen shot of the IE view please?
I have a mac so no IE

http://i47.tinypic.com/2lwk30k.jpg


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#46 2012-06-03 05:09:43

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Check the forums for possibly the biggest and most entertaining update of the WHOLE game!


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#47 2012-06-03 05:32:50

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

muppetds wrote:

Servine wrote:


I know right?

@maxskywalker The horse is the strongest weapon you can have.

can you post a screen shot of the IE view please?
I have a mac so no IE

http://i47.tinypic.com/2lwk30k.jpg

lol thats gone badly


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#48 2012-06-03 05:33:50

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

I' don't know flash at all  hmm


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#49 2012-06-03 05:40:24

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

muppetds wrote:

I' don't know flash at all  hmm

doesn't matter. I dont either. Thats where crummy stencyl comes in which has almost no flexibility. gar.


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#50 2012-06-03 05:46:08

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: BlueTetra RPG - A follow on to Icarea!

Servine wrote:

muppetds wrote:

I' don't know flash at all  hmm

doesn't matter. I dont either. Thats where crummy stencyl comes in which has almost no flexibility. gar.

lol I'm good at stencyl though


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

Board footer