| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Comments:
<0> i think you might want to read up on collision detection actionscripot <1> hehe, never used it in games or anything? <0> i haven't built many games <1> well, I've done so, but everything leads me to hitTest() <0> well, hitTest is definitely the command you want to use, how you use it to detect when a ball is touching the edges but not the inside is not my area of expertise <0> HOWEVER <1> okey <0> i think i have a solutoin <0> hmm... <1> okey? <1> :P <1> :) <0> maybe i don't <0> hehe <1> hehe, okey <2> i need to chop them up in 18 pieces so i get a game of 36 pieces, so i can have a squared game.
<0> why not try 8 pieces to start, so you get a game of 16 <0> when you figure it out, you'll probably be able to change the amount of pieces <2> good idea. so what i understand from image api i need to take a snapshot of the loaded jpg, resize the snapshot to my liking, then chop it up. <0> i guess sure :D <2> you haven't used it? <0> yeah i've used it <2> with dynamic loaded stuff also? <0> yep <3> FearX is just trying to lead you on... he's such a tease... teehee <2> ok, good so i'm on the right track <2> hehe <0> www.walkeysmedia.com uses dynamic jpgs on the homepage with bitmapData <2> no sleep today. it's 8am already. <0> does this MOTAS game result in aliens and things <0> i seem to remember aliens <0> and i seem to remember playing this hehe <2> i never got that far. i lost the link when i played it a long time ago <4> yeah aliens sorta came into play later in the game <4> i dont think you ever see them tho <3> invisible aliens? <0> yeah, i've played this hehe <0> i want to write a survival guide on alien abuctions <0> abductions* <0> i have the zombie survival guide, and i'm going to get "how to survive a robot uprising" <2> hehe, that book is cool <2> ok, i (think) i made a small copy of my pic, but it doesn't show up on stage. <0> you need to draw it in a mc <2> i did <0> uhhmm... not sure then heh <2> nope i didn't :) <2> how do i put testbitmap into a mc? <5> anybody familiar with asp.net 2.0? i am integrating flash into it.. <5> i need to know if i need to Publish my website before uploading it to my remote host? <2> not with loadClip.. <5> publishing is new in vs.net 2005 <0> bugiam, you do mc.attachBitmap(testbitmap, this.getNextHighestDepth()); <2> thanks <2> hm... nothing.. <2> FearX: http://pastebin.sekati.com/?id=Anonymous@d50f5-af3496b6-t <2> see anything i missed? <2> i'm making a 50x50 piece copy of the pic. <0> uhh.. DER <0> try holder1.attachBitmap(bitmapSlot, this.getNextHighestDepth()); <2> it works. <2> i had the wrong name in one place since i renamed everything. <0> hehe <2> yeah, exacly <2> now i need to resize the image before i cut it up. <2> hm.... how do i scale myBitmap to 800 x 800 ? <3> can you resize with the bitmap cl***? <2> yeah. but i can only find info for percent <3> then figure out the % you need to scale it for it to be 800x800 <2> it's dynamic = always different <3> actionscript is your friend <0> you're going to run into cropping issues i think <0> you can set a width <0> i dunno if that stretches the bitmap or not <0> but if it stretches, you can stretch (or shrink) the width to 800 and then calculate the height by the width difference <0> then, somehow crop the excess height to make it 800x800 ... this is ***uming the image has a larger height than width <2> this is gonna be a real mind****.. :P <3> oh you want to keep the aspect ratio?
<0> you would reverse that process if the width is larger, by changing the height, and calculating the width based on the height difference <2> no, even if the pic is 80x5000 i want to resize it to 800x800. <0> oh <0> then just set the height and width to 800x800 <0> see if that works <0> OH <0> wait <0> height and width are readonly <0> nevermind <2> how? :) can't find the command for that with image api. <2> as i understand i need to load it into a temp mc first,.. <0> oh, yeah i guess you would do that <3> you said there was a function for changing the percent <3> you could use that <3> just calculate the percent <0> just load it in to a mc, make the mc._width = 800; mc._height = 800; then grab your image pieces into some new bitmapData's and mc's, and then kill the original :D <6> peeps i need some help please ! <6> how do i make a flash intro point to a website @ end of intro <3> do you melt in my mouth not my hand? <6> i know to use geturl command <3> !find -c getURL <7> getURL == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html - See also MovieClip.getURL <6> i have tried adding it @ end of scene but to no avail <5> do you guys use the wysiwyg on flash or do you type your code to create objects like text boxes and shapes and mcs? <3> sneakerz depends what you're doing, for graphical elements just make MCs and attach or duplicate them on stage <0> sneakerz: depends on the issue at hand <6> !find -c getURL <7> getURL == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html - See also MovieClip.getURL <2> FearX: the problem with resizing the mc and taking a snapshot of it is that i'm doing that right now.. when image is loaded i resize it to 100x100, then snapshot. but the snapshot shows image as original size. <6> ok i get that but when i add it to end of intro & launch it nothing happens <6> just stops idles <5> under what circumstances do you code your visuals? <2> M-n-M: you put it on last frame? that should really work. <6> yes <8> hey <8> the question is like this <8> i have a flash movie which has been embedded with the player <8> im trying to decompile it the .swf file <6> heres what i tried i inserted another frame @ end of intro then i added the lines to actions getURL (***.Com, "_Blank"); <8> so that i can seperate movie from the player <8> i tried using a decompiler and getting swf into fla <8> yet the file ends up being corrupted or messed up in some other way <8> i tried exposrting objects <8> but that takes the movie apart <8> is there a way I can look at the source code and exclude the player from there? <9> Your chance to win Money, a car, jewelery, gold, diamonds, cash and many other prizes totaling $50,000 http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=5656697174&rd=1&sspagename=STRK%3AMESE%3AIT&rd=1 <8> yoo hoo <8> who knows anything my qestion <2> trying to steal code? <8> thats a negative <8> im trying to sepereate code of the movie and code of the player <8> i just want the movie...for which btw i can get copyright rights <2> you lost the .fla? <10> if you can get copyrights why cant you get the fla? <8> err <8> in short <2> my hd crashed last night so all i have is a swf of a project i need. that ****s. <8> theres a legal dispute <2> you're coder won't give it up? :) <2> your* <8> coder is in florida <8> making money off my client <8> i gotta move some content <8> including the movie <8> which is embedded with the player <2> did he code it whilst working for you? <0> i'm off to bed <8> nah i never met the guy <8> its my client's coder <2> then the rights are his <8> its my client's rights <8> he is in the movie <8> the web site is about him <8> regardless that part doesnt matter...im just trying to figure out if I can view the source of a flash movie
Return to
#flash or Go to some related
logs:
#linuxhelp #windows #delphi how to spell good afternoon buenos Dias
#red #ubuntu #online you have to break some eggs to make an omelet #beginner #nhl
|
|