A Flash Developer Resource Site

Search:

Type: Posts; User: Rakc

Page 1 of 2 1 2

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    496

    Fill shape with bitmap?

    I have four points, i'm trying to fill them with a bitmap to create a 3d plane sort of effect, but when i fill the points like this...

    graphics.beginBitmapFill(objects[i].bitmap);...
  2. Thread: BitmapData

    by Rakc
    Replies
    0
    Views
    448

    BitmapData

    var rect:Rectangle = new Rectangle(0,0,700,600);
    var bd:BitmapData = new BitmapData(700,600,true,0x000000);
    var max:Matrix = new Matrix(1,0,0,1,win.x,win.y)
    bd.draw(win,max,null,null,rect,false);...
  3. Thread: Load .as file :D

    by Rakc
    Replies
    2
    Views
    630

    dang thanks, I guess ill have to find a way...

    dang thanks,
    I guess ill have to find a way around this....
  4. Replies
    2
    Views
    985

    Meh?

    Meh?
  5. Thread: Load .as file :D

    by Rakc
    Replies
    2
    Views
    630

    Load .as file :D

    Okay so basically i have a portable computer (that runs on linux :D) and im trying to edit as files from it.

    Which I can do

    But I can't compile the swf from it :(

    So i hatched an idea, what...
  6. Replies
    2
    Views
    2,927

    -Super late Response Oh hey thanks!

    -Super late Response

    Oh hey thanks!
  7. Replies
    2
    Views
    2,927

    As3 Wuts the error?

    The code...

    package {
    import flash.display.Sprite;
    import flash.display.MovieClip;
    import flash.text.TextField
    import flash.events.Event;
    import flash.utils.getDefinitionByName
    import...
  8. Replies
    4
    Views
    11,385

    Convert Sprite/MovieClip To Bitmap

    I have a flash game, but it's too slow because there are to many instances on stage. So I got the idea that converting the Sprite/Movieclip containing the instances to a bitmap would speed it up.
    ...
  9. Thread: [F8] SendAndLoad

    by Rakc
    Replies
    3
    Views
    400

    Same results

    Same results
  10. Thread: [F8] SendAndLoad

    by Rakc
    Replies
    3
    Views
    400

    Doesn't $_REQUEST except $_GET and $_POST? Ill...

    Doesn't $_REQUEST except $_GET and $_POST?
    Ill try it out thanks!
  11. Thread: [F8] zoom in

    by Rakc
    Replies
    3
    Views
    503

    Zooming

    Zooming in and out involves some formulas ' n ' stuff.



    onEnterFrame = function () {
    if (Key.isDown(Key.SPACE)) {
    mc._xscale = 200;
    mc._yscale = 200;
    mc._x =...
  12. Replies
    1
    Views
    398

    I don't think I can open the file, could you...

    I don't think I can open the file, could you write out some of the actionscript?
  13. Thread: [F8] SendAndLoad

    by Rakc
    Replies
    3
    Views
    400

    [F8] SendAndLoad

    I'm trying to allow a user to write their username and password into a form in flash,
    then it is sent to "login.php" that makes sure the username works,

    this is what i have it flash


    ...
  14. Thread: Highscore Board

    by Rakc
    Replies
    0
    Views
    361

    Highscore Board

    I've been working all day but it seems this is a job for the experts...

    I've been trying to make a highscore board for a near-complete game, but it's not going well.

    This may hurt your eyes, a...
  15. Replies
    9
    Views
    1,955

    Alright thanks :cow:

    Alright thanks :cow:
  16. Replies
    9
    Views
    1,955

    Ha Ha! hahaha! Oh man that's funny,ehm... the...

    Ha Ha! hahaha! Oh man that's funny,ehm... the doors right there ->
    :D
  17. Replies
    9
    Views
    1,955

    Mass variable editor... I like the ring to that.:D

    Mass variable editor... I like the ring to that.:D
  18. Replies
    9
    Views
    1,955

    Yes, that is a very good example, except I...

    Yes, that is a very good example, except I probably would need more than five values :)
  19. Replies
    9
    Views
    1,955

    Flash Variable Editor

    Hey, I know it sounds dumb and stuff to be asking this but, does anyone know about a program/flash application where you can edit a text file with flash variables? (&number=1&number2=2)
    I just have...
  20. Replies
    0
    Views
    1,121

    [F8] POST getURL GET ugh...

    I want to send post data to a URL this the code...



    on (press) {
    test = "something";
    getURL("http://coughing.clam/test.php","_BLANK","POST");
    }
  21. Replies
    1
    Views
    461

    [F8] Black And White

    I would like a button that could turn the game black and white,
    but I am new to saturation and could use some help
    any ideas?
    on (press){
    //code
    }
  22. Thread: [F8] Pause a Game

    by Rakc
    Replies
    1
    Views
    466

    [F8] Pause a Game

    I'm trying to pause my game so everything stops and then will resume on a keypress.

    on (keyPress "p"){
    //pause code here
    }
  23. Replies
    0
    Views
    426

    [F8] Multiple Hittests

    When making a 2d platform game or pretty much any kind of TD or war-like game
    I have always come back to this problem there cannot be two instances that are the same (wall and wall).
    I designed a...
  24. Thread: Zoom in and Out

    by Rakc
    Replies
    1
    Views
    473

    Zoom in and Out

    I am continuing work on a car game where the background moves giving the illusion of the car moving over a wide area of space when i decided if you are going to fast, you won't be able to see the...
  25. Thread: [F8] Car Game

    by Rakc
    Replies
    6
    Views
    801

    Okay

    Yeah that works! (but the reason i was using speed was to create a friction and drag effect)
    I assigned speed and acc in the first frame sorry left that out :)
Results 1 to 25 of 47
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center