Random Pop-Ups

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Random Pop-Ups

Post by Klaus » Thu Jul 14, 2011 4:46 pm

Hi Wayne,

I could offer to take a look at your stack, if you like!
Send it to:
klaus AT major-k.de


Best

Klaus

P.S.
Please check my previous post!

unclewayne
Posts: 37
Joined: Tue Apr 05, 2011 9:58 pm

Re: Random Pop-Ups

Post by unclewayne » Thu Jul 14, 2011 5:06 pm

What about adding a sound to it?
this is not working:
if (total_points >= 5) AND (total_points mod 5 = 0) then
set the ICON of btn "facts" to ANY line of fld "iDlist"
play (specialfolderpath("engine") & "/sounds/buzz2.mp3")
end if

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Random Pop-Ups

Post by Klaus » Thu Jul 14, 2011 5:10 pm

Hi Wayne,

still clueless! See my previous post! :)


Best

Klaus

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Random Pop-Ups

Post by Klaus » Thu Jul 14, 2011 5:53 pm

Hi Wayne,

Hint:
play (specialfolderpath("engine") & "/sounds/buzz2.mp3")
This will only work on an iDevice or Simulator but NOT in the IDE (or desktop standalone)!


Best

Klaus!

Post Reply