@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13



Comments:

<0> so nothing shows through when you mask off that rectangle
<1> but shouldnt the border of the square im drawing still come out?
<0> you're drawing the box in the mask clip
<0> then you tell content to be masked by mask
<1> ahhhh
<1> so that box i draw
<1> it will show me the size of the content window
<1> the size of that box im drawing
<0> ok
<1> thanks Fear:)
<1> I get it
<0> np
<1> i'll put some content in the content mc
<1> see if this works
<1> Cheers mate
<0> exactly



<2> you'll want to fill that box too
<0> ah yeah, good point
<2> and set the linestyle to 0 if it allows it
<1> ahh
<1> why is that?
<2> 0 width
<0> i'm so close to being useless at 3am :P
<2> because masks draw
<2> masks expose by content
<1> ahh
<1> thanks
<2> that is, if you draw a filled circle thats what shows, if you draw an empty box, you'll only see the outlines worth of content
<1> this.mask.beginFill(0xE41919, 100);
<1> ?
<2> summin like that :)
<1> I see Squee
<2> comment out line 17 to make sure the mask draws filled
<1> that beginFill did not colour in the box though
<1> ya i commented out line 17
<1> put that this.mask.beginFill(0xE41919, 100); on the bottom after the lineto/moveto
<1> but it only draws the outline of hte box
<1> the fill does not work
<2> you need endfill at the end
<1> http://pastebin.com/515803
<1> ahhhh
<2> beginfill at the start
<2> look up beinFill in the help
<1> ya
<1> thanks Squee
<1> i remember reading that
<1> just forgot :/ eheh.. ta
<1> bingo:)
<2> xl
<2> so reason you wanna set the linestyle thickness to 0.
<2> if you set it to 1, then your clip will be 101 pixels high/wide
<2> lines are drawn along the cener of the line.. so a line from 0,0 to 10,0 has the bounds: -.5,0 to .5,10
<2> errr
<2> lines are drawn along the cener of the line.. so a line from 0,0 to 10,0 has the bounds: 0,-.5 to 10,.5
<2> :P
<1> Squee-D, looks like it has to be 1
<1> when you set it to 0, it still comes out as 1px
<1> http://pastebin.com/515804
<1> that's the final code
<1> it works well:P
<1> I see what you mean by masks
<2> 0 is meant to be allowed
<2> and is meant to specify dont draw
<1> yea
<1> try that code Squee
<1> i set it to 0
<2> at the end, do trace(this.mask._width) and you'll see
<1> and it still showed the black line
<1> like it's 1px
<2> its ok, you'll get different dimensions
<2> thats called a hairline
<1> ahh yea
<1> with trace i see the diff
<2> it will have a disntinct effect on what you expect to see
<1> yea
<1> i can see what you were saying
<1> with the extra pixel



<2> lines are kinda evil
<2> they dont scale well either :(
<2> fills tend to behave more predictably
<1> hey Squee
<1> or Fear
<1> either of you two awake?
<1> I've made some good progress on the actionscrtip im trying to do
<1> http://pastebin.com/515835
<1> that's the updated code
<1> i'm hoping you guys can look at it and tell me what's wrong
<1> when you load it, if you press c it draws a line
<0> for some reason, i'm awake still
<1> then you press z and it takes a snapshot of the content mc to a bitmap
<1> and it moves it
<1> heeh hey Fear
<1> it's only 7:40PM here
<0> it's 3:40am here hehe
<1> anyway the sequence to test the flash is press 'c', then 'z', then 'x'
<1> ahhh
<1> are you in the US?
<0> canada
<1> ahh
<1> cool
<0> canada is the new usa :P
<1> Toronto is cool:P I liked it there (went on a holiday a few years ago)
<0> i'm just east of toronto
<0> i was in toronto today actually
<1> cool
<1> Niagra falls is great
<1> such a large volume of water
<1> unbelievable until you see it.. and then you just stare:P
<1> anyway Fear
<1> if you can check out the code i'd appeciate, if you can keep your eyes open :P
<1> im trying to do a graph that scrolls
<0> trying...
<1> so when you press c it plots on the graph
<1> and then z takes a snapshot
<1> and then x scrolls 5 px
<1> the scrolling is fine
<1> except you can only draw the first time
<1> then you cant draw anymore
<1> im not sure why
<1> the result im expecting to see was that you press 'c', it draws a line.. then z it snapshots to the bitmap and then x it displays the bitmap, which has now scrolled the screen a little
<1> then you should be able to do that ove rn over again
<1> but the 'c' bit does not work
<0> k, one sec
<3> is there a free flash physics engine available except flade? or some info about how to actually make something usefull with flade? ;D
<1> ok thanks fear
<1> im wrapped i got it so far thanks to ur n squee's help
<1> any luck Fear?
<4> http://best.drawball.com <- now has F8 speed boost from BitmapData :)
<5> I am p***ing a username to php in order to create a unique log file?
<5> but php doesn't create the file
<6> **** - i dont get the movie revolver lol - thats a messed up flick
<5> ooh
<2> anyone know if theres a way i can store a temp value in mysql during an update? I need to swap the values in two columns
<6> between eachother or a replace of something new?
<2> swaaping
<2> UPDATE map_grid_v2 SET `max`=`min`, `min`=`max` where `min` > `max`;
<2> swapping*
<2> nm i think i improved my google search
<6> k
<2> heheh
<6> should be able to do a nested action though
<6> pullin a blank myself at 3:50am
<6> :(
<7> morning
<8> Hey Guys :D
<8> I had a quick question, If im loading an a seperate swf file into my project i want to play the loaded movie file from frame 15. How do i do this? loadmovie doesn't have the capacity to say go to frame 15 does it?
<2> MovieClipLoader cl*** and the onLoadInit event
<2> do not, i repeate, do not use the onLoadComplete event as it doesn't mean what you think it means.
<6> hmm - well, that mysql adminsitrator ****s - i think i'll stuck with mysqlfront lol
<6> stick even


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

western union bug
#unixhelp
#politics
kaspersky beeping
#computers
#politics
#beginner
#cph
shot of narcon
savvybabes



Home  |  disclaimer  |  contact  |  submit quotes