A Flash Developer Resource Site

Search:

Type: Posts; User: jjcorreia

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    16
    Views
    2,718

    There are a lot of things he did much better, but...

    There are a lot of things he did much better, but as with others I didn't really enjoy the gameplay as much as the first. Too much wandering around just for the sake of running up walls, without the...
  2. Replies
    2
    Views
    447

    I believe the Flash 9 alpha was basically Flash 8...

    I believe the Flash 9 alpha was basically Flash 8 moddified to publish AS3. The actual Flash CS3 product is a new product that is substantially different. In some ways good, others bad.

    As far as...
  3. Replies
    7
    Views
    909

    Yes. You can choose to hide and show it whenever...

    Yes. You can choose to hide and show it whenever you want.
  4. Replies
    7
    Views
    909

    You dont have to hide the cursor from the...

    You dont have to hide the cursor from the beginning. Leave it as the system cursor until the event occurs, then hide it and play the animation.
  5. No problem :) No its not necessarily new. You...

    No problem :)

    No its not necessarily new. You could declare them public and private in AS2. However, in AS2 if you didnt declare it public, it would default to public. In AS3 it must be declared...
  6. For one, declare your class and your function as...

    For one, declare your class and your function as public. It cant be accessed publicly without a public declaration.
  7. Replies
    5
    Views
    645

    Well you could just import it as a bitmap in the...

    Well you could just import it as a bitmap in the first place if its causing that much trouble. Or you can copy dynamically to a new bitmap object and then display that.

    Are you trying to turn it...
  8. Replies
    5
    Views
    645

    Its not possible, its global.

    Its not possible, its global.
  9. Replies
    13
    Views
    1,230

    Kongregate...

    Kongregate is fairly new, its only been around since sept-oct of last year (still in beta right now). I highly recommend joining. A lot of developers like to chat it up there.
  10. Replies
    13
    Views
    6,505

    Last I checked, it is possible to change the...

    Last I checked, it is possible to change the properties of a class, at least certain properties. It would be insanely stupid to not to be able to. As I said, you shouldn't be defining a function...
  11. Replies
    13
    Views
    6,505

    As you are figuring out, you can use function...

    As you are figuring out, you can use function pointers. You just should not declare the entire function as you did in your first example. That was bad practice anyways and Flash CS3 throws an error...
  12. Replies
    15
    Views
    997

    Thats a pretty rude response. I can see that you...

    Thats a pretty rude response. I can see that you seem to have an attitude problem, despite the fact that you are asking for help. You have been unclear about what exactly it is you want to duplicate,...
  13. Replies
    15
    Views
    997

    But you have objects in swf you are loading...

    But you have objects in swf you are loading right? Or are you interested in duplicating whats on the loaded swfs main timeline?
  14. Replies
    15
    Views
    997

    Adobe is 'deaf' because duplicateMovieClip is an...

    Adobe is 'deaf' because duplicateMovieClip is an archaic command this is no longer really used. AS3 works much differently than previous versions.

    And my question is simple, are you loading image...
  15. Replies
    15
    Views
    997

    What exactly do you want to duplicate? An image...

    What exactly do you want to duplicate? An image file, or a library object from a loaded swf?
  16. Replies
    5
    Views
    567

    1 ) You need to declare your class, its...

    1 ) You need to declare your class, its constructor and its properties as public if you are going to use them in that manner
    2 ) I dont know why you are using "self" in ship1.self.rotation. Remove...
  17. Replies
    3
    Views
    457

    Awesome. No problem ;)

    Awesome.

    No problem ;)
  18. Replies
    3
    Views
    10,236

    MovieClip.totalFrames

    MovieClip.totalFrames
  19. Replies
    9
    Views
    4,940

    Not really. You can apply actions to a button (of...

    Not really. You can apply actions to a button (of course) but you have to use event listeners. Listeners are available and in use in AS2 already, its just in AS3 it became the standard.
  20. Replies
    3
    Views
    457

    Several things are wrong. 1 ) You defined...

    Several things are wrong.

    1 ) You defined clone() outside your class. Put it inside.
    2 ) You need to import flash.net.URLVariables
    3 ) You cant declare required variables after optional...
  21. Replies
    3
    Views
    584

    Flash CS? There is no Flash CS. There is Flash...

    Flash CS? There is no Flash CS. There is Flash CS3 (aka Flash 9) and yes, the final version is available. Whether or not the version you have is the final, thats not possible for me to tell with the...
  22. Replies
    17
    Views
    6,212

    Yes, TextField.getTextFormat is still available...

    Yes, TextField.getTextFormat is still available and can be used. However, if the selection contains mixed properties; like part of it is bold and part isnt; then it will return that property as null....
  23. Replies
    17
    Views
    6,212

    Yes. Just do as I showed earlier. It seems the...

    Yes. Just do as I showed earlier. It seems the TextFormat object automatically creates html tags for you, so all you have to do is get TextField.htmlText.

    Add trace ( tf.htmlText ) to my above...
  24. Replies
    7
    Views
    4,141

    Is it an AS2 or AS3 component? If its AS2, it...

    Is it an AS2 or AS3 component? If its AS2, it will only show up if your publish settings for the current file are AS2.
  25. Replies
    7
    Views
    4,141

    I dont use Flex but I use .swc files with Flash...

    I dont use Flex but I use .swc files with Flash all the time. Did you try adding the swc to your components folder so they show up in the components panel? (make sure to restart Flash)

    Adobe Flash...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center