Posts Tagged ‘script comments’

Photoshop video

Adobe, Photoshop | Posted by antirealism
Apr 22 2010

Well CS5 is now out and I found this video on the Adobe TV website and it shows how amazing the new Content-Aware Fill is, I would not like to think how they made such think but it most of took a lot of coding and a lot of time.

But it is truly Amazing and seem a little futuristic .

Share and Enjoy:
  • Twitter
  • Facebook
  • Google Bookmarks
  • Print
  • del.icio.us
  • RSS
  • email
  • Digg
  • StumbleUpon
  • Live
  • Ping.fm
  • Slashdot
  • MySpace

Script Comments

Adobe, Flash, Learning | Posted by antirealism
Feb 23 2009

Well hello again, just thought I would say thank you to the people
That have commented on my site and hope that others will in the
future.

Also to the people that have been waiting to see my progress.

Sorry that I have not posted for a few weeks, I have been busy playing
With my ubuntu install and playing rainbow 6 Vegas 2, left 4 dead and
Warcraft :)

So anyway here I am again. This time in the following exercise I am
looking at keyboard function, but first I thought I would point out
how you would write a Comment within the code.
In the last blog I broken the code down in to paragraph which I think
took a lot of reading and a lot time. So this way I can input
comments on the way and point out what’s happening at that time.
The way you put comment in the code is by using.

// this is used for a single line comment.

// :void will return nothing in code.

Also if you are writing this in the action panel within flash you
will see that there is a color change to grey (by default) to let
you no its a comment.
For a multiple lined comment you have to use a start and stop command.

/* event.target.x += 10
event.target.y += -25
this is where the items
will move up 10 across 25 */

If you do forget to put in the ” /* “command at the end of your
comment, all the code below the first command ” /* ” will be thought
of as the comment it’s self, plus once again if you are typing this
out in the actions panel you will see a color change of the text to
indicate what’s comment and what’s not.
I hope I explained that well enough…

Hopefully the keyboard function blog will be in the next week.

Share and Enjoy:
  • Twitter
  • Facebook
  • Google Bookmarks
  • Print
  • del.icio.us
  • RSS
  • email
  • Digg
  • StumbleUpon
  • Live
  • Ping.fm
  • Slashdot
  • MySpace