A Flash Developer Resource Site

Search:

Type: Posts; User: TjaIfe

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    486

    The uncompleteable flash game!?

    2 years ago, I made this platform game called "asgerspillet" (The Asger Game). It even has an online hi score list, but I'm the only one who has ever completed the game, and I think its quite easy.. ...
  2. Replies
    2
    Views
    518

    Thanks, it took some time, but now it's working...

    Thanks, it took some time, but now it's working fine :thumbsup:
  3. Replies
    2
    Views
    518

    attachMovie in lower layer?

    I've made a game with enemies coming one by one, so I made them come like this:

    attachMovie("mon", "mon"+level, level);
    clip = _root["mon"+level];
    clip._y = -100;
    clip._x = 250;...
  4. Replies
    1
    Views
    378

    [HELP] Problem with variable

    Hey, I have a little problem with my script..
    toSlot is my variable, and it can be either "colt" or "club".
    If it's colt, then I want:
    _root.car.topcolt._visible = 0;...
  5. Thread: Shooting game

    by TjaIfe
    Replies
    0
    Views
    394

    Shooting game

    Just wanted to hear your thoughts about my game. But remember it's still a beta version, so there's still some bugs.. But try it :)

    http://www.9llr.dk/BetaV1.1.exe

    I want to make it possible...
  6. Replies
    1
    Views
    1,145

    car controlboard

    Hey, I'm making a driving game, and you are supposed to see the dashboard, when you're driving...

    Anyone know a tutorial to make a dashboard with realistical parameters...

    (Hope you...
  7. Thread: Key codes

    by TjaIfe
    Replies
    1
    Views
    405

    Key codes

    my flash help-site (F1) don't work, so I can't see the key codes... would someone please paste them here ? or better... send the help file to tjaife@hotmail.com...
  8. Thread: Need inventory

    by TjaIfe
    Replies
    1
    Views
    615

    Need inventory

    I really need to make an inventory, like that in Diablo...

    anyone, know a tutorial?

    or do anyone got a .Fla file within an inventory?
  9. Thread: onRollOver

    by TjaIfe
    Replies
    4
    Views
    417

    output window: Scene=Scene 1, Layer=Layer 1,...

    output window:

    Scene=Scene 1, Layer=Layer 1, Frame=1: Line 2: Mouse events are permitted only for button instances
    on (rollOver){
  10. Thread: onRollOver

    by TjaIfe
    Replies
    4
    Views
    417

    onRollOver

    Is it possible to make this in a onClipEvent (enterFrame) so it check in every frame?:

    myClip.onRollOver = function() {
    mySecondClip._x = _xmouse
    }
  11. Replies
    1
    Views
    379

    Flash homepage, HTML codes

    I'm about to make a homepage in flash...
    How do I make my swf file to be in the center of the page?

    this what I wrote, but it does not work:


    WIDTH="800" HEIGHT="800" id="MyFileName"...
  12. Thread: Tank physics

    by TjaIfe
    Replies
    0
    Views
    356

    Tank physics

    I've made this tank, but when the tank stand still it's moving about 0.1 px per sec...

    The physic code I've made:

    onClipEvent (enterFrame){

    _x += _root.speed*Math.cos(2.0*Math.PI*...
  13. Replies
    2
    Views
    460

    The easyest way to do it would be to write this...

    The easyest way to do it would be to write this in both of the buttons:

    on (release){
    _root.yourFunction();
    }

    I'ts not a "auotRelease" but the both buttons will do the same...

    Hope that...
  14. Replies
    7
    Views
    470

    The thing I want to do now, is to load a movie if...

    The thing I want to do now, is to load a movie if the variable is equal to 2, but this does not work :confused:

    function create(){
    if (_root.myVar = 2){
    loadMovieNum("2player.swf", 0);
    }}
    ...
  15. Replies
    7
    Views
    470

    thanks nunomira now it's working I'm...

    thanks nunomira

    now it's working

    I'm sorry if I'm bad at english... :(
  16. Replies
    7
    Views
    470

    I've now tryed it, but can't figure it out... plz...

    I've now tryed it, but can't figure it out... plz give me a more detailed introduction about the:

    my_number = Number(my_input.text);

    Or maybe upload a file... I'm using MX

    thanks
  17. Replies
    7
    Views
    470

    Input text = variable

    How do I make the a number in a input text equal to a variable?

    Can I also make it impossible to write letters and signs in my input text? But possible to make numbers...

    :confused:
  18. Replies
    1
    Views
    621

    input text = variable

    how do I make the a number in a input text equal to a variable?

    Can I also make it impossible to write letters and signs in my input text? But possible to make numbers...

    :confused:
  19. Replies
    4
    Views
    606

    ok. that looked a bit difficult... Can I copy...

    ok. that looked a bit difficult...

    Can I copy the game to a cd, and make a autorun for the .exe... you know, when the cd is pushed into the computer, and then the .exe will open...

    ???
  20. Replies
    4
    Views
    606

    How do I change the icon for my .exe?

    I don't want the Flash icon to .exe file. How do I change that???
  21. Replies
    1
    Views
    516

    How do I change the icon

    How do I change the icon?

    I don't want the Flash icon to my game. How do I change that???
    :confused:
  22. Thread: Selection

    by TjaIfe
    Replies
    0
    Views
    366

    Selection

    Is it possible to make a selection with mouse.

    You know, when the mouse is down you can make a rectangle when you move the mouse. And all in the rectangle will be selected.

    How do I make that?...
  23. Thread: Play Sound Code

    by TjaIfe
    Replies
    2
    Views
    364

    thanks

    thanks
  24. Thread: Play Sound Code

    by TjaIfe
    Replies
    2
    Views
    364

    Play Sound Code

    This is my code now:

    onClipEvent (enterFrame) {
    if (hitTest(_root.dragone)) {
    *************
    }
    }

    ************* Here I want I code that tell my sound to play
  25. Thread: South park?

    by TjaIfe
    Replies
    15
    Views
    632

    :D That would take very long time!

    :D That would take very long time!
Results 1 to 25 of 69
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center