A Flash Developer Resource Site

Search:

Type: Posts; User: woochoo

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. getURL() does not work when using a variable

    I pass 3 variables to flash using FlashVars and then inside flash I put them together to make the tracking URL for that ad.

    Here is my code:

    on(release) {
    var mea_click_url = mea_base_url+...
  2. Replies
    17
    Views
    1,486

    We will be trying to integrate with other APIs...

    We will be trying to integrate with other APIs also later on. First the MindJolt AS3 API, then maybe MochiAds, Kongregate, Nonoba, etc. We want to make it as easy and hassle free to add the API so...
  3. Replies
    17
    Views
    1,486

    I mentioned that in the MochiAds forums but...

    I mentioned that in the MochiAds forums but forgot to here. I don't give a revenue share as of now. Nor are their weekly or monthly contest. That is just because the site is only a week only and...
  4. Replies
    17
    Views
    1,486

    That is todays project :). The submit page lets...

    That is todays project :). The submit page lets developers upload 3 different icons. One for the game listing pages, one for the "Top games this week" section on every page, and one for the "Todays...
  5. Replies
    17
    Views
    1,486

    Very much so. I have a few developer friends and...

    Very much so. I have a few developer friends and I myself have made a game, so I know how important allowing MochiAds is for developers to keep submitting and stay happy.
  6. Replies
    17
    Views
    1,486

    I have some paid campaigns running on AdWords and...

    I have some paid campaigns running on AdWords and other places. I am also posting in all the arcade webmaster forums and have some 1:1 traffic trades going on now.
  7. Replies
    17
    Views
    1,486

    Yes that is the current 3 month rank. But The...

    Yes that is the current 3 month rank. But The site only went up about 6 days ago and has only been promoted for the last 2 days. We are averaging 1.3k UV for those 2 days. I am starting the...
  8. Replies
    17
    Views
    1,486

    Yes I just saw your new game. Very nice btw. I...

    Yes I just saw your new game. Very nice btw. I have 2 new sponsored games coming out shortly one of which is part of a very popular flash game series. So we will have much more traffic when both...
  9. Replies
    17
    Views
    1,486

    New Portal like Kongregate

    Hi. My new portal ThisArcade.com was just launched in beta last week and I am looking for some more developers to submit their games.

    All games submitted are added to the site and it's listings...
  10. Replies
    9
    Views
    1,253

    I did that and got approval from on guy but the...

    I did that and got approval from on guy but the other wants to set some terms because I have MochiAds.
  11. Replies
    9
    Views
    2,083

    I actually just fixed it like 5 seconds ago. Only...

    I actually just fixed it like 5 seconds ago. Only one of the MCs with loops was causing the problem so I changed the for loop into a lengthy if statement.

    Thanks so much for your help.
  12. Replies
    9
    Views
    2,083

    I don't get it. How do I make it do stuff for...

    I don't get it. How do I make it do stuff for certain MCs. I need to be able to use "this.".
  13. Replies
    9
    Views
    2,083

    That was the problem. I commented them out and no...

    That was the problem. I commented them out and no error.
  14. Replies
    9
    Views
    2,083

    How do I get around that? Also why does it only...

    How do I get around that? Also why does it only give the warning after paying mode is over?

    Edit: Would it work if I put it in a function and then called the function instead?
  15. Replies
    9
    Views
    2,083

    Script is slowing down computer warning

    I just upgraded my game to AS 2.0 and the thing said all I had to correct to do it was get rid of the parseInt functions. Now whenever the game stops on a message anywhere after you click play the...
  16. Replies
    7
    Views
    868

    Problem solved! I used the for loop inside of...

    Problem solved!

    I used the for loop inside of the enemies to go through and change "laserHit" to true if 1 or more lasers where hitting it. Then under that if "laserHit" is true it subtracts 1...
  17. Replies
    7
    Views
    868

    I just tried that and it didn't work because the...

    I just tried that and it didn't work because the lasers are hitting it at the exact same time. So both see it is false then both make it subtract one from the variable.
  18. Replies
    7
    Views
    868

    I think I know what is happening. More than one...

    I think I know what is happening. More than one laser is hitting the same enemy at the same time.

    I am working on a way around that now.
  19. Replies
    7
    Views
    868

    I did the trace like you said and it came up...

    I did the trace like you said and it came up every time. I got 19 kills and 19 traces but could only shoot 2 lasers when I stopped.
  20. Replies
    9
    Views
    1,253

    That is weird. This is the last code from the...

    That is weird. This is the last code from the boss movie clip. It is inside of a onClipEven(enterFrame) {

    if (boss1Alive == false) {
    if (this._y >= 248 and this._x <= 525) {
    if...
  21. Replies
    7
    Views
    868

    Action Script 1.0 counting problem

    I am making a game and I have it so the hero shoots lasers when you press SPACE. It is set to have only 4 lasers on screen at a time. If a laser goes off screen or hits an enemy it removes it's self...
  22. Replies
    9
    Views
    1,253

    Ok I will do that. I just signed up for MochiAds...

    Ok I will do that. I just signed up for MochiAds so I guess I will have to. Also What do you mean that the ship moves by it's self? Is that after you beat the boss? If so, it is supposed to do that...
  23. Replies
    9
    Views
    1,253

    Audio from Newgrounds

    I am making my first game and I now a game needs sound to be decent so I downloaded 2 audio files from Newgrounds.com that fit my game. I am worried about the licensing though. I am not sure which I...
  24. Thanks everyone. I got it to work with the code...

    Thanks everyone. I got it to work with the code you gave me. It still had the same problem though. I was trying to publish it in as low a version as I could which was Flash 5. The problem when away...
  25. I have been hearing things like that, but I am...

    I have been hearing things like that, but I am not sure. It sounds like you need to put the sound in the screen but not the timeline to do sound(this). How do I add the actions to a sound? I am...
Results 1 to 25 of 33
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center