Search found 7 matches

Go to advanced search

by Bruce
Wed Aug 13, 2014 11:24 pm
Forum: Issues
Topic: Display picture when timer completes!
Replies: 8
Views: 273
 
Jump to post

Display picture when timer completes!

This is awesome!! Really appreciate your help. Thanks a lot!

by Bruce
Tue Aug 12, 2014 3:22 pm
Forum: Issues
Topic: Display picture when timer completes!
Replies: 8
Views: 273
 
Jump to post

Display picture when timer completes!

oops - here's the full code. How do I provide the app public link? Or will this do? var seconds = 15; var minutes = 0; var secondPassed = function(){ Appery("timer_div").text(minutes + " : " + seconds); {seconds--; if (seconds === 0){ if (minutes === 0){ var chad = function () { ...
by Bruce
Tue Aug 12, 2014 2:42 am
Forum: Issues
Topic: Display picture when timer completes!
Replies: 8
Views: 273
 
Jump to post

Display picture when timer completes!

There are only the two different functions, both listed above. One executes at the click of a button and the other executes on the click of a picture.

by Bruce
Mon Aug 11, 2014 3:42 pm
Forum: Issues
Topic: Display picture when timer completes!
Replies: 8
Views: 273
 
Jump to post

Display picture when timer completes!

definitely sure that there is an image with the same name. The code for the image works separately in a different function: function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min)) + min; } var randNum = getRandomInt(0,10); var imageUrl = Appery.getImagePath("img_" ...
by Bruce
Sun Aug 10, 2014 10:27 pm
Forum: Issues
Topic: Display picture when timer completes!
Replies: 8
Views: 273
 
Jump to post

Display picture when timer completes!

I'm having difficulties with the following bit of code. I can get the "picture" and timer function working fine separately, but am having trouble combining the codes into one function. See below: var seconds = 15; var minutes = 0; var secondPassed = function(){ Appery("timer_div"...
by Bruce
Mon Jul 28, 2014 1:29 am
Forum: Issues
Topic: Pseudo Random Number Generator // image display
Replies: 2
Views: 120
 
Jump to post

Pseudo Random Number Generator // image display

awesome!! Thank you for the quick and detailed response!

Makes sense - i'll give it a try and let you know if I have any issues

by Bruce
Sat Jul 26, 2014 7:59 pm
Forum: Issues
Topic: Pseudo Random Number Generator // image display
Replies: 2
Views: 120
 
Jump to post

Pseudo Random Number Generator // image display

The goal is to have around 100 or so images, and every time a timer runs out, a different image is displayed. What I am looking for is code that displays an image at random (psuedo random?). I think using the appery Media Manager would be my best option. Can someone let me know how I would go about ...

Go to advanced search