Friday, September 27, 2019

CODE - repl -circles!


CIRCLES!

The same circle drawn 4 different ways

with Randomized colours and SPEED



--commands--

1.3. Summary of Turtle Methods


MethodParametersDescription
TurtleNoneCreates and returns a new turtle object
forwarddistanceMoves the turtle forward
backwarddistanceMoves the turle backward
rightangleTurns the turtle clockwise
leftangleTurns the turtle counter clockwise
penupNonePicks up the turtles tail
pendownNonePuts down the turtles tail
colorcolor nameChanges the color of the turtle’s tail
fillcolorcolor nameChanges the color of the turtle will use to fill a polygon
headingNoneReturns the current heading
positionNoneReturns the current position
xcorNoneReturn the current x coordinate
ycorNoneReturn the current y coordinate
gotox,yMove the turtle to position x,y
begin_fillNoneRemember the starting point for a filled polygon
end_fillNoneClose the polygon and fill with the current fill color
dotNoneLeave a dot at the current position
stampNoneLeaves an impression of a turtle shape at the current location
shapeshape nameShould be ‘arrow’, ‘classic’, ‘turtle’, ‘circle’ or ‘square’

Thursday, September 26, 2019

Tuesday, September 24, 2019

Friday, September 20, 2019

CODE -Python with Turtle

CODE -Python with Turtle



1. - make an account - click the image above -

Learn by Drawing
Python (with Turtle)
2. begin coding - click on image below


tutorials to get you going:
https://www.tutorialsandyou.com/python/turtle-programming-tutorial-in-python-5.html





Wednesday, September 18, 2019

Photoshop Level 2 - SKIN CHANGE



Photoshop LEVEL 2 - SKIN CHANGE


Do these two





1.

SKIN change -ANIMAL -YOUTUBE

Photoshop Tutorial: Transform Animal Skin into Tiger Skin
https://www.youtube.com/watch?v=-l7M13OUQck





2.

SKIN change -CAR -TEXTED based Tutorial

ORANGE PORSCHE. FRUIT SKIN.
http://www.alfoart.com/gold-car-1.html


Tuesday, September 10, 2019

Photoshop LEVEL 1 - Hybrid Animal

Photoshop LEVEL 1 
Take EITHER the frog-crocodile tutorial or your own HYBRID ANIMAL tutorial - from the previous post and complete the tutorial 3x (Three Times) 


1x: Do as your are told in the tutorial - learn something new (possibly from your teacher) 


  • make sure to add your BLOG ADDRESS with the text tool 
 (watermark it as your own - also worth marks) 
  • EXPORT as a PNG file and post to your blog 
  • post screenshot of your LAYERS 



 2x: Do AGAIN as your are told in the tutorial but employing some of the new strategies you have learnt. 


  • Make sure use TWO DIFFERENT animals or or an animal and something else that is not an animal. 
  •  add your BLOG ADDRESS with the text tool 

 (watermark it as your own - also worth marks) 

  •  add comments in the blog post referring to some of the new ideas you have added to the tutorial EXPORT as a PNG file and post to your blog 
  • add screenshot of your LAYERS 
  • show original images



3x: DO again - 3 or more DIFFERENT ANIMALS


  • Rewrite the original tutorial to reflect this version and all the new tools you have used. 
  •  make sure to add your BLOG ADDRESS with the text tool 

(watermark it as your own - also worth marks) 

  • EXPORT as a PNG file and post to your blog 
  • add screenshot of your LAYERS
  • show original images

Monday, September 9, 2019

PHOTOSHOP POST - Hybrid/ morphing animal

PHOTOSHOP POST


SUBJECT: Hybrid/ morphing animal


FIND your own tutorials
DO NOT USE THE TUTORIALS BELOW


1. TEXT BASED TUTORIAL

Title:

Combine a Crocodile and a Frog in Photoshop


LINK:

https://design.tutsplus.com/tutorials/quick-tip-combine-a-crocodile-and-a-frog-in-photoshop--psd-22326



2. YOUTUBE BASED TUTORIAL

 Title:  Advance Photoshop Manipulation Tutorial Eagle Dog


LINK:

https://www.youtube.com/watch?v=XHQ5vJmgwtI




Embedded Video:









NOTE: background gradient : FOUND here

turn their code:

div {
    background: linear-gradient(to bottom, #cc00ff 0%, #ff0000 100%);
}



into our code - note the difference using STYLE= 

<DIV style="background: linear-gradient(to bottom, #cc00ff 0%, #ff0000 100%);">

</DIV>

Thursday, September 5, 2019

My Predicted Grade

Predicting your grade at interim 



  • 4 transparent animated GIFs
  • 2 numbers
  • 1 % sign
  • 1 letter




My Predicted Grade

  • Add a background colour


<div style="background: peru;">

</div>





Use the following CODE to fix the background issue behind the transparent images.

Go to:
Design - Layout - Template Designer - Advanced - (scroll down to) - Add CSS
then paste in the following:


.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,

.BlogList .item-thumbnail img {

  padding: 0 !important;

  border: none !important;

  background: none !important;

  -moz-box-shadow: 0px 0px 0px transparent !important;

  -webkit-box-shadow: 0px 0px 0px transparent !important;

  box-shadow: 0px 0px 0px transparent !important;

}


PLACE your ANIMATED gifs INTO a TABLE
place bgcolor ="red" behind all cells
choose your own colors
colour options


Predicted Grade