The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsAt 12/12/09 11:56 AM, Icandraw wrote:At 12/12/09 11:54 AM, 4urentertainment wrote: Ehmi know that u posted but it isnt WORKING
Post the code you have.
At 12/12/09 11:58 AM, 4urentertainment wrote:At 12/12/09 11:56 AM, Icandraw wrote:Post the code you have.At 12/12/09 11:54 AM, 4urentertainment wrote: Ehmi know that u posted but it isnt WORKING
if (Key.isDown(Key.SPACE)) {
_root.play(2);
}
GAME JAM 7
If it still doesn't work, then you probably don't have it in an enterFrame event. In which case:
onEnterFrame = function(){
//code here
}