Search:
Type: Posts; User: AS3.0
Search:
Search took 0.03 seconds; generated 44 minute(s) ago.
-
By providing a really good flowchart of everything you want in the application & how it reacts I suppose I can make it for you in a day or two, Or you should ask programming questions in the AS3.0...
-
1.) Click to play.
2.) Time starts for random card.
3.) Card makes move.
4.) Card swipes up.
5.) Text tells the next person to go, no timer until next person clicks card.
Or did you expect :
...
-
Ok each card that had an internal release function with this call "_parent.released("red");" can have "this" as reference for the card
_parent.released("red",this); //this is reference to the...
-
I just added this function for the solitaire_play script called "released", it gets called when a card gets swiped to give the next user a turn with a timer.
This is the function inside the...
-
For line 7 of the solitaire_play script you would just need to change the 1 second delay to 0 seconds.
Change 1000ms to 0ms
var timeout_1=setTimeout(player_time,1000,turn);
-
Ok this version has the timer function set to 12 seconds default for each player
From line 7-41 on the solitaire_play script the bottom 3 variables & player_time function was added.
var...
-
Maybe use booleans to remember if dawn or day has been used before.
//v1
stop();
var updateTime = setInterval(currenttime, 1000);
var attached_dawn=false
var attached_day=false
-
ok in the script section "solitaire_play" where it says function pick, you need to add this script when tick == 40 to give the next player a turn:
For the red reaching 40 ticks, this needs to be...
-
Try ctrl + 1 , ctrl + 2 or ctrl + 3 If pushing ctrl+shift+w multiple times did not work, otherwise try to get a hold of another newer version to write AS3. Its a big process to publish for mobile...
-
Can you show a screenshot, maybe you have used a command that switches the stage view, what scripts have you put in?
-
Ok, in solitaire_play script I added randomBetween which picks either black cards or red cards, & disables black cards if red is the first chosen option.
var turn=0;
var player_turn=["black...
-
So its fine now? or do I add something?
-
Doesn't matter, I just chat random things in this section. I don't want to seek special help on this topic.
-
The last one that says undefined? the second card will always appear for me.
-
Here is some progress, tell me what I might of missed though.
progress 0.6
-
Ok for the first entrance of the game it will choose red or black & disable the one not in use, when the ticks hit 40, you can slide the cards for the current turn.
This is what I put in...
-
Here is a fix for the full script that has pick()
onSelfEvent (load) {
for(var i=1;i<11;i++){
_root.solitaire.solitaire_play["black"+i].enabled=false
...
-
Ok now words can appear + draggable, In the solitaire_play script for "function pick()" when the tick gets to 40 you can modify the text field _root.solitaire.solitaire_play.data_field
...
-
Inside of solitaire_play where it says onselfevent:
onSelfEvent (load) {
for(var i=1;i<11;i++){ //put this for loop to disable dragging.
...
-
See if someone else can help you move left & right,
If you comment out //begin left scroll & uncomment //begin right scroll it will go the other way.
If this is to build a website, the best...
-
To answer question number 3:
I added a rolloverEvent to change the alpha to 50% on line 45. (everything that gets attached for the sliders is in the reset_array() function.
On line 356 we must...
-
nvm you must compile to try, oh well , flashkit works fine for me, maybe you have outdated broswer
-
AIR forum lol:
Try for Android: https://shared-assets.adobe.com/link/4c058f75-7783-42c5-5665-1bae7813bc20
https://board.flashkit.com/board/images/ieimages/2022/02/3.png
-
I have yet to work on Google Play in App billing.
Would you like to use PayPal in App billing, I have an example where I setup membership buttons & when the user finishes paying
PayPal will send...
-
Ok, I still need to make it work for multiple sliders, this is for just 1:
download 0.9
addToPage("menu_item","myMask","+",0)
addToPage("box_container","Mask1","*",0.2) //slider...
|
Click Here to Expand Forum to Full Width
|