Search:
Type: Posts; User: Alloy Bacon
Search:
Search took 0.07 seconds; generated 47 minute(s) ago.
-
What swc is saying is basically a good analogy for electric cars compared to cars that use gasoline. The driver is for electric cars and is left with a possible conversation that the insurance is...
-
ok the first few lines is how you select the array letter with btn_1, etc.. and line 71 is where it becomes random from selected array selected_array_letter.
var...
-
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var box_selected=false
var player_turn=randomBetween(1,2)
data_field.text= "player "+ player_turn + " start."
var...
-
what letter should the box say in: box_1.letter._text ? and that is when dragged into?
-
Change .text to ._text or opposite if not working line 103
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var box_selected=false
var...
-
ok I fixed post #48, it was ._text for you not .text
-
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var box_selected=false
var player_turn=randomBetween(1,2)
data_field._text= "player "+ player_turn + " start."
var...
-
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var box_selected=false
var player_turn=randomBetween(1,2)
data_field.text= "player "+ player_turn + " start."
var...
-
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var box_selected=false
var player_turn=randomBetween(1,2)
data_field.text= "player "+ player_turn + " start."
var...
-
ok.
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var player_turn=randomBetween(1,2)
data_field.text= "player "+ player_turn + " start."
var...
-
//the calculated ( time_start going down - time_drag going up ) is traced when the circle is in the box, but I dont see why to subtract this way.
//the circle time recounts down when redragged...
-
//reset() to reset the game. I put a 5 second timer to reset after a win. // setTimeout(reset,5000)
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var...
-
You need to add a text field to the stage with an instance name of: data_field
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var player_turn=randomBetween(1,2)...
-
rename circle instance names to: circle_1_p1 circle_2_p1 etc..
new set of other 9 circles instance names to: circle_1_p2 circle_2_p2 etc..
var current_selected=null
var drag_mode_enabled=false...
-
if there are multiple combo's that happened, the loop will output them all.
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var...
-
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var circle_array=[circle_1,circle_2,circle_3,circle_4,circle_5,circle_6,circle_7,circle_8,circle_9]
var...
-
Not a problem, those are functions I find myself using everyday on other projects.
-
The digitizers are in:
https://board.flashkit.com/board/images/ieimages/2021/01/3.jpg
-
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var circle_array=[circle_1,circle_2,circle_3,circle_4,circle_5,circle_6,circle_7,circle_8,circle_9]
var...
-
sometimes the random selected text will repeat I will leave it like that as ok with you?
var current_selected=null
var drag_mode_enabled=false
var box_available=null
var...
-
The box movieclip needs a text field with an instance name of: data_field
The circle movieclip needs a text field with an instance name of: data_field
var current_selected=null
var...
-
You can limit the snap on bounds by modifying the distance checker statement: /2 now
If this does not solve the issue, can you post a screen record?
var current_selected=null
var...
-
Ok so now
1) .enabled=false //when the circles at the box
2) .swapDepths(300) //the circle gets highest depth when dragged
3) .onReleaseOutside // so the circle doesnt follow the mouse if it is...
-
Ok I am testing it, I found the problem.
-
|
Click Here to Expand Forum to Full Width
|