Search results

  1. D

    Flash - switch between scenes?

    Hi I have a movie clip on my main stage, when I click the movie-clip I need to jump to scene 2 , how do i do this? I have tried using the following code inside the movieclip, but all it does it flash scene 2. (not scene 2 is only 1 frame) on (release) { gotoAndPlay ("Scene 2",1); } i have also...
  2. D

    Forms and PHP variables?

    hello i have a form, here (only a small part) <input name="URL" type="hidden" name="URL" value=" " > and i want to make the values function equal to a php variable, this is what i did but it is not working: <input name="URL" type="hidden" name="URL" value="<?php $subject ?>" > Can someone...
  3. D

    Experiment, Why does temperature drop within a car?

    hello, im doing a physics experiment at school to determine how different car surface colours can affect the temperature within a vehicle. two vehicles one white and one black where left in direct sunlight for 30 minutes. I found some strange results. After 3 minutes and 20 minutes, the...
Back
Top