A Flash Developer Resource Site

Search:

Type: Posts; User: zervell

Page 1 of 11 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,336

    hello

    _root.swingScore = 0;

    if (_root.swingScore>=40) {
    button4._visible = true;
    } else if (_root.swingScore>=25) {
    button3._visible = true;
    } else if (_root.swingScore>=15) {
    button2._visible =...
  2. Replies
    23
    Views
    4,154

    hello

    this is what I did. copy and past in frame 5's actions



    //store some temporary variables

    stop();
    var didHitStart:Boolean = false;
    onEnterFrame = function () {
    if (didItHit(start)) {
  3. Replies
    10
    Views
    7,110

    [RC1]space-hops

    Thanks for all the feed back. I have add:

    *Asteroids
    *Moving background graphics
    *Easy mode
    *Normal mode
    *Directions

    latest [RC1]
    http://www.freewebs.com/oppcell/newgame.html
  4. Replies
    23
    Views
    4,154

    maybe

    I've been into as3 for some time and I not a sharp as I use to be. mousex is being call from with in a MC(or what not). I believe you need to add _root.mousex to the code.

    onClipEvent (enterFrame)...
  5. Replies
    10
    Views
    7,110

    [BETA] Space-Hops

    http://www.freewebs.com/oppcell/newgame.html

    Space-Hops.

    you use your mouse to navigate left and right. Click to jump. You can triple jump.

    Thanks in advance for the feed back.
  6. Replies
    3
    Views
    621

    Fortran used in as3 ?

    i want to know if it is possible to use a low level language(ie: Fortran, COBOL) in as3. I want to see if i can get a little more speed using a low level language on complex formulas.

    thanks
  7. Replies
    3
    Views
    467

    thanks. charlie i found out that this was the...

    thanks. charlie

    i found out that this was the problem

    for (i =0; i<10; i++) {
    var dx:Number=(points[i].x+points[i+1].x)/2;
    var dy:Number=(points[i].y+points[i+1].y)/2;
    ...
  8. Replies
    3
    Views
    467

    [AS3][help] code works w/ a 404

    coding in as3 is getting easier everyday but I'm not a guru yet. My code makes curvy lines. The problem is, is that i get this error

    <pre>
    TypeError: Error #1010: A term is undefined and has no...
  9. Replies
    1
    Views
    394

    Getting Started w/AS3

    Getting Started with ActionScript 3.0

    I found this little help page it was very useful to me and hope it helps you out.

    Start AS3
  10. Replies
    8
    Views
    1,045

    I don't mind a hard scripting language, but what...

    I don't mind a hard scripting language, but what kills me about AS3 is that the whole method and implementation has changed. All the guru like abilities I had gained in as2 almost counts for nothing....
  11. Replies
    8
    Views
    1,045

    Key.isDown RIP

    For all the Googlers that will see this

    After doing some more digging I found out that the Key.isDown() had been killed in AS3 for security reasons. It seems like AS3 is not so friendly to the...
  12. Replies
    8
    Views
    1,045

    AS3 Chracter Movement

    Character movement is cake, well it was in AS2. I loved that good old onEnterFrame function days. Well I have to move on. I have the idea on what I want to do, but I'm stuck at what to do. I am...
  13. Replies
    6
    Views
    756

    5TonsOfFlax!!! OH MY GOD "hello world" never...

    5TonsOfFlax!!! OH MY GOD "hello world" never looked so good!!! Thanks a lot for the help. I removed the document class from the fla. and renamed the afx.as to "Greater".

    I thought that document...
  14. Replies
    6
    Views
    756

    [Help] Hello World

    hello every one, I trying to get move from AS2 to AS3. I get errors in AS3 that I don't understand. I saw this code on this form but I can't get it to work.

    They are both in the same file...
  15. Replies
    9
    Views
    924

    how did you get it to work?

    how did you get it to work?
  16. Replies
    9
    Views
    924

    you just posted a link back to this thread? lol ...

    you just posted a link back to this thread? lol

    the never ending circle..........
  17. Replies
    9
    Views
    924

    thanks but I can't do it that way. I am rotating...

    thanks but I can't do it that way. I am rotating the stage. I am working on a Vcam that has the ability to rotate. Those who don't know what a Vcam is, its a movie clip that makes zooming in on...
  18. Replies
    9
    Views
    924

    [?]change rotation point with code

    how do I change the rotation point of a movie clip with code. I know there is a trigonometric way to assign the rotation point to a x and y point.
  19. Replies
    5
    Views
    638

    level 3 was the best as far as scaling goes. I...

    level 3 was the best as far as scaling goes. I really like the get code.
  20. Replies
    22
    Views
    1,111

    I pressed enter and nothing happened.

    I pressed enter and nothing happened.
  21. Replies
    8
    Views
    627

    yeps. hello how are you? I didn't think you would...

    yeps. hello how are you? I didn't think you would copy my code line for line. (e=0) is correct. This code was made for my game, that's why a simple copy and paste and change a var here and there will...
  22. Replies
    5
    Views
    567

    adamcrohill i thought that you were a game...

    adamcrohill i thought that you were a game developer. Well there are too many pong examples around the internets. So just google it up. your area is not gaming so my fixing of your game will not...
  23. Replies
    5
    Views
    567

    the ball on the screen dosen't have an instance...

    the ball on the screen dosen't have an instance name. I named it 'ball' and it started to work just fine. The pong pads are another story.
  24. Replies
    22
    Views
    10,171

    its 425AM and I beat the hacker. Who is 133t now?

    its 425AM and I beat the hacker. Who is 133t now?
  25. Replies
    15
    Views
    723

    Turning a theory to a reality. 140 movie clips...

    Turning a theory to a reality. 140 movie clips hitting each other at 30 fps without the use of dual loops. I call it h.h.t or hierarchy hittest.

    [NOTE] if I didn't make the MCs transparent the...
Results 1 to 25 of 260
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center