tutorial-readables

Post your tutorials here.

tutorial-readables

Postby faytree » Sat Dec 01, 2012 5:19 am

hello everyone, this is my first tutorial how to create readables.

readable size:
  • go to console menu "~" and write
    Code: Select all
    scene.my.read=0
  • create a box
  • go to script menu
  • go to text and write
    Code: Select all
    {scene.my.read}
  • create a laser
  • go to script menu
  • go to onLaserHit and write
    Code: Select all
    (e)=>{scene.my.read=(readable(e.geom)).size}

readable velocity:
  • create a box
  • go to script menu
  • go to text and write
    Code: Select all
    {""+
    (readable(owner)).vel}

readable pos (position):
  • create a box
  • go to script menu
  • go to text and write
    Code: Select all
    {""+(readable(owner)).pos}

readable mouse pos(position):
  • create a box
  • go to script menu
  • go to text and write
    Code: Select all
    {"" + (readable(owner)).app.mousePos}

examples:
Rating: rated 5.6
Filesize: 17.79 kB
Comments: 4
Ratings: 2
download

Rating: rated 5
Filesize: 144.06 kB
Comments: 1
Ratings: 1
download

Rating: rated 5
Filesize: 9.44 kB
Comments: 4
Ratings: 1
download
well this one is silly

hope it helps alot for everyone.
waiting for semester break to come...
User avatar
faytree
 
Posts: 947
Joined: Mon Nov 05, 2012 1:37 pm
Location: Selangor, Malaysia

Re: tutorial-readables

Postby Xray » Sun Dec 16, 2012 7:52 am

This tutorial is not very useful because you leave out a lot of important details. Just saying "do this" and "do that" does not make a tutorial. You need to show not only WHAT to do, but also explain what to expect (the result), and explain various ways each example can be used in a scene. Also, make sure that you test each thing that you are telling other people to do, so that you know it works. Never assume!

If you were in a math class, and your teacher told you how to write the equation for finding the area of a circle, but then said nothing more about it, you would walk out of that class more confused than when you walked in!

I believe that you would have a GOOD tutorial here if you just did some more work on it.
User avatar
Xray
 
Posts: 500
Joined: Sun Jun 17, 2012 6:12 am
Location: USA

Re: tutorial-readables

Postby faytree » Sun Dec 16, 2012 8:44 am

okay then. :geek:
waiting for semester break to come...
User avatar
faytree
 
Posts: 947
Joined: Mon Nov 05, 2012 1:37 pm
Location: Selangor, Malaysia


Return to Tutorials

Who is online

Users browsing this forum: No registered users and 10 guests