Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $f=1;
- $ff=false;
- while ($ff==false) {
- $fh = fopen(f . '.js','x+');
- if($fh!=false){
- $f++;
- fclose($fh);
- }else{
- $pf=fopen(f . '.js','w+');
- $cmb="var lob={startPosition: ".$_POST['strt'].",objects : [{image: 1,blocking: true,position: [ ".$_POST['sblk']." ],},{image: 3,blocking: true,position: [".$_POST['blk']."],},{image: 'spikeRight',killing: false,position: [".$_POST['srt']."],},{image: 'spikeLeft',killing: true,position: [".$_POST['slft']."]},{image: 'spikeDown',killing: true,position: [".$_POST['sd']."]},{trigger: spawnSpike,shape: new Line(0, 0, 32, 0),position: [".$_POST['su']."],},{id: 'bottomApple',image: 'apple',killing: true,position: [".$_POST['enem']."]},{id: 'saveState1',trigger: nextLevel,position: ".$_POST['end'].",image: 'blueOrb',}]}";
- $pf.write($cmb);
- $ff=true;
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment