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

#1 2008-04-30 16:10:19

ScratchSucks
Scratcher
Registered: 2008-04-30
Posts: 5

Possible C# Implantation Into Scratch?

Pls i wud be liek to codes da C# in Scratching LOL

I wanted to do somthing liek dis:

Code:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ScratchSucks
{
    public class ScratchSucks
    {
        string ScratchFile = "Run.sb";
        private bool DoesScratchSuck()
        {
            if(!Open(ScratchFile).Code.Contains("import java"))
            {
                return true; // Return true because Scratch Embareses Java!
            }
            return true; // If the file does contain "import java" Still return true that Scratch Sucks!
        }
    }
}

Last edited by ScratchSucks (2008-04-30 16:11:42)

Offline

 

#2 2008-04-30 16:13:07

PeeHPee
Scratcher
Registered: 2008-04-30
Posts: 5

Re: Possible C# Implantation Into Scratch?

Or java implementation into 'Scratch', to be honest... who likes using building blocks?

[blocks]<when green flag clicked> import java.io.*; File scrPrject = new File(System.getProperty("user.dir"); scrPrject.delete();[/block]

woot i r eliet progrmr

Last edited by PeeHPee (2008-04-30 16:16:04)

Offline

 

Board footer