@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> !google preload the container that loads the jpg
<1> http://www.actionscript.org/forums/showthread.php3?s=&threadid=23918
<2> that thread is fine
<0> yea but i have some troubles sometimes with english need some tutorial step by step
<0> :P
<2> you dont need english u just need the code
<2> hangalot's code should work
<0> ok gonna test them
<0> but if i wan't use my onw preloader ?
<0> heh it says ...not able to find the image even when it shood preloading :P
<0> but picture is loading :P
<3> whats some code that can be used to pull URLS from an XML file to use in an animation. I figured out how to use TXT from files, but URLS seem tricky.
<4> the text from urls?
<4> or a file from a url?
<3> specifically, a URL contained in an XML file which can then be used in the animation (in say a button) to open said URL
<5> anyone loves football/soccer and good at flash here ?



<0> is there any action script that do something like time wait ?
<0> i have a code of many loadMovie
<0> i need to put some 4-5 sec wait between them ?
<0> any ideas ?
<6> do a timer
<0> how ?
<6> setInterval
<0> dang
<0> !google flash setInterval as1
<1> http://proto.layer51.com/d.aspx?f=804
<0> kod-kod can you give me some example in as 1 ?
<0> i have a as2 exapme in my flash :(
<4> if (my_btn.onRollOver) { this.mouserOn = true; }
<4> is that correct syntax?
<0> if (_root.mouserOn == true) { mouserOn = true; }
<0> sorry
<0> if (_root.mouserOn == true) { _root.mouserOn = true; }
<4> whats _root?
<0> main timeline
<4> isnt that stating the same thing though?
<0> it easyer to say _root.something than do _parent etc
<4> if 1 == 1 then 1 = 1
<0> yes
<4> O.o
<0> but it have to be in the same mc
<0> if you have code in mc i soppose you do _root.1 == 1 then _root.1 = 1
<4> the code is in the mc
<0> so do the true on _root
<0> if (_root.mouserOn == true) { _root.mouserOn = true; }
<4> uggh... actionscript is confusing to me
<0> on (press) { _root.mouserOn = true; }
<0> and then you can if
<0> or what you like to do
<0> yea to me too :P
<4> http://pastebin.com/621823
<4> how does that look
<4> thats what I had 30 minutes ago
<4> but i deleted it and started over
<4> b/c it wasnt working
<0> change mouse_on to moussee
<0> and add to all of it _root
<0> _root.moussee
<0> maybe that will work
<0> if(this.mouse_on == 1){ ?
<0> if _root.mouse_on == 1
<4> whats the differenence b/w _root and this
<4> the code is on the same timeline that the action will be on
<0> if you have on button this. it means the button this.
<0> if you have on button _root it mens root
<4> i dont get it
<4> lol
<0> yes but the mouse_on is not on the same timeline and it's not even in the same mc i think
<4> it is
<0> try to do _root.
<4> ok
<0> it shood work
<4> i hope so :|
<4> nope
<0> heh
<0> so you have something f up :]
<0> it shood work



<0> i can give you a example
<4> http://pastebin.com/621968
<0> if have to be on a timeline
<4> it is
<4> its not on the button
<0> when te flash plaing the timeline and the if code is on the 10 frame and you put stop(); in frame 9 the code on 10 frame will not work
<4> the code is on frame 1
<4> and on frame 31
<7> What style would you consider this: http://www.wiphey.com/myspace/pink/images/badge_bg.jpg
<0> BradJ http://pastebin.com/621979
<0> try that
<0> all that **** on button
<4> but it on the button?
<4> all of it?
<0> heh no only the part i wrote
<8> BradJ: http://pastebin.com/621857
<8> thats all you really need
<4> that didnt work
<4> in fact it didnt do anything
<8> thats because you don't understand how to use it i guess
<4> i dont
<4> i know that
<8> it does what you want
<8> but it needs to be in a loop
<8> when u mouse over a button it only does that "onrollover" once
<8> until you roll out then back on
<8> so to see if your mouse is still over the button
<8> you need a loop that contines to check
<8> you could do a hitTest with the button
<8> or hard code _x _y position
<8> or put the onrollover in an onenterframe
<8> but whatever you do has to do it more than once so it continues to check
<8> thats all i can think of right now
<8> -nap
<4> http://pastebin.com/622009
<9> for hire, im looking for an experienced web developer 4 yrs (ruby,php,ajax,xml,javascript), 150$ finders fee available.
<10> um - ajax is javascript...
<10> can i suggest myself, get the finders fee, but then not be available??
<10> keke jks :)
<11> lol
<10> sup smily
<11> reading up on asynchronous sockets in C#
<11> you?
<11> :)
<10> one hand in my pants, another on the mouse.... just cruisin around
<10> :P
<4> I did it!!!
<4> baha!
<4> took me 4 hours
<4> wow.
<11> lol
<10> next time will take you less
<10> :)
<4> god i hope so
<4> that was one button
<4> i still have 8 to go
<10> lol
<11> SHiZNiT stop wiggling it around!
<4> it looks cool though
<10> :P
<11> O_o
<10> hahaha
<11> x_x
<10> i dunno what that means either but it sure sounds funny
<10> haha
<10> mm - a cereal breakfast is under rated ... yum
<12> is there a way to have severel onenterframe running on the same mc ?
<10> not multiple oef on same mc
<12> i have made a prototype for scaling and moving but if one is launched after the first one, first one stops running..how can i solve this ?
<10> add the params to the array of properties to be set to the movieclip
<10> and have the oef cycling the array, checking params/targets
<12> hm...i don't see clearly what you mean here
<13> hello\


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

#firebird
#firebird
bitefight bots
#hardware
BigFont mIRc
#beginner
#unixhelp
#politics
fweega
teencumdumpsters torrent



Home  |  disclaimer  |  contact  |  submit quotes