A Flash Developer Resource Site

Search:

Type: Posts; User: georgegowan

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    19
    Views
    748

    Oh, and just a thought. Don't go searching for...

    Oh, and just a thought. Don't go searching for game tutorials or role-play game tutorials .etc They will require some knowledge of flashes interface and actions. I would start of searching for flash...
  2. Replies
    19
    Views
    748

    http://tutorialoutpost.com/ is a great site for...

    http://tutorialoutpost.com/ is a great site for tutorials. It links to loads of flash tutorials and if you find a site you like then look around those sites as well. I started of at tutorial outpost...
  3. Replies
    2
    Views
    535

    Try posting in the "Flash CS3 and ActionScript...

    Try posting in the "Flash CS3 and ActionScript 3" topic instead of this one. As well try to explain it clearer. ;) :doughnut: :thumbsup:
  4. Replies
    1
    Views
    1,378

    List component with array.

    Hey,
    I want to make a list component which uses an array to fill it out. Does anyone know how to do this?

    Thanks in advance.
  5. I would say they used: MOUSE_WHEEL I haven't...

    I would say they used:
    MOUSE_WHEEL
    I haven't tried it but i would say you would use it like you use a enterframe or anything else.

    addEventListener(MouseEvent.MOUSE_WHEEL, MouseWheel);
  6. Replies
    2
    Views
    2,304

    I did one better than you. Google "verlet...

    I did one better than you.

    Google "verlet integration flash"

    Found a few since the last time I looked.
  7. Replies
    2
    Views
    2,304

    Learn about verlet intergration?

    Hey, does anyone know where I can learn about verlet integration with flash. It looks interesting and I want to have a go :D

    And please do a better rely than Google it.
  8. Just so you know, a gib is like a bit of a body...

    Just so you know, a gib is like a bit of a body in game terms. Like a arm flying through the air. Or if you have ever played any super graphic games where you can blow zombies up (looking in...
  9. Replies
    6
    Views
    562

    THANK YOU SO MUCH!!!!! I love you lol. I have...

    THANK YOU SO MUCH!!!!!

    I love you lol.
    I have been pulling my hair out for hours.
  10. Replies
    6
    Views
    562

    I know that. But I can't get my rectangle to show...

    I know that. But I can't get my rectangle to show up at all.

    I have explored a bit further now and I am just getting it to work with the document class down the bottom of flash.

    The problem...
  11. Replies
    6
    Views
    562

    I went about that wrong. I don't quite...

    I went about that wrong.

    I don't quite understand how to get a class working. Is the only way to get a class working to put the name of it in the "Document class" section in the bottom?

    I have...
  12. Replies
    6
    Views
    562

    [RESOLVED] Another classes problem.

    Hi, I have a very annoying problem.

    I want to make a class that makes a sprite:



    package
    {
    import flash.display.Sprite;
    public class MyRect extends Sprite
  13. Replies
    12
    Views
    1,729

    Lol, me and my bro hav a online company and we...

    Lol, me and my bro hav a online company and we encrypt with md5 and sha1 lol, and do it a few times over and over. :D
  14. Replies
    9
    Views
    1,063

    Thanks

    Thanks
  15. Replies
    9
    Views
    1,063

    How exactly do you get variables back to flash? ...

    How exactly do you get variables back to flash?

    Whenever i search flash communicating to PHP all i get is amfPHP.
  16. Replies
    9
    Views
    1,063

    AS3 communication to PHP or a database?

    Hey, i just got Flash CS3 and wondering if they have made it able to communicate to PHP or a database or something..... that would be sooooooo mc coolio :smoov:
  17. Replies
    0
    Views
    383

    Clock off timezones

    Hey guys.

    I wanna make a clock....

    Not like those other clock tutorials where the clock runs off the computers time but where the clock is independent..... like it will run off a timezone or...
  18. Thread: Good Book

    by georgegowan
    Replies
    5
    Views
    870

    The best book in the world from the basics of...

    The best book in the world from the basics of math to the extremes has to be Foundation ActionScript Animation: Making Things Move!

    i got like 3 weeks ago and it is soooooooo cool

    but if u dont...
  19. Replies
    2
    Views
    475

    ive always used it this way btn.onPress =...

    ive always used it this way

    btn.onPress = function(){
    makeItHappen(param1, param2, ...);
    }

    i just find that neater. :) :cap:
  20. you can use javascript with flash (im not too...

    you can use javascript with flash (im not too familiar with it)
    but anyways u should b able to find out how to use that...
  21. gotoAndPlay("scene1", 1) or if it is a...

    gotoAndPlay("scene1", 1)

    or if it is a movieclip .etc

    _root.gotoAndPlay("scene1", 1)
  22. Replies
    7
    Views
    1,099

    AAAHHHH!!!, i poked and prodded everything...

    AAAHHHH!!!, i poked and prodded everything possible and cant get it working lol

    i tried changing else if to just else i traced every possible variable to make sure it was working properly

    sorry...
  23. Replies
    5
    Views
    433

    Ah, sorry, i didn't understand your first post....

    Ah, sorry, i didn't understand your first post. :P
    i thought u meant buttons like on the keyboard moving something...

    ive had this problem before.

    All i did was put everything on the main...
  24. Replies
    5
    Views
    433

    I would suggest there is somthing wrong with the...

    I would suggest there is somthing wrong with the key movement then.
  25. Replies
    7
    Views
    1,099

    try this. if(myversion == currentversion){ ...

    try this.

    if(myversion == currentversion){
    downloadlink.gotoAndStop(3);}
    else if(myversion < currentversion){
    downloadlink.gotoAndStop(2);
    }


    oh!
Results 1 to 25 of 57
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center