To the developers forums! And away!!!
Offline
4th page
Offline
OnceUponSomeCode wrote:
Hello. I'm this topic's best user (see my username).
-PullJosh
oh, so you made an account?
Offline
fetchydog567 wrote:
OnceUponSomeCode wrote:
Hello. I'm this topic's best user (see my username).
-PullJosh
oh, so you made an account?
Oh, yes. Very much so. Of course it glitched somehow, though. When I try to post a project, it says I don't exist. -PullJosh
Offline
Ha what a coinidence theres actually aa user with that nae lollolol herpderp
Offline
trinary wrote:
Possible designs:
http://img208.imageshack.us/img208/1070/design1hi.png http://img593.imageshack.us/img593/5250/design2w.png
I'll create a few more possibilities when I have time.
Those are very nice!
It'll be really cool if you could put the navigation menu from number 2 into number 1...
Offline
From now on I'm going to upload my pics, to the Mod Share Imaging Service 1.0.
Offline
trinary wrote:
Possible designs:
http://img208.imageshack.us/img208/1070/design1hi.png http://img593.imageshack.us/img593/5250/design2w.png
I'll create a few more possibilities when I have time.
Awesome designs! Maybe we could make a contest on the scratch website to get the best one possible. Tell me if you think that's a good idea.
Offline
trinary wrote:
Possible designs:
http://img208.imageshack.us/img208/1070/design1hi.png http://img593.imageshack.us/img593/5250/design2w.png
I'll create a few more possibilities when I have time.
myself wrote:
I like the first one!
Offline
I need the download link!
Offline
PullJosh wrote:
trinary wrote:
Possible designs:
http://img208.imageshack.us/img208/1070/design1hi.png http://img593.imageshack.us/img593/5250/design2w.png
I'll create a few more possibilities when I have time.Awesome designs! Maybe we could make a contest on the scratch website to get the best one possible. Tell me if you think that's a good idea.
If you feel that it would help in finding the best design, of course.
Offline
trinary wrote:
More possibilities:
http://img191.imageshack.us/img191/3553/design3v.png http://img33.imageshack.us/img33/3227/design4o.png
I like the first-ish third-ish one.
Offline
I've almost made a Protoype to release
It has...
A new Sig. at the top left corner
New blocks for Developers only
and Mesh Unlocked
If you want the prototype Contact me!
Offline
EvilPegasus2274 wrote:
I've almost made a Protoype to release
It has...
A new Sig. at the top left corner
[b]New blocks for Developers only[/b[
and Mesh Unlocked
If you want the prototype Contact me!
For Developers only? Like when it comes out, only we will bbe able to use those certain blocks?
Offline
trinary wrote:
So which website design do you think would be the most suitable?
I'll make a poll on polldaddy! Just a few minutes...
Edit: Okay. I got it. Only one problem: punbb-hosting is down, meaning our forum is down too. I'll make a topic about it when it comes back up. For now, though, just click this link.
Last edited by PullJosh (2012-06-28 08:12:03)
Offline
infinite_minus_zero wrote:
EvilPegasus2274 wrote:
I've almost made a Protoype to release
It has...
A new Sig. at the top left corner
[b]New blocks for Developers only[/b[
and Mesh Unlocked
If you want the prototype Contact me!For Developers only? Like when it comes out, only we will bbe able to use those certain blocks?
I will make 2 version
Offline
Certaintly, I found something that could help us out:
BTW, I posted this here because the OUSC Forums is inactive.
Blockspec:
('make %m move %n steps' #- #move:forward:)
Code:
move: sprite forward: distance sprite forward: distance
Offline
Blockspec:
('if touching %m bounce' #- #bounceOffSprite:)
bounceOffSprite: aName | sprite oldDir | sprite _ self coerceSpriteArg: aName. (self touching: sprite) ifFalse: [^ self]. oldDir _ self heading. self pointTowards: sprite. self turnRight: self heading - oldDir + 180. [self touching: sprite] whileTrue: [self forward: 1]
Offline
Blockspec:
('if %b bounce' #- #bounceIfBoolean:)
bnceIfBoolean: condition condition ifTrue: [self turnRight: 180]
Offline
Blockspec:
('point at x:%n y:%n' #- #pointToX:y:)
Last edited by fetchydog567 (2012-06-29 20:58:45)
Offline