Discuss Scratch

Monkey_Legend
Scratcher
1000+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

GeeTransit wrote:

Monkey_Legend wrote:

Art
Username:ML
What you want it to be:logo
Do you have a preferred employee?nope
Bitmap or Vector?don't mind
Comments: (anything else?)could it look like my current logo just with a Christmas hat on

ML
Taken!
thanks

ML
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

banana439monkey wrote:

bigpuppy wrote:

Reps:
bigpuppy
MythoBeast427
Maybe remove this bit from https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/204320/?page=19#post-2122424

Banana
For what reason though? It looks fine to me (,except I'm not there yet).
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

Monkey_Legend wrote:

GeeTransit wrote:

Monkey_Legend wrote:

Art
Username:ML
What you want it to be:logo
Do you have a preferred employee?nope
Bitmap or Vector?don't mind
Comments: (anything else?)could it look like my current logo just with a Christmas hat on

ML
Taken!
thanks

ML
No problemo!
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

Lol TacoCatProuductions! I'm just looking up and down on the forums and I'm like, “oOo! That logo was made (partially) by me!”
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

GeeTransit wrote:

Monkey_Legend wrote:

Art
Username:ML
What you want it to be:logo
Do you have a preferred employee?nope
Bitmap or Vector?don't mind
Comments: (anything else?)could it look like my current logo just with a Christmas hat on

ML
Taken!
Finished!

URL:
https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/136530896/
(I can't seem to host the image so… I just had to post the URL instead.)

Credits:
Monkey_Legend for the original logo.
GeeTransit for the editing and the new logo.
How to make a rounded square! made by yeuford for help on a rounded rectangle.
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

I think that the only 3 people in my opinion that are active are bigpuppy, TacoCatProuductions, and me! (I liek rep!)
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

bigpuppy wrote:

GeeTransit, you have been bumped up to manager!

SimplyKomplex, who was the former manager, has been bumped down to co-manager because GeeTransit is more active. Sorry!
Looking back I saw when I first applied to the Head of Scripts, then to co-manager, and now Manager! All of this happened in 105 posts in 3 days (or maybe less)! I'm definitely telling everyone about this shop! It's the BEST!!!!! (I'll add it in my signature.)
MistickMage
Scratcher
1000+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

Reviews
Username: MistickMage
Link to what you want reviewed:https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/129395203/
Type of thing you want reviewed: tutorial
Comments: (anything else?)
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

MistickMage wrote:

Reviews
Username: MistickMage
Link to what you want reviewed:https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/129395203/
Type of thing you want reviewed: tutorial
Comments: (anything else?)
Taken!
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

Review for How to draw a Reindeer by MystickMage
—————
Coding (90/100)
The coding was straight forward.

Graphics (99/100)
Vector art is sometimes hard to master!

Bugs (90/100)
You can sometimes skip slides if your hand is slow.

Grammar (95/100)
Just a little ‘n’ missing in beginner.

Creativity (100/100)
You did this with the right skills at the right time!

Overall score (474/500)

Comments:
The reindeer was in one posture the whole time, and the steps between each frame were sometimes big.

Improvements that could be made:
Ading a script that returns the viewer to the previous slide (using a variable) from the speed draw will help people from clicking the green flag again and then returning to their previous frame. Using this script might help with the occasional frame skipping:

when green flag clicked
forever
if <key [right v] pressed?> then
next costume
wait until <not <key [any v] pressed?>>
else
if <key [left v] pressed?> then
switch costume to ((costume #) - (1))
wait until <not <key [any v] pressed?>>
end
end
end
—————
Review by GeeTransit from Bigpuppy's Shop

Thanks for ordering from us! If you liked your order, consider reviewing us! Have a nice day!

Last edited by GeeTransit (Dec. 15, 2016 19:53:14)

GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

Wee! 3 orders finished in less than 24 hours (in 2 days).
MistickMage
Scratcher
1000+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

GeeTransit wrote:

Review for How to draw a Reindeer by MystickMage
—————
Coding (90/100)
The coding was straight forward.

Graphics (99/100)
Vector art is sometimes hard to master!

Bugs (90/100)
You can sometimes skip slides if your hand is slow.

Grammar (95/100)
Just a little ‘n’ missing in beginner.

Creativity (100/100)
You did this with the right skills at the right time!

Overall score (474/500)

Comments:
The reindeer was in one posture the whole time, and the steps between each frame were sometimes big.

Improvements that could be made:
Ading a script that returns the viewer to the previous slide (using a variable) from the speed draw will help people from clicking the green flag again and then returning to their previous frame. Using this script might help with the occasional frame skipping:

when green flag clicked
forever
if <key [right v] pressed?> then
next costume
wait until <not <key [any v] pressed?>>
else
if <key [left v] pressed?> then
switch costume to ((costume #) - (1))
wait until <not <key [any v] pressed?>>
end
end
end
—————
Review by GeeTransit from Bigpuppy's Shop

Thanks for ordering from us! If you liked your order, consider reviewing us! Have a nice day!
Thanks! I'll work on some of the things
bigpuppy
Scratcher
1000+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

GeeTransit wrote:

GeeTransit wrote:

TacoCatProuductions wrote:

Logos
Username: Taco
Shape (Circle, square, rounded square): Santa Hat
Details: Please put “TCP” in vermin Vibes, thanks.
Taken!
Eleventh 60 second rule encounter of the day. :P
Finished!

URL:
logomakr.com/8dnvmq
(I can't seem to download it so… I just had to post the URL instead.)

Credits:
Winter graphic by Freepik from Flaticon is licensed under CC BY 3.0
Made with Logo Maker
Wow nice! I added it to the finished orders list

banana439monkey wrote:

bigpuppy wrote:

Reps:
bigpuppy
MythoBeast427
Maybe remove this bit from https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/204320/?page=19#post-2122424

Banana
Removed it!
SonicMasterSystem
Scratcher
1000+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

bigpuppy wrote:

GeeTransit wrote:

bigpuppy wrote:

GeeTransit wrote:

bigpuppy wrote:

(-snip-)

We should probably get back on topic XD
True.
Okay, let's get back on topic now.

</offtopic>
I think I made a bad decision to claim SonicMasterSystem's order. I'm having trouble working on it… Should I do anything, or is this irreversible? (Not likely irreversible…)
You can unclaim it if you want
First 60 second rule encounter of the day. :P
D:
bigpuppy
Scratcher
1000+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

Monkey_Legend wrote:

GeeTransit wrote:

Monkey_Legend wrote:

Art
Username:ML
What you want it to be:logo
Do you have a preferred employee?nope
Bitmap or Vector?don't mind
Comments: (anything else?)could it look like my current logo just with a Christmas hat on

ML
Taken!
thanks

ML
Hey there - please put your full username on the “username” section on the form, it does not go well on the order list if it just says “ML”. TacoCatProductions, the same goes for you.

GeeTransit wrote:

bigpuppy wrote:

GeeTransit, you have been bumped up to manager!

SimplyKomplex, who was the former manager, has been bumped down to co-manager because GeeTransit is more active. Sorry!
Looking back I saw when I first applied to the Head of Scripts, then to co-manager, and now Manager! All of this happened in 105 posts in 3 days (or maybe less)! I'm definitely telling everyone about this shop! It's the BEST!!!!! (I'll add it in my signature.)
You are probably one of the best people I've had do orders here
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

bigpuppy wrote:

Monkey_Legend wrote:

GeeTransit wrote:

Monkey_Legend wrote:

Art
Username:ML
What you want it to be:logo
Do you have a preferred employee?nope
Bitmap or Vector?don't mind
Comments: (anything else?)could it look like my current logo just with a Christmas hat on

ML
Taken!
thanks

ML
Hey there - please put your full username on the “username” section on the form, it does not go well on the order list if it just says “ML”. TacoCatProductions, the same goes for you.

GeeTransit wrote:

bigpuppy wrote:

GeeTransit, you have been bumped up to manager!

SimplyKomplex, who was the former manager, has been bumped down to co-manager because GeeTransit is more active. Sorry!
Looking back I saw when I first applied to the Head of Scripts, then to co-manager, and now Manager! All of this happened in 105 posts in 3 days (or maybe less)! I'm definitely telling everyone about this shop! It's the BEST!!!!! (I'll add it in my signature.)
You are probably one of the best people I've had do orders here
Gee thanks! I've never been so busy lately! This shop was the best shop I've been in! (Well, I've only been in 1 other shop than this so… eh?) Oh! For the username part where everyone puts short forms, maybe add ‘(Please put full username)’ so people know. I've never liked the forums so much since I applied here!
bigpuppy
Scratcher
1000+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

GeeTransit wrote:

Gee thanks! I've never been so busy lately! This shop was the best shop I've been in! (Well, I've only been in 1 other shop than this so… eh?) Oh! For the username part where everyone puts short forms, maybe add ‘(Please put full username)’ so people know. I've never liked the forums so much since I applied here!

I'll add what you said to the form.
bigpuppy
Scratcher
1000+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

I'm ordering something from my own shop XD
Reviews
Username: bigpuppy
Link to what you want reviewed: https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/118749590/
Type/name of thing you want reviewed: The Stolen Diamond - A Text Mystery/Adventure
Comments: I like ordering from my own shop
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

bigpuppy wrote:

GeeTransit wrote:

Gee thanks! I've never been so busy lately! This shop was the best shop I've been in! (Well, I've only been in 1 other shop than this so… eh?) Oh! For the username part where everyone puts short forms, maybe add ‘(Please put full username)’ so people know. I've never liked the forums so much since I applied here!

I'll add what you said to the form.
No prob! This shop is quality! Quality! QUALITY! (Too much here GeeTransit!)
GeeTransit
Scratcher
100+ posts

<< TᕼE ᗪOGᕼOᑌᔕE >> Closed, please visit our new topic! Link on front page.

bigpuppy wrote:

I'm ordering something from my own shop XD
Reviews
Username: bigpuppy
Link to what you want reviewed: https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/118749590/
Type/name of thing you want reviewed: The Stolen Diamond - A Text Mystery/Adventure
Comments: I like ordering from my own shop
Oi!!!!! Taken!

Powered by DjangoBB