A Flash Developer Resource Site

Search:

Type: Posts; User: katana098

Search: Search took 0.03 seconds.

  1. Making a 3D rendering engine, need a bit of help with camera rotation...

    var zP;
    var xP;
    var yP;
    var xC;
    var yC;
    var caX;
    var caZ;
    var size;
    var map = new Array();
    map.push(new Array());
  2. Replies
    2
    Views
    806

    Whoops ^.^" thanks!

    Whoops ^.^"

    thanks!
  3. Replies
    2
    Views
    806

    Array not working past 4

    var zP;
    var xP;
    var yP;
    var xC;
    var yC;
    var caX;
    var caZ;
    var size;
    var map = new Array();
    map.push(new Array());
  4. Replies
    3
    Views
    725

    When I removed it at the beginning of every frame...

    When I removed it at the beginning of every frame and recreated it, I got the same effect as clear().
  5. Replies
    3
    Views
    725

    Clear drawing?

    Well I want to clear what I've drawn with lineTo(x,y) and redraw it every frame. Here's the code:


    var zP;
    var xP;
    var yP;
    var xC;
    var yC;
    var moveX;
    function onLoad() {
Results 1 to 5 of 5




Click Here to Expand Forum to Full Width

HTML5 Development Center