A Flash Developer Resource Site

Search:

Type: Posts; User: terry23

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    660

    preload external SWF - can anyone help?

    Hi can anyone help me? I am new to actionscript 3 and I don't know how I should do the follow:

    Basically what i want to do is

    1. Have a flash swf (lets call this preloader.swf) that is 500px by...
  2. Replies
    0
    Views
    498

    preload external movie - can anyone help?

    Hi can anyone help me? I am new to actionscript 3 and I don't know how I should do the follow:

    Basically what i want to do is

    1. Have a flash swf (lets call this preloader.swf) that is 500px by...
  3. [CS3] Flash catch game, AS code need to be adapted, can anyone advise?

    I am creating a catch game where basically there is a falling object and a slider to catch the object using the keyboard to control left and right movements. I have a few questions and I wonder if...
  4. thanks

    Hi thanks for your reply, I will give your code a try. Good idea re AS on main timeline, I have another load of coding from someone else so I'l give that a try too. Really appreciate the reply. very...
  5. if it helps?

    If it is useful to know the actionscript on the falling object 'good/bad' is currently this:

    onClipEvent(load) {
    _x=140 + random(430)
    }

    onClipEvent(enterFrame) {
    _y+=10
    // e.g. _y+=10
    }
  6. what I am using

    I'm using Flash CS3 and Actionscript 2.

    This problem has been driving me crazy, the main aim is to get the movieclip to duplicate and then each to trigger an event when hittesting different MCs.
    ...
  7. Duplicate movieclips hittest problem, can anyone help?

    Hi, I am design a flash game and I am having a bit of trouble with the
    Actionscripting, I wondered if you might be able to help me? I will try
    and explain how the game should function and I attach...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center