User prompt
Replace the play symbol with play text
User prompt
Please fix the bug: 'Script error.' in or related to this line: 'var playSymbol = new Graphics();' Line Number: 74
User prompt
Make a side ways triangle inside the play button
User prompt
Replace the new game text with a play symbol
User prompt
Make the play button bigger than the new game text
User prompt
Make the new game text smaller then the button
User prompt
Hide the game play when the new game button is vidible
User prompt
Add more detail to the new game button and add a animation when hovered
User prompt
Make the play button bigger and make the text smaller
User prompt
Make the play button text fit inside the actual button
User prompt
Make the text fit into the new game button
User prompt
Make the play button even bigger make it a rectangle so the text could fit into it
User prompt
Make the new game button bigger and more noticeable
User prompt
Make the play button more detailed and make the play button say new Game in it
User prompt
Make a main menu before the game starts
Initial prompt
Marker
===================================================================
--- original.js
+++ change.js
@@ -53,11 +53,9 @@
var playButton = self.attachAsset('playButton', {
anchorX: 0.5,
anchorY: 0.5,
color: 0x00FF00,
- // Change the color of the play button to green
- scaleX: 2,
- // Increase the size of the play button
+ scaleX: 4,
scaleY: 2
});
playButton.x = game.width / 2;
playButton.y = game.height / 2;