Pls i wud be liek to codes da C# in Scratching LOL
I wanted to do somthing liek dis:
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
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