Recent content by mtanti

  1. M

    DNA Transcription: Where do genes begin and end?

    My simulation is about the synthesis of mRNA from DNA. I need to work with random DNA sequences so I need to know if there are any "illegal" sequences. What would happen if you have multiple start codons before the next stop codon (overlapping)? You can assume the simplest form of transcription...
  2. M

    DNA Transcription: Where do genes begin and end?

    Dear all, I'm studying DNA-Protein relationships for a computer simulation I have to make about it and I'm finding it difficult to understand how the RNA polymerase knows where to start and stop transcription on a strand of DNA. Could someone explain this for me? Let's assume that '['...
  3. M

    Single or multiple random number generators?

    I'm programming in Java and using the Random class and I'm not sure if it makes a difference whether I use a single accessible Random object for the whole program or if I should create multiple instances (one for each object needing it?). Are there disadvantages to using one instead of the...
  4. M

    PHP Flash, PHP: Font sizes don't match

    that's what I do but I need to see how much space will be required for text to show in flash using php. since flash uses pixels and php uses points, the dimensions will not match.
  5. M

    PHP Flash, PHP: Font sizes don't match

    but that only works with monospaced fonts. I need a way to change size type.
  6. M

    PHP Flash, PHP: Font sizes don't match

    php uses points (using gd2)... but I have no idea how to change the units in either php or flash...
  7. M

    PHP Flash, PHP: Font sizes don't match

    Are you sure that Flash uses pixels rather than points? Well that would explain it... Although on some tutorials I found it uses points...
  8. M

    PHP Flash, PHP: Font sizes don't match

    Has anyone noticed that the font size for Flash and the font size for GD images in PHP don't give the same text size?
  9. M

    Flash: Stop motion blocks gotoAndPlay

    ! It works! Now why would that happen if I'm not using simulate download? Thanks sooooo much! I've posted this on 4 foraa and this is the only one I got an answer from... PF rulez!
  10. M

    Flash: Stop motion blocks gotoAndPlay

    I think I found a bug in Flash. It spans from CS3 to MX and perhaps earlier. I did a stop motion animation of me turning the pages of a scrap book (frames of a video recording). Then I put labels on each frame where a page is completely turned and did some actionscript (gotoAndPlay) so that I...
  11. M

    Orbits & Projectiles: Why the Difference?

    Oh ok, it's clear now. Thanks!
  12. M

    Orbits & Projectiles: Why the Difference?

    Is it even possible for something to spiral down into a planet, as in goes round and round and lower and lower until it crashes?
  13. M

    Orbits & Projectiles: Why the Difference?

    Oh, so every trajectory is an elliptical path, and the faster a projectile goes, the larger the ellipse until it is larger than the earth. Correct?
  14. M

    Orbits & Projectiles: Why the Difference?

    Not sure what the curvature of the Earth has to do with it because gravity will still pull the projectile towards the surface, but wouldn't that just result in a spiral towards the Earth then? Perhaps the answer would help me understand why comets don't just go straight into the sun as they...
Back
Top