Search results

  1. V

    Question about doing something in PHP?

    I'm trying to create a back and forward button for a page that shows different comics. The way I have it now has one page with a name list, like: Comic 1 Comic 2 Comic 3 So when you click on one, it assigns the state as state=1 or whatever. Now on the page where the comic is displayed I want...
  2. V

    question about flash and actionscript?

    I'm using actionscript 2.0 and I'm having trouble accomplishing something. I have a button within a movieclip. I drag the movieclip onto scene 1. When I click on the button, I want a second movieclip to perform an action. However, the button isn't doing anything. It works if the button is...
  3. V

    Question about making a message board in PHP?

    This is my first time doing a message board. I'm just doing a quick mock up, where I have a list of topics and within each topic I have messages, all stored on a database. I'm not sure if this is the best way to do this, but I was going to use a "switch" function to read the "state" to determine...
Back
Top