A Flash Developer Resource Site

Search:

Type: Posts; User: peterford

Page 1 of 5 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    597

    The Denki game is good - I had not seen that...

    The Denki game is good - I had not seen that before.
    It took me a while to get the full idea, but damn it gets tricky.
  2. Replies
    20
    Views
    1,257

    This seems to be an obscure flash 5 bug. I...

    This seems to be an obscure flash 5 bug.
    I thought I'd be clever and had a textbox for the variable text in the movies clip1 and clip2
    so:

    _root.clip1.text
    _root.clip2.text

    easy, no?
    Then I...
  3. Replies
    5
    Views
    597

    I thought it was original, but if anyone can...

    I thought it was original, but if anyone can point me in the direction of an earlier version, I'd be very interested.
  4. Replies
    5
    Views
    597

    Hi, it's ages since I've been here, so please...

    Hi,

    it's ages since I've been here, so please don't complain too much!

    Anyway, I've been writing a game in excel at work to fill the time, and this weekend, I got round to converting it to...
  5. Replies
    1
    Views
    388

    This is probably a little on topic for the coffe...

    This is probably a little on topic for the coffe lounge but what the hell. What is the most downloaded movie on Flashkit and how many times has it been had?

    (Mercedes)That it. Hah ha ha(/mercedes)
  6. Thread: if key down?

    by peterford
    Replies
    5
    Views
    820

    does Key.isDown("w") or Key.isDown(w) not work? ...

    does Key.isDown("w") or Key.isDown(w) not work?

    and how do you do those blue code sections in your question?
  7. Replies
    15
    Views
    1,210

    that's really really great, but how about adding...

    that's really really great, but how about adding some depth to the wood -so you can bump into it from the side. If you Judge it right at the moment, you can just see the characters feet underneath...
  8. Replies
    8
    Views
    1,358

    So you all think it's too hard? I haven't been...

    So you all think it's too hard?
    I haven't been beaten by it yet. S'pose I have played it quite a bit though.
    You may notice that it gets faster (up to a point) based on your score. Should I slow...
  9. Thread: surfing game

    by peterford
    Replies
    4
    Views
    796

    first off, add preloaders - you'll find how on...

    first off, add preloaders - you'll find how on this site.
    and now, the surf game. Eh? the intro goes ok, but you play once, it's over in seconds and now there are odd colour blocks all over the...
  10. Replies
    8
    Views
    1,358

    This is just a playable game concept - there are...

    This is just a playable game concept - there are no bells and whistles. See what you think:

    http://www.peterjford.btinternet.co.uk/demos/loop.html

    Are there any bugs?
    Is it fun?

    I'll add a...
  11. Thread: Flash Bug?

    by peterford
    Replies
    2
    Views
    471

    Yeah I follow that would work for that, but if...

    Yeah I follow that would work for that, but if there are two clips - test and test2 and if the text file has:

    &test.text=loaded&test2.text=also

    then the bug still seems to apply - the variables...
  12. Thread: Flash Bug?

    by peterford
    Replies
    2
    Views
    471

    Hi, I was fiddling about with loading variables...

    Hi, I was fiddling about with loading variables and came across something very unusual. The files can be found here:

    http://www.peterjford.btinternet.co.uk/problem.zip

    it should explain itself....
  13. Replies
    1
    Views
    259

    try: on (keyPress "2") { ...

    try:

    on (keyPress "2") {
    _root.2.box.mask.gotoAndPlay (2);
    _root.actions.action="2";
    _root.actions.toX=(_root.2._xscale+100)*2;
    _root.actions.toY=(_root.2._yscale+100)*2;...
  14. Replies
    2
    Views
    433

    this is just a rewrite whether or not it will be...

    this is just a rewrite whether or not it will be helpful I don't know:

    function addBox () {
    _root.tr.box.duplicateMovieClip ("box"+td, depth);
    eval("box"+td)._x=100;
    td++;
    bn[n] = td; ...
  15. one other thought you put: on (press) { ...

    one other thought you put:

    on (press) {
    gotoAndStop (2);
    tellTarget ("/menu1/menu2/menu3") {
    gotoAndPlay (2);
    }
    }

    instead you should put
  16. try on (release) {...

    try

    on (release) {
    _parent._parent.gotoAndStop(2);
    }

    or

    on (release) {
    _root.menu1.menu2.gotoAndStop(2);
  17. Replies
    5
    Views
    697

    well, with mine, in one layer place instances of...

    well, with mine, in one layer place instances of the cloud movieclip called cloud1, cloud2 up to cloud5 and make that three frames long
    next copy the script into three different keyframes in a...
  18. Replies
    5
    Views
    697

    name the clouds cloud1, cloud2... cloudN for N...

    name the clouds cloud1, cloud2... cloudN

    for N clouds:

    frame 1
    =======
    a=1
    do {
    eval("cloud"+a)._y=random(300);
    eval("cloud"+a).speed=random(3)+1;
  19. variable.length();...

    variable.length();
    variable.subString(start,length);
  20. Replies
    3
    Views
    432

    I see.... there is no way for flash movies to...

    I see....

    there is no way for flash movies to talk to each other without using a server based script (though I have suspicions of what someone might try with some java)

    so the best I can...
  21. Replies
    2
    Views
    493

    Have the preloader in a clip and then place it in...

    Have the preloader in a clip and then place it in the first frame with a stop();
    if the preloader says ok then _root.play();
    now place the picture or sound in a movieclip in the first frame as...
  22. Assuming that c is the highest initially: ...

    Assuming that c is the highest initially:

    Frame 1 of main timeline
    top="c";

    on the button
    on (press) {
    this.swapDepths(eval("_root."+_root.top);
    _root.top=this._name;
    this.startDrag();
  23. how about putting this at the end of the movie in...

    how about putting this at the end of the movie in the root.

    Frame 1
    start=getTimer();
    Frame 2
    <nothing>
    Frame 3
    if (getTimer()-start>10000)
    gotoAndPlay(1)
    }else{
  24. Replies
    3
    Views
    459

    on (release){ _root.gotoAndPlay("Scene 2",10);...

    on (release){
    _root.gotoAndPlay("Scene 2",10);
    }
  25. Replies
    1
    Views
    436

    frame 1 ------- two input text boxes: 1)...

    frame 1
    -------

    two input text boxes:
    1) Username (name)
    2) Password (pass)
    plus ok button

    frame 2
    -------
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center