Make sure that the variables were sent

  • d4_o2
  • Student
  • Student
  • No Avatar
  • Joined: Mar 26, 2006
  • Posts: 71
  • Status: Offline

Post July 13th, 2006, 2:00 am

How can i make sure that the variables were sent to the .php script and afther that to proced to the next step ?

I know that the variables arrive (by watching the php sessions), but i want to be sure that the variables arrived and afther that to go to the next frame
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 13th, 2006, 2:00 am

  • IceCold
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 05, 2004
  • Posts: 1254
  • Loc: Ro
  • Status: Offline

Post July 13th, 2006, 3:33 am

var myVar = -1;

loadVars.load("someurl");

onEnterFrame = function()
{
if (myVar != -1)
{
delete onEnterFrame;
gotoAndPlay(nextFrame);
}
}
stop();
“True mastery transcede any particular art. It stems from mastery of oneself - the ability, developed throgh self-discipline, to be calm, fully aware, and complety in tune with oneself and the surroundings. Then, and only then, can a person know himself. ”

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 35 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.