A Flash Developer Resource Site

Search:

Type: Posts; User: Vincent0

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,099

    AS 2 Alright, thanks.

    Alright, thanks.
  2. Replies
    4
    Views
    1,099

    AS 2 Ah, so cropping isn't possible? I'm trying to...

    Ah, so cropping isn't possible? I'm trying to pull out a bunch of images from one image, but unfortunately, they'd all have to be used repeatedly as textures on 3D buildings. Having them all masked...
  3. Replies
    4
    Views
    1,099

    AS 2 Image Cropping?

    Does anyone know how to load in only part of an image in Flash? The image is loaded in dynamically by the user, so I can't just crop it myself. Any help is appreciated.
  4. Replies
    1
    Views
    846

    CS3 I can stop it from looping if I add in a blank...

    I can stop it from looping if I add in a blank onEnterFrame function, but then no code runs, not even the stuff before the onEnterFrame.

    EDIT: Alright, it looks like if I remove the preloader,...
  5. Replies
    5
    Views
    1,224

    My guess would be that the problem is in the...

    My guess would be that the problem is in the other frame, not this one. There could be a number of different reasons causing it.
  6. Replies
    1
    Views
    846

    CS3 Problem with code flow [AS2][Flashv9]

    Alright, I'm using CS3, my file is in AS2 and it is being exported for Flash player 9. My problem is that for some reason the code is repeating itself. This script is meant to run only once, but it...
  7. CS3 Nope, that didn't work. The same thing happened.

    Nope, that didn't work. The same thing happened.
  8. CS3 Need help removing movieclip attached with attachmovie

    I am using AS2. The character, a robot, has machine guns that fire off bullets. I am trying to get the bullets to disappear when they hit an enemy. They do dmage, but for some reason they are still...
  9. Okay, I fixed it. Thanks!

    Okay, I fixed it. Thanks!
  10. No, I meant the layering. The AS panel pops out....

    No, I meant the layering. The AS panel pops out. But it is behind most things, z-index wise.
  11. _global.machine is an array. I do use the []...

    _global.machine is an array. I do use the [] brackets. Well, except for in the push command. Push is a function, so you use (). Anyway, I found why it freezes. I had menu capitalized for the frame...
  12. Ah, okay, I didn't know if it was a simple...

    Ah, okay, I didn't know if it was a simple solution.
    This is the code that makes it freeze:
    on(release){
    for(x = 0; x<_root.machGuns.length; x++){...
  13. Anyone?

    Anyone?
  14. Problems with Array data being transferred between frames

    The array is global, so it is there for all the frames. But when data is stored in the array in frame three, going back into frame two the data is wiped. I switched the order of the frames, and the...
  15. Replies
    1
    Views
    671

    Nevermind, fixed. Simple mistakes.

    Nevermind, fixed. Simple mistakes.
  16. Replies
    2
    Views
    545

    That depends on the template. Looking in the...

    That depends on the template. Looking in the library for the movie clip containing the background and replacing it would be your best bet.
  17. Replies
    1
    Views
    671

    Help needed with attachMovie - AS2

    I feel so stupid not being able to figure this out. The sad part is, I got it to work perfectly on another flash file, but I can't get it to work on this one. The concept is the saem but the...
  18. Replies
    0
    Views
    602

    Embed code help needed URGENTLY!

    The button located at http://www.fansvscohan.com/increase.swf works perfectly. However, when embedded in Firefox and IE, it cannot load or save the text file variables. I am using loadvars for...
  19. Replies
    0
    Views
    684

    Issue with Flash permissions

    I made a Flash file that uses loadVars and a PHP script to check a variable stored in a text file and increment it when a button is clicked. One slight problem: the embed code stops it in firefox and...
  20. Replies
    7
    Views
    854

    Experimenting in Flash is a good idea. Basically,...

    Experimenting in Flash is a good idea. Basically, that code will have no effect on animations, it will just move the movie clip named pic back and forth with the mouse.
  21. Replies
    7
    Views
    854

    Simple stuff. This is AS 2. Name the picture...

    Simple stuff. This is AS 2. Name the picture instance "pic". Put this code in the main timeline.

    stop();
    onEnterFrame = function(){
    pic._x = -.5*Stage.width+_xmouse;
    }

    That moves the...
  22. Replies
    7
    Views
    854

    That would be quite simple. That could be done...

    That would be quite simple. That could be done with one line of code.
  23. Search around, I guess. Without actually seeing...

    Search around, I guess. Without actually seeing the .fla ourselves we can't help.
  24. Replies
    12
    Views
    929

    That code is in AS 2.

    That code is in AS 2.
  25. You have to open the .fla.

    You have to open the .fla.
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center