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

#2926 2012-08-09 10:56:57

Meapinator101
Scratcher
Registered: 2012-02-03
Posts: 1000+

Re: Eternity Incurakai

Just came online sorry:  Ok great! The design might be difficult....I will get back to you on that one....let me just check the website.


http://i.imgur.com/QR1fV.png

Offline

 

#2927 2012-08-09 10:59:29

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

kk.  Let's just use this thread for everything eternity incurakai collaborative wise.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2928 2012-08-09 11:00:08

Meapinator101
Scratcher
Registered: 2012-02-03
Posts: 1000+

Re: Eternity Incurakai

XenoK wrote:

kk.  Let's just use this thread for everything eternity incurakai collaborative wise.

Lets talk in forums then..


http://i.imgur.com/QR1fV.png

Offline

 

#2929 2012-08-09 11:01:18

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

Meapinator101 wrote:

XenoK wrote:

kk.  Let's just use this thread for everything eternity incurakai collaborative wise.

Lets talk in forums then..

ok, I meant since we are collaborating on the website, we can just use this thread for it but ok.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2930 2012-08-09 11:50:57

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

alright, meapinator, let's get onto the forums.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2931 2012-08-09 11:55:43

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

meapinator?


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2932 2012-08-09 11:58:27

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

alright.  I'll just post here what I posted in the forums.

we're going to first talk header.  I have a good, clean design for navigation.  Here's the code for it:

Code:

<header>
    <!-- === START LOGO === -->
    <img src="http://eternityinc-official.com/images/eternity-sign.png" style="float: left;" alt="" height="30" width="30" /><p style="float: left;"><a href="http://eternityinc-official.com"><strong>Eternity Incurakai</strong></a></p>
    <!-- === END LOGO === -->
        
    <!-- === START NAVIGAION === -->
    <nav>
        <ul id="navigation">
            <li><a id="home" href="http://eternityinc-official.com">Home</a></li>
            <li><a id="blog" href="http://blog.eternityinc-official.com">Blog</a></li>
            <li><a id="projects" href="http://projects.eternityinc-official.com">Projects</a></li>
            <li><a id="forums" href="http://forums.eternityinc-official.com">Forums</a></li>
            <li><a id="tasks" href="http://tasks.eternityinc-official.com">Tasks</a></li>
            <li><a id="doc" href="http://doc.eternityinc-official.com">Doc</a></li>
        </ul>
    </nav>
    <!-- === END NAVIGATION === -->
    
</header>

now this is a file on it's own, included on every page.  With php, this is made easy as we only have to edit one file to change it everywhere.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2933 2012-08-09 12:04:18

Meapinator101
Scratcher
Registered: 2012-02-03
Posts: 1000+

Re: Eternity Incurakai

XenoK wrote:

alright.  I'll just post here what I posted in the forums.

we're going to first talk header.  I have a good, clean design for navigation.  Here's the code for it:

Code:

<header>
    <!-- === START LOGO === -->
    <img src="http://eternityinc-official.com/images/eternity-sign.png" style="float: left;" alt="" height="30" width="30" /><p style="float: left;"><a href="http://eternityinc-official.com"><strong>Eternity Incurakai</strong></a></p>
    <!-- === END LOGO === -->
        
    <!-- === START NAVIGAION === -->
    <nav>
        <ul id="navigation">
            <li><a id="home" href="http://eternityinc-official.com">Home</a></li>
            <li><a id="blog" href="http://blog.eternityinc-official.com">Blog</a></li>
            <li><a id="projects" href="http://projects.eternityinc-official.com">Projects</a></li>
            <li><a id="forums" href="http://forums.eternityinc-official.com">Forums</a></li>
            <li><a id="tasks" href="http://tasks.eternityinc-official.com">Tasks</a></li>
            <li><a id="doc" href="http://doc.eternityinc-official.com">Doc</a></li>
        </ul>
    </nav>
    <!-- === END NAVIGATION === -->
    
</header>

now this is a file on it's own, included on every page.  With php, this is made easy as we only have to edit one file to change it everywhere.

Nice. Ok sorry I have to go now. CULATER


http://i.imgur.com/QR1fV.png

Offline

 

#2934 2012-08-09 12:06:28

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

*sigh* we aren't going to make any progress on this today?


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2935 2012-08-09 18:43:02

ilackoriginality
Scratcher
Registered: 2011-10-30
Posts: 500+

Re: Eternity Incurakai

ok let's just cancel 'Have a Nice Day'

Offline

 

#2936 2012-08-09 18:45:13

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

ilackoriginality wrote:

ok let's just cancel 'Have a Nice Day'

why?


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2937 2012-08-09 18:55:52

ilackoriginality
Scratcher
Registered: 2011-10-30
Posts: 500+

Re: Eternity Incurakai

1) Nobody knows what they're doing despite it being said five times
2) Impossible to compile
3) Never gonna get done anyway
4) dddddddddddd

Offline

 

#2938 2012-08-09 19:45:28

infinitytec
Scratcher
Registered: 2012-01-21
Posts: 500+

Re: Eternity Incurakai

Why was Rocket Investments closed?


http://scratch.mit.edu/static/projects/infinitytec/2654336_med.png

Offline

 

#2939 2012-08-10 02:12:35

ExtremelyGamer
Scratcher
Registered: 2012-03-11
Posts: 1000+

Re: Eternity Incurakai

infinitytec wrote:

Why was Rocket Investments closed?

yikes  You should say on Meapinator101's projects


"Submarines are like water like underwater airplanes" O_o

Offline

 

#2940 2012-08-10 09:33:52

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

I think I'll stick around the scratch division.  It's sort of falling apart, and we have some rebuilding to do anyways.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2941 2012-08-10 11:48:47

ExtremelyGamer
Scratcher
Registered: 2012-03-11
Posts: 1000+

Re: Eternity Incurakai

Eternity_Inc wrote:

parcheesidude wrote:

Application for: Zerrikoln Studios

Resume (Highlight to see: I didn't want it out in the open because it's kind of brag-ish):
#1 6th grade mathlete in the state
#8 Scripps state speller
Uses Stencyl(a little)
Straight A's


Eternity_Inc:
I will indeed help you but I may not be able at any time. I am commonly very busy around this time with preparing for tests and Final Exams. I specialize in:
Small Art(small logos included)
Coding
Glitch detecting and Fixing

I hope I will be accepted into a soon to be great company.

-parcheesidude

Owner, Chegol Productions

You are in!

You're lucky in america you have all these competitions.


"Submarines are like water like underwater airplanes" O_o

Offline

 

#2942 2012-08-10 13:43:42

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Eternity Incurakai

This is falling apart.  sad

What can I do? Advertise?? Bump this thread? Or what?


Get ready for domination of:  tongue

Offline

 

#2943 2012-08-10 15:41:59

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

coolhogs wrote:

This is falling apart.  sad

What can I do? Advertise?? Bump this thread? Or what?

well, I need you to find another php programmer who would be willing to help me.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2944 2012-08-10 22:28:31

ilackoriginality
Scratcher
Registered: 2011-10-30
Posts: 500+

Re: Eternity Incurakai

I'd animate in Scratch if its painting system isn't like MicrosOFT PAINT aldalflflslkslsdlas

Offline

 

#2945 2012-08-11 11:18:33

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

P110 has returned to help with EternityX!  The Scratch division of Eternity Incurakai will not die.  Everyone, get to animating a 15 second segment for ilackoriginality.  Have a nice day will not be cancelled.  Lets get the song divided up into those segments, ilackoriginality.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2946 2012-08-11 11:20:33

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

If you have any questions, we'll get them sorted out.  I want these done by next Saturday!  Get a general idea as to what you are going to do for it, and post it here.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2947 2012-08-11 11:21:33

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

We might be rebuilding eternity tasks at the moment, but that doesnt stop you from completing your task!


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2948 2012-08-11 11:23:34

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

Do we have any questions?


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2949 2012-08-11 11:26:05

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

I need someone for a new first post design.  Anyone interested? 
I need someone for advertising us.  Anyone interested?

No application necessary to help out for the next day.  Anyone who wants to help is welcome to do so.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#2950 2012-08-11 11:30:23

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Eternity Incurakai

LONG LIVE THE ETERNITY!!!!!

coolhogs, I need you advertising.
ilackoriginality, I need you cutting up that song into segments.
berberberber, I need you to get all of our team members and inform them that there will be no more slacking!
P110, I need you to email me.
Meapinator101, I need you back in the scratch division.

No more fooling around!


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

Board footer