A Flash Developer Resource Site

Search:

Type: Posts; User: Ronze

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    592

    no probs :-O

    no probs :-O
  2. Replies
    5
    Views
    592

    Hmmm... I don't understand. The sprites inside...

    Hmmm... I don't understand. The sprites inside the different movieclips must have the same name, as you make them in a loop.

    Therefore it's just to say:



    event.target.spritename


    to...
  3. Replies
    5
    Views
    592

    Hey Fortunatly the event carries the event...

    Hey

    Fortunatly the event carries the event target - that's a path to the object that dispatched the event. So in your code, just do like this:



    private function hoverSprite(event:MouseEvent)...
  4. Thread: AS3 FLV player?

    by Ronze
    Replies
    2
    Views
    4,532

    AS3 FLV player?

    Hey.. I'm making a video-diary, and are looking for tutorials on how to build an as3 flv player.

    If there's a free as3 flv player out there, I would be glad to get a link :-)
  5. Replies
    1
    Views
    1,463

    I got it, use the currentTarget instead of target

    I got it, use the currentTarget instead of target
  6. Replies
    1
    Views
    1,463

    MouseEvent.CLICK question?

    Hey everyone

    I have an object called diarypost. Inside diarypost I have a textfield. Now in my mainclass I have an eventListener that listens to the MouseEvent.CLICK like this:


    ...
  7. Thread: Hmmm.. Events?

    by Ronze
    Replies
    9
    Views
    1,910

    It's just a method that takes the objects...

    It's just a method that takes the objects properties and print them out as a string. If you don't override that method, you won't be able to trace out the right properties of the custom event. I know...
  8. Thread: Hmmm.. Events?

    by Ronze
    Replies
    9
    Views
    1,910

    I GET IT!!!!!!!!!!!!!!! wuhu... :-) Thanks alot

    I GET IT!!!!!!!!!!!!!!! wuhu... :-) Thanks alot
  9. Thread: Hmmm.. Events?

    by Ronze
    Replies
    9
    Views
    1,910

    But... the event "MY_EVENT" in your example is...

    But... the event "MY_EVENT" in your example is just a public constant string?
    That's not an event object? I don't get it?
  10. Thread: Hmmm.. Events?

    by Ronze
    Replies
    9
    Views
    1,910

    Hmmm.. Events?

    Hey everybody

    I'm trying to pass an argument with a dispatchEvent, but I can't seem to understand it. I know that you are able to make custom events, but I'm really confused??

    What is an custom...
  11. Replies
    0
    Views
    592

    [RESOLVED] from external loaded image to bitmapdata?

    Hey again

    I have looked around the forum for a while, but haven't found an answer...
    I am loading an external JPG using the Loader class.

    And I have this code, that can be used to make a tiled...
  12. Replies
    4
    Views
    1,128

    ok... just couldn't understand wy the first...

    ok... just couldn't understand wy the first object was added at 1, and the next at 0... but it doesn't do it anymore.... hmmm.... but i works :-D
  13. Replies
    4
    Views
    1,128

    Well, I add them like this, right next to...

    Well, I add them like this, right next to eachother in the MainClass:



    var background:Background = new BackGround(); // selfmade class
    addChild(background);

    var textfield:TextField = new...
  14. Replies
    4
    Views
    1,128

    AS3 depths problem

    Hey everyone

    I'm doing a fairly simple thing...
    I have a MainClass, where I first make a background and add it to the stage.
    Then I make a textfield and add it to the stage

    But what really...
  15. Replies
    6
    Views
    751

    I think you are wright... I think i figured i...

    I think you are wright... I think i figured i out.... thanks alot!
  16. Replies
    6
    Views
    751

    Hey, and thanks for your answers.... But I'm...

    Hey, and thanks for your answers....

    But I'm not sure you understand. I have a class called Fruit and a MainClass. In the MainClass I want to make a new instance of fruit, and call a...
  17. Replies
    6
    Views
    751

    Very simple: Make property in function?

    Hey everyone

    A very simple question:

    When you make a property inside a function, it's only inside that function that the property can read.

    How do I make a property inside a function, that...
  18. Thread: OOP Question?

    by Ronze
    Replies
    5
    Views
    780

    ok, thanks a lot :-) Im fiddling around with it,...

    ok, thanks a lot :-)
    Im fiddling around with it, and will see what I find out.
    thanks again
  19. Thread: OOP Question?

    by Ronze
    Replies
    5
    Views
    780

    OOP Question?

    Hey everyone

    I have this one simple thing that I just can't figure out in all this Object-Oriented Actionscript 3.

    I can explain it like this:

    I have a FruitInfo class, that has an...
  20. Replies
    17
    Views
    6,214

    Ok.. here's another question regarding this. ...

    Ok.. here's another question regarding this.

    If I say I have the text: "Hello World". Let's say the word "world" is bold.
    If "world" is selected and the user press the bold button, I want it to...
  21. Replies
    17
    Views
    6,214

    But if I make it using the TextFormat, can I then...

    But if I make it using the TextFormat, can I then export it as HTML to the database?
  22. Replies
    17
    Views
    6,214

    Ok... but if I have to store the edited text with...

    Ok... but if I have to store the edited text with all the text format for alter viewing, then I have to store it in a database - and then I have to store it as HTML??
  23. Replies
    17
    Views
    6,214

    Thanks alot... I'll check it out!

    Thanks alot... I'll check it out!
  24. Replies
    17
    Views
    6,214

    But is there a way to detect what part of the...

    But is there a way to detect what part of the text the user has selected when pressing a button?
  25. Replies
    17
    Views
    6,214

    WYSIWYG text editor in AS3?

    Hey everyone

    I'm trying to make a rich text editor with Actionscript 3 and Flash CS3. I have a textfield, and a bold, italic and underline button. I too have a align left, right and center button....
Results 1 to 25 of 185
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center