GP-Rewarding Quiz
#1476
Posted 08 April 2009 - 05:24 AM
A state of war only serves as an excuse for domestic tyranny. -Aleksandr Solzhenitsyn
#1477
Guest_Gelmax
Posted 08 April 2009 - 06:07 AM
#1478
Posted 08 April 2009 - 06:14 AM
A state of war only serves as an excuse for domestic tyranny. -Aleksandr Solzhenitsyn
#1479
Guest_dmillner
Posted 08 April 2009 - 06:39 AM
#1480
Posted 08 April 2009 - 07:52 AM
A state of war only serves as an excuse for domestic tyranny. -Aleksandr Solzhenitsyn
#1481
Guest_jarredacs
Posted 08 April 2009 - 08:14 AM
size, coloration, or body structure between the sexesThats the three main onesYup.Give me three examples of sexual dimorphism.
#1482
Posted 08 April 2009 - 08:22 AM
A state of war only serves as an excuse for domestic tyranny. -Aleksandr Solzhenitsyn
#1483
Guest_jarredacs
Posted 08 April 2009 - 09:55 AM
That would have to be a spider in the order known as the Solpugids arachnidsto narrow it dow to the exact type it is a SolifugidAye.What kind of creature is this?
#1484
Posted 08 April 2009 - 01:58 PM
A state of war only serves as an excuse for domestic tyranny. -Aleksandr Solzhenitsyn
#1485
Guest_jarredacs
Posted 08 April 2009 - 10:33 PM
Right except for one part...
#1486
Posted 09 April 2009 - 09:53 AM
A state of war only serves as an excuse for domestic tyranny. -Aleksandr Solzhenitsyn
#1487
Guest_swankman
Posted 10 April 2009 - 11:44 AM
#1488
Posted 10 April 2009 - 10:46 PM
A state of war only serves as an excuse for domestic tyranny. -Aleksandr Solzhenitsyn
#1489
Guest_giggity10293321313412
Posted 10 April 2009 - 10:52 PM
#1490
Posted 10 April 2009 - 10:52 PM

#1491
Posted 11 April 2009 - 05:26 PM
score=0;num=10;counts=10;stop();function create () {stage.attachMovie("target","target"+num, num);r=eval("_root.stage.target"+num);x=random(200)-150;y=random(200)-150;setProperty(r, _x,x+50);setProperty(r, _y,y+50);}
Present from:
(King Dedede)
A flash game - canabalt (thanks to TGIF gamespy)
Game Boy Advance Information Thread, Read this for Info, Common Topics, etc
VBALink, list of working and not working games
Pinned: NDS Emulators User's Guides
#1492
Guest_behindthenine
Posted 13 April 2009 - 04:03 AM
#1493
Posted 14 April 2009 - 01:57 AM
Present from:
(King Dedede)
A flash game - canabalt (thanks to TGIF gamespy)
Game Boy Advance Information Thread, Read this for Info, Common Topics, etc
VBALink, list of working and not working games
Pinned: NDS Emulators User's Guides
#1494
Guest_behindthenine
Posted 15 April 2009 - 12:52 AM
#1495
Posted 15 April 2009 - 02:03 AM
Present from:
(King Dedede)
A flash game - canabalt (thanks to TGIF gamespy)
Game Boy Advance Information Thread, Read this for Info, Common Topics, etc
VBALink, list of working and not working games
Pinned: NDS Emulators User's Guides
#1496
Guest_behindthenine
Posted 15 April 2009 - 04:43 AM
#1497
Guest_fogfactor
Posted 15 April 2009 - 08:30 AM
is it the shockwave flash object?Since The Archbishop is leaving for now, I will be taking the quiz over.CorrectBikki Awarded +50 GPs.+100What does this code do? Explain.
score=0;num=10;counts=10;stop();function create () {stage.attachMovie("target","target"+num, num);r=eval("_root.stage.target"+num);x=random(200)-150;y=random(200)-150;setProperty(r, _x,x+50);setProperty(r, _y,y+50);}
Edited by fogfactor, 15 April 2009 - 08:44 AM.
#1498
Posted 16 April 2009 - 12:44 AM
Present from:
(King Dedede)
A flash game - canabalt (thanks to TGIF gamespy)
Game Boy Advance Information Thread, Read this for Info, Common Topics, etc
VBALink, list of working and not working games
Pinned: NDS Emulators User's Guides
#1499
Guest_fogfactor
Posted 16 April 2009 - 06:02 AM
#1500
Posted 20 April 2009 - 01:04 AM
score=0;num=10;counts=10;These three lines are variables that set values that the flash object will use.
stop();This code calls the flash object to stop on this frame.
function create () {stage.attachMovie("target","target"+num, num);r=eval("_root.stage.target"+num);x=random(200)-150;y=random(200)-150;setProperty(r, _x,x+50);setProperty(r, _y,y+50);}This creates a function that is called create(). The create() function attaches a movie to the main object that is called stage at a random location. Hint Extra points would have been give if a more detailed descirption would have been give:The movie attached is called "target"+num. num is what ever the current value of this variable is (ie: num=10, if another object has not changed it). The variable r is the movie attached. Variables x and y are random numbers that are created when function random(200)-150 is called. After that, the function setProperty is called to set the x and y position of the variable r.+50What console has been released in this country, Present from:
(King Dedede)
A flash game - canabalt (thanks to TGIF gamespy)
Game Boy Advance Information Thread, Read this for Info, Common Topics, etc
VBALink, list of working and not working games
Pinned: NDS Emulators User's Guides


This topic is locked








