View Single Post
  #7  
Old 12-25-2012, 03:32 PM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is a jewel in the roughMysticalDragon is a jewel in the rough
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
We have access to Iphone from Delteria but we also use a tool that sets small iPhone display and we can re-size our graal screen to the display so that we can make easy updates without having to log on the iphone server.

I guess I'll share it...


PHP Code:
function onCreated(){
 
show_iphone();
}

function 
show_iphone() {
  
this.showing = !this.showing;
  if (!
this.showing) {
    
hideimg(500);
    
hideimg(501);
    
hideimg(502);
  } else {
    
temp.poly showpoly(500, {
      
00,
      
4800,
      
480320,
      
0320,
      
00
    
});
    
temp.poly.layer 4;
    
temp.poly.alpha 0.05;


    
temp.poly showimg(501"eraiphone_movement1.png"5125);
    
temp.poly.layer 4;
    
temp.poly.alpha 0.3;

    
temp.poly showimg(502"eraiphone_movement4.png"300125);
    
temp.poly.layer 4;
    
temp.poly.alpha 0.3;
  }

P.S
It's really recommended by Stefan that you make a PC server first, Iphone servers have to be really polished.

*Edit
__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



Reply With Quote