Jump to content

Toy

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by Toy

  1. sorry for bad explanation and unrelevant code, Imma try to simplify I have a bunch of instances filtered by checkboxes, an instance can have several "categories" or well, checkboxes... and I just wanna narrow it down using jquery what I do for every checkbox press is hide the ones who does not fit in to the category, but if I then would uncheck the box, it wouldnt take in regard what has already been censored out and this is kind of where I dont really know how to think
  2. sorry, I know function filter(title,status) { $('.listdiv').each(function(){ if($(this).children("img").hasClass(name)) { } else{ if(status == 0) { $(this).css("display", "none"); } else { $(this).css("display", ""); } } }) } basicly I want to do it so that it takes regard of what boxes are already limiting when it unchecks(displays the instances)
  3. hello, im kind of stuck because I can't think clearly,using jquery right now its like, click a checkbox to limit the submissions to that category, and if a submissions lies within multiple categories you can click several check boxes to further nail down the results, but at the moment im just doing like, button calls function to hide all instances not under that category, uncheck the button to show them again, works great but if you would say have a submission that lies beyond 3 categories you could press three boxes and you would find it, but if you now would uncheck one box it'd just show all of the submissions not under that category even if they have been filtered before... it seems like im over complicating it, basicly I just need the thought process for filtering like this
  4. Toy

    create to png?

    it's ok, I solved it, .png didn't base of same quality meter as .jpg&gif and I had to do it slightly different
  5. Toy

    create to png?

    Anyone? I've googled for a while but I can't seem to find out why the png image creating is so different from jpg and gif, did a phpinfo and everything is enabled :/
  6. Toy

    beginner to flash

    meh ._.
  7. hi, I'm currently trying to resize and create pictures and .jpg/jpeg & .gif works perfectly but .png just creates an empty 0bit image, why?! $ = imagecreatefrompng(); imagecopyresampled(); imagepng(); I'm doing something like that and it - as said - works great with .jpg and gif but at png it just fucks up. :/
  8. Toy

    beginner to flash

    so I've always loved flash but due to the lack off decent tutorials in the as3 game community I'm kind of slow in the learning process. I'm currently stuck at some kind of character selection screen, there should be multiple choices of characters and when one of these is clicked it'd pass the data onto another frame or event or such, hmm, if you don't want to I don't really need code written for me or anything, I mostly just want to know the logic behind how to do it. also if you would recommend any good game tutorials feel free
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.