A Flash Developer Resource Site

Search:

Type: Posts; User: FrAnKeH

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    975

    Erm.... thats why i got bored. And with respect...

    Erm.... thats why i got bored.
    And with respect i didnt use tutorials.
    That was my first 100% done by me project.
  2. Replies
    13
    Views
    975

    http://img456.imageshack.us/my.php?image=bearhunte...

    http://img456.imageshack.us/my.php?image=bearhunter38ky.swf

    That was my attempt until i got bored.

    wasd
    e
    q
    click
  3. Replies
    2
    Views
    288

    trace(unescape(varReceiver)) Try that?

    trace(unescape(varReceiver))

    Try that?
  4. Thread: game

    by FrAnKeH
    Replies
    2
    Views
    564

    onClipEvent(load){ speed = 5 }...

    onClipEvent(load){
    speed = 5
    }
    onClipEvent(enterFrame){
    if(Key.isDown(Key.LEFT)){
    this._x -= speed
    }else if (Key.isDown(Key.RIGHT)){
    this._x += speed
    }
    if(Key.isDown(Key.UP)){
  5. Replies
    4
    Views
    389

    Very strange... That just posts everything in...

    Very strange...
    That just posts everything in the file.
    All the javascript functions included.

    The aim is to get the referal URL from the google adsense JS file..

    Here is my code.

    lv = new...
  6. Replies
    4
    Views
    389

    Hmmm thanks very much. So doing: trace(lv)...

    Hmmm thanks very much.
    So doing:
    trace(lv) would list the values of all the variables loaded?
  7. Replies
    6
    Views
    639

    angle = Math.Atan2(movieClip1._y - movieClip2._y,...

    angle = Math.Atan2(movieClip1._y - movieClip2._y, movieClip1._x - movieClip2._x)*180/Math.PI
  8. Replies
    4
    Views
    389

    Retrieving a variable from a JS file?

    The title says it all...
    Please help.

    The example can be:
    www.mywebsite.com/javascriptfile.js

    with variable name:
    thisVariable

    I was thinking something like
  9. Replies
    1
    Views
    307

    Here's the script: google_ad_client =...

    Here's the script:

    google_ad_client = "pub-9258222303344693";
    google_ad_width = 110;
    google_ad_height = 32;
    google_ad_format = "110x32_as_rimg";
    google_cpa_choice =...
  10. Replies
    1
    Views
    307

    adsense in flash?

    I've been thinking.
    You know people get their games sponsored, why not add adsence into them instead.
    Now i've been playing around and i cant get anything to work.
    If anyone has any ideas at all...
  11. Replies
    1
    Views
    325

    I sure hope not because otherwise we would all be...

    I sure hope not because otherwise we would all be in great danger wouldnt we...
  12. Replies
    0
    Views
    298

    Fully ActionScripted Preloader

    I made this, i thought it was pretty cool.
    If anyone can see some obvious code mistakes feel free to point them out.
    Basicaly just make a keyframe at the ver begining of your flash movie and add...
  13. Thread: Removing mc

    by FrAnKeH
    Replies
    11
    Views
    839

    why make them 1 and zero... Why not make it a...

    why make them 1 and zero...
    Why not make it a boolean.
  14. Replies
    7
    Views
    567

    Ahhh, you want to steal.. I see.

    Ahhh, you want to steal..
    I see.
  15. Replies
    4
    Views
    729

    Well thanks for the links mate (but i feel for my...

    Well thanks for the links mate (but i feel for my game at least) that my engine will work just fine :)
    Its not like im ever going to zoom in or out so the z axis doesnt matter.
    My main problem is...
  16. Replies
    4
    Views
    729

    Thanks, But I thought i had simulated it......

    Thanks,
    But I thought i had simulated it...
    Anyway, i made that code in about 1:30 hours and 2 days later i have yet to find a way to make it compatable with multiple placers.
    To make multiple...
  17. Replies
    4
    Views
    729

    Splice 3d engine.

    Ok i made a working splice 3d engine here:



    layers = 10
    for(i=0;i<=layers;i++){
    attachMovie("tree", "tree"+i, i)
    _root["tree"+i]._y = _root.placer._y
    _root["tree"+i]._x = _root.placer._x...
  18. Replies
    14
    Views
    729

    gotoAndStop engine?

    gotoAndStop engine?
  19. Replies
    12
    Views
    575

    Thats because originaly it should never reach 10....

    Thats because originaly it should never reach 10.
    You should win at 9.
    Yet another game that will never get finnished :S
  20. Replies
    12
    Views
    575

    The game becomes faster on the "harder yo'"...

    The game becomes faster on the "harder yo'" setting, but i could make it faster :)
    And i was (Different project now) going to make a breakout type mini game as well.
  21. Replies
    1
    Views
    503

    Now thats a damn good offer! I have much respect...

    Now thats a damn good offer!
    I have much respect for the way you do business, not like some leaching sites!
    *cough ebaums cough*
    I might just contact you in the near future.
  22. Replies
    12
    Views
    575

    [Unfinnished] Pong II

    http://frankly.50webs.com/pongII.html

    Its unfinnished, i was just wondering what people think about it.

    Edit: oh so you dont keep trying to win... you cant win yet :P
  23. Replies
    74
    Views
    27,819

    hmmm, AS3??? I cant see in in flash 8.

    hmmm, AS3???
    I cant see in in flash 8.
  24. Replies
    22
    Views
    1,206

    With the script i posted above i get 1fps...

    With the script i posted above i get 1fps increase ^_^
    But as my game develops im sure it will come in more usefull

    Edit: i presume he means gotoandstop on a frame with nothing drawn... hmmm.
  25. Replies
    22
    Views
    1,206

    Thanks :) I tried the script i posted above and...

    Thanks :)
    I tried the script i posted above and it works very well...
    Just looping nealy 1000 times wasnt a good idea..
    I lowered it to 99 :)
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center