Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently October 2nd, 2024, 7:26 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: multiframes and countdown scrip
PostPosted: August 23rd, 2012, 11:08 am 
Offline

Joined: August 5th, 2010, 1:42 pm
Posts: 109
Opus: Creator v9 Opus v7
OS: windows
I have copied this action scrip
Mobiles.ToEnd(12)
in a countdown scrip that I found in the forum, so when time is 0 the multiframe Mobiles will move to frame 12 into that multiframe.
But it doens't work.
Any help there?

Code:
mins = 00
secs = 20
total = 0
active = 1

while (active == 1)
{
texting_countdown = String(mins + ":" + String.format("02.0",secs))
wait(1)
secs--
total++

if (secs < 0)
{
secs = 59
mins --
}

if (mins < 0)
{
active = 0
Mobiles.ToFrame(12)

   }
}


For this message Isma has been thanked by : mackavi


Top
 Profile  
 
 Post subject: Re: multiframes and countdown scrip
PostPosted: August 24th, 2012, 3:36 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Script seems fine.

You do know that it will display the 13th physical frame though?

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject: Re: multiframes and countdown scrip
PostPosted: August 26th, 2012, 7:12 pm 
Offline

Joined: August 5th, 2010, 1:42 pm
Posts: 109
Opus: Creator v9 Opus v7
OS: windows
Thanks Mack
I just saw that I have only 11 frames not 12 in the multiframe. That's why didn't work. Silly me.


For this message Isma has been thanked by : mackavi


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 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

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group