Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

36
LINES

< > BotCompany Repo | #1007103 // A. I. Game 3.6 / Start The Audio Mixer In The Popup [solving]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Uses 3874K of libraries. Click here for Pure Java version (9488L/67K/234K).

1  
!7
2  
3  
!include #1006891 // AI Game & API
4  
5  
static L<RGBImage> mainImages;
6  
static L<Rect> solutions;
7  
8  
p { 
9  
  mainImages = loadImages(#1007105, #1007094, #1007102);
10  
  solutions = ll(
11  
    null,
12  
    pointsRect(50, 108, 157, 128),
13  
    pointsRect(40, 111, 255, 132));
14  
15  
  w = 240;
16  
  h = 100;
17  
  pGame();
18  
}
19  
20  
//////////////////////////////////////
21  
// Test AIs. Just add your own here //
22  
//////////////////////////////////////
23  
24  
!include #1006905 // MemorizeBrightBLOB2
25  
!include #1007106 // MemorizeBrightBLOB3
26  
!include #1006912 // MemorizeArea
27  
!include #1007099 // MemorizeArea2
28  
29  
//////////////////
30  
// PUZZLE MAKER //
31  
//////////////////
32  
33  
static Puzzle makePuzzle() {
34  
  ret makeClickPuzzle("Start the audio mixer in the popup (if it's there):", "I don't see it",
35  
    mainImages, solutions);
36  
}

Author comment

Began life as a copy of #1007093

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007103
Snippet name: A. I. Game 3.6 / Start The Audio Mixer In The Popup [solving]
Eternal ID of this version: #1007103/17
Text MD5: f8006b836678e67ec2578b2fc1326a19
Transpilation MD5: 5a1cf3d703bdc179e21b6ad65faca384
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-03 02:27:33
Source code size: 814 bytes / 36 lines
Pitched / IR pitched: No / No
Views / Downloads: 401 / 741
Version history: 16 change(s)
Referenced in: [show references]