A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: scrolling terrain

Hybrid View

  1. #1
    Looking for a fla tutorial that shows scrolling terrain that goes left when mouse goes right, and vise versa.
    All with actionscript as well.
    Anyone know where I can find one?

    thx!

  2. #2
    "way too many questions"
    Join Date
    Feb 2001
    Posts
    312
    Hmmm i was trying something here
    on the time line
    ----
    beweeg = _root.land_x;
    ---

    on the (invisible) buttom

    ------
    on (keyPress "<Right>") {
    beweeg = beweeg+1;
    _root.land_x=beweeg;
    }
    ------

    this is not working but maybe others can help us now...?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center